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 |
models::Keyword get_keyword_by_keyword_id(keyword_id) Get keyword
Returns a single keyword in JSON format.
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| keyword_id | f64 | [required] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::WatchProviderDetails list_watchproviders_movies(watch_region) Get watch provider movies
Returns a list of all available watch providers for movies.
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| watch_region | String | [required] |
Vecmodels::WatchProviderDetails
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::WatchProviderRegion list_watchproviders_regions() Get watch provider regions
Returns a list of all available watch provider regions.
This endpoint does not need any parameter.
Vecmodels::WatchProviderRegion
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::WatchProviderDetails list_watchproviders_tv(watch_region) Get watch provider series
Returns a list of all available watch providers for series.
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| watch_region | String | [required] |
Vecmodels::WatchProviderDetails
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]