Bigger Applications - Routers, Sebastián Ramírez, 2024 - This section of the official FastAPI documentation is the authoritative source for understanding and implementing APIRouter for modular application design.
Building Data Science Applications with FastAPI, François Voron, 2023 (Packt Publishing) - Provides practical guidance on structuring FastAPI applications, including the use of APIRouter, specifically for deploying machine learning models and data science solutions.
Building Microservices: Designing Fine-Grained Systems, Sam Newman, 2021 (O'Reilly Media) - While not specific to FastAPI, this book articulates fundamental software architecture principles, such as modularity and separation of concerns, which APIRouter helps implement for well-organized API services.