API Handbook: A Guide to APIs, Web Services, and Microservices, Robert K. O'Connell, 2021 (O'Reilly Media) - Offers a broad yet accessible overview of APIs, their types, and how they function, serving as an excellent foundational text for anyone new to the subject.
JSON (JavaScript Object Notation), Douglas Crockford, 2023 - The official, authoritative specification for JSON, which is the predominant data format for API responses discussed in the section.
Requests: HTTP for Humans™ Documentation, Kenneth Reitz and the Requests Community, 2023 - Provides practical guidance and examples for making HTTP requests in Python, illustrating how to implement the request-response model, including GET methods, parameters, and headers for data retrieval.