All URIs are relative to https://api.themoviedb.org/3
Method | HTTP request | Description |
---|---|---|
get_movie_certifications_list | get /certification/movie/list | Get Movie Certifications |
get_tv_certifications_list | get /certification/tv/list | Get TV Certifications |
crate::models::Certifications get_movie_certifications_list() Get Movie Certifications
Get an up to date list of the officially supported movie certifications on TMDb.
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::Certifications get_tv_certifications_list() Get TV Certifications
Get an up to date list of the officially supported TV show certifications on TMDb.
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]