Skip to content

Latest commit

 

History

History
64 lines (34 loc) · 1.73 KB

CertificationsApi.md

File metadata and controls

64 lines (34 loc) · 1.73 KB

CertificationsApi

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

get_movie_certifications_list

crate::models::Certifications get_movie_certifications_list() Get Movie Certifications

Get an up to date list of the officially supported movie certifications on TMDb.

Parameters

This endpoint does not need any parameter.

Return type

crate::models::Certifications

Authorization

api_key

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

get_tv_certifications_list

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.

Parameters

This endpoint does not need any parameter.

Return type

crate::models::Certifications

Authorization

api_key

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]