Skip to content

Latest commit

 

History

History
129 lines (70 loc) · 3.66 KB

File metadata and controls

129 lines (70 loc) · 3.66 KB

\OtherApi

All URIs are relative to http://localhost:5055/api/v1

Method HTTP request Description
get_keyword_by_keyword_id GET /keyword/{keywordId} Get keyword
list_watchproviders_movies GET /watchproviders/movies Get watch provider movies
list_watchproviders_regions GET /watchproviders/regions Get watch provider regions
list_watchproviders_tv GET /watchproviders/tv Get watch provider series

get_keyword_by_keyword_id

models::Keyword get_keyword_by_keyword_id(keyword_id) Get keyword

Returns a single keyword in JSON format.

Parameters

Name Type Description Required Notes
keyword_id f64 [required]

Return type

models::Keyword

Authorization

apiKey, cookieAuth

HTTP request headers

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

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

list_watchproviders_movies

Vecmodels::WatchProviderDetails list_watchproviders_movies(watch_region) Get watch provider movies

Returns a list of all available watch providers for movies.

Parameters

Name Type Description Required Notes
watch_region String [required]

Return type

Vecmodels::WatchProviderDetails

Authorization

apiKey, cookieAuth

HTTP request headers

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

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

list_watchproviders_regions

Vecmodels::WatchProviderRegion list_watchproviders_regions() Get watch provider regions

Returns a list of all available watch provider regions.

Parameters

This endpoint does not need any parameter.

Return type

Vecmodels::WatchProviderRegion

Authorization

apiKey, cookieAuth

HTTP request headers

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

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

list_watchproviders_tv

Vecmodels::WatchProviderDetails list_watchproviders_tv(watch_region) Get watch provider series

Returns a list of all available watch providers for series.

Parameters

Name Type Description Required Notes
watch_region String [required]

Return type

Vecmodels::WatchProviderDetails

Authorization

apiKey, cookieAuth

HTTP request headers

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

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