Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Latest commit

 

History

History
70 lines (36 loc) · 1.76 KB

File metadata and controls

70 lines (36 loc) · 1.76 KB

\ArtworkApi

All URIs are relative to https://api4.thetvdb.com/v4

Method HTTP request Description
get_artwork_base GET /artwork/{id}
get_artwork_extended GET /artwork/{id}/extended

get_artwork_base

models::GetArtworkBase200Response get_artwork_base(id)

Returns a single artwork base record.

Parameters

Name Type Description Required Notes
id f64 id [required]

Return type

models::GetArtworkBase200Response

Authorization

bearerAuth

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_artwork_extended

models::GetArtworkExtended200Response get_artwork_extended(id)

Returns a single artwork extended record.

Parameters

Name Type Description Required Notes
id f64 id [required]

Return type

models::GetArtworkExtended200Response

Authorization

bearerAuth

HTTP request headers

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

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