The Movie Database · Schema
TvSeriesTranslationsResponse
TMDB TV Series — Translations (200 payload).
CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | |
| translations | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/tmdb/refs/heads/main/json-schema/tmdb-api-tv-series-translations-response-schema.json",
"title": "TvSeriesTranslationsResponse",
"description": "TMDB TV Series \u2014 Translations (200 payload).",
"type": "object",
"properties": {
"id": {
"type": "integer",
"examples": [
1399
],
"default": 0
},
"translations": {
"type": "array",
"items": {
"type": "object",
"properties": {
"iso_3166_1": {
"type": "string",
"examples": [
"SA"
]
},
"iso_639_1": {
"type": "string",
"examples": [
"ar"
]
},
"name": {
"type": "string",
"examples": [
"\u0627\u0644\u0639\u0631\u0628\u064a\u0629"
]
},
"english_name": {
"type": "string",
"examples": [
"Arabic"
]
},
"data": {
"type": "object",
"properties": {
"name": {
"type": "string",
"examples": [
"\u0635\u0631\u0627\u0639 \u0627\u0644\u0639\u0631\u0648\u0634"
]
},
"overview": {
"type": "string",
"examples": [
"\u062a\u062a\u0642\u0627\u062a\u0644 \u0633\u0628\u0639 \u0639\u0627\u0626\u0644\u0627\u062a \u0646\u0628\u064a\u0644\u0629 \u0645\u0646 \u0623\u062c\u0644 \u0627\u0644\u0633\u064a\u0637\u0631\u0629 \u0639\u0644\u0649 \u0623\u0631\u0636 - \u0648\u064a\u0633\u062a\u064a\u0631\u0648\u0633 - \u0627\u0644\u0623\u0633\u0637\u0648\u0631\u064a\u0629. \u0627\u0644\u0627\u062d\u062a\u0643\u0627\u0643 \u0628\u064a\u0646 \u0627\u0644\u0639\u0648\u0627\u0626\u0644 \u064a\u0624\u062f\u064a \u0625\u0644\u0649 \u062d\u0631\u0628 \u0648\u0627\u0633\u0639\u0629 \u0627\u0644\u0646\u0637\u0627\u0642. \u0641\u064a \u062d\u064a\u0646 \u064a\u0633\u062a\u064a\u0642\u0638 \u0627\u0644\u0634\u0631 \u0627\u0644\u0642\u062f\u064a\u0645 \u0641\u064a \u0623\u0642\u0635\u0649 \u0627\u0644\u0634\u0645\u0627\u0644. \u0648\u0641\u064a \u062e\u0636\u0645 \u0627\u0644\u062d\u0631\u0628\u060c \u0646\u0638\u0627\u0645 \u0639\u0633\u0643\u0631\u064a \u0645\u0647\u0645\u064e\u0644 - \u062d\u0631\u0633 \u0627\u0644\u0644\u064a\u0644 - \u0647\u0645 \u0643\u0644 \u0645\u0627 \u064a\u0642\u0641 \u0628\u064a\u0646 \u0639\u0627\u0644\u0645 \u0627\u0644\u0625\u0646\u0633\u0627\u0646 \u0648\u0627\u0644\u0623\u0647\u0648\u0627\u0644 \u0627\u0644\u062c\u0644\u064a\u062f\u064a\u0629."
]
},
"homepage": {
"type": "string",
"examples": [
""
]
},
"tagline": {
"type": "string",
"examples": [
"\u0627\u0644\u0634\u062a\u0627\u0621 \u0642\u0627\u062f\u0645"
]
}
}
}
}
}
}
}
}