All URIs are relative to https://api.themoviedb.org/3
Method | HTTP request | Description |
---|---|---|
get_keyword_details | get /keyword/{keyword_id} | Get Details |
get_movies_by_keyword_paginated | get /keyword/{keyword_id}/movies | Get Movies |
crate::models::Keyword get_keyword_details(keyword_id) Get Details
Name | Type | Description | Required | Notes |
---|---|---|---|---|
keyword_id | i32 | Required |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::MoviePaginated get_movies_by_keyword_paginated(keyword_id, language, include_adult) Get Movies
Get the movies that belong to a keyword. We highly recommend using movie discover instead of this method as it is much more flexible.
Name | Type | Description | Required | Notes |
---|---|---|---|---|
keyword_id | i32 | Required | ||
language | String | Pass a ISO 639-1 value to display translated data for the fields that support it. | [default to <>] | |
include_adult | bool | Choose whether to inlcude adult (pornography) content in the results. | [default to false] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]