Below is a glossary of common terms used in the TMDb API, formatted for easy reference.

TermDefinition
APIApplication Programming Interface; a set of rules that allows different software applications to communicate.
API KeyA unique identifier required to authenticate requests to the TMDb API.
Access TokenA secure string used for authentication and authorization when making API requests.
EndpointA specific URL where API requests are sent to access data.
RequestA call made to an API endpoint to retrieve or send data.
ResponseThe data returned by the API after processing a request.
Rate LimitThe maximum number of API requests allowed within a specific timeframe.
Session IDA temporary identifier for user authentication within the API.
AuthenticationThe process of verifying a user’s identity to access API resources.
AuthorizationThe process of determining what a user can access within the API.
JSONJavaScript Object Notation; a lightweight format for storing and transporting data.
PaginationA technique used to split large sets of data into smaller, manageable chunks.
Query ParameterA key-value pair appended to a URL to modify API requests.
Path ParameterA value embedded within the API endpoint URL, used to specify a resource.
Movie IDA unique identifier assigned to each movie in the TMDb database.
TV Show IDA unique identifier assigned to each TV show in the TMDb database.
Person IDA unique identifier assigned to an actor, director, or crew member in TMDb.
Genre IDA unique identifier assigned to a movie or TV show’s genre.
Collection IDA unique identifier for a group of related movies in TMDb.
WatchlistA user-curated list of movies or TV shows they intend to watch.
Favorite ListA user-curated list of their favorite movies or TV shows.
Guest SessionA temporary session that allows users to rate movies without logging in.
TrendingA list of movies or TV shows currently popular among users.
Now PlayingA category of movies that are currently in theaters.

This glossary will help you navigate and understand key concepts while working with the TMDb API. 🚀