{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/tmdb/refs/heads/main/json-schema/tmdb-api-movie-translations-response-schema.json", "title": "MovieTranslationsResponse", "description": "TMDB Movies \u2014 Translations (200 payload).", "type": "object", "properties": { "id": { "type": "integer", "examples": [ 550 ], "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": { "homepage": { "type": "string", "examples": [ "" ] }, "overview": { "type": "string", "examples": [ "\u0625\u062f\u0648\u0627\u0631\u062f \u064a\u062a\u0639\u0631\u0636 \u0644\u0636\u063a\u0648\u0637 \u062d\u062a\u0649 \u064a\u0635\u0644 \u0628\u0647 \u0627\u0644\u062d\u0627\u0644 \u0625\u0644\u0649 \u0623\u0646\u0647 \u0644\u0627 \u064a\u0633\u062a\u0637\u064a\u0639 \u0627\u0644\u0646\u0648\u0645 \u0644\u0641\u062a\u0631\u0627\u062a\u064d \u0637\u0648\u064a\u0644\u0629\u060c \u0644\u0643\u0646\u0647 \u064a\u062c\u062f \u0628\u0639\u0636 \u0627\u0644\u0633\u0644\u0627\u0645 \u0641\u064a \u062c\u0644\u0633\u0627\u062a \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u0646\u0641\u0633\u064a \u0627\u0644\u062c\u0645\u0627\u0639\u064a\u060c \u064a\u062a\u0639\u0631\u0641 \u0625\u062f\u0648\u0627\u0631\u062f \u0639\u0644\u0649 \u0623\u062d\u062f \u0627\u0644\u0623\u0634\u062e\u0627\u0635 \u0648\u0647\u0648 (\u062a\u0627\u064a\u0644\u0631 \u062f\u064a\u0631\u062f\u0646) \u0627\u0644\u0630\u064a \u064a\u062d\u0631\u0631\u0647 \u0645\u0646 \u062a\u0639\u0644\u0642\u0647 \u0628\u0627\u0644\u0623\u0634\u064a\u0627\u0621 \u0627\u0644\u0630\u064a \u062a\u0633\u062a\u0639\u0628\u062f\u0647 \u060c\u062b\u0645 \u064a\u062d\u0631\u0631\u0647 \u0645\u0646 \u062e\u0648\u0641\u0647 \u0645\u0646 \u0627\u0644\u0646\u0627\u0633. \u064a\u0642\u0648\u0645\u0627\u0646 \u0645\u0639\u064b\u0627 \u0628\u0625\u0646\u0634\u0627\u0621 \u0646\u0627\u062f\u064a \u0627\u0644\u0642\u062a\u0627\u0644 \u0627\u0644\u0630\u064a \u064a\u062c\u0630\u0628 \u0627\u0644\u0643\u062b\u064a\u0631 \u0645\u0646 \u0627\u0644\u0623\u0641\u0631\u0627\u062f \u0627\u0644\u0645\u062d\u0628\u0637\u064a\u0646 \u060c\u0627\u0644\u0630\u064a\u0646 \u064a\u0642\u0648\u0645\u0648\u0646 \u0628\u0625\u062e\u0631\u0627\u062c \u0637\u0627\u0642\u0629 \u063a\u0636\u0628\u0647\u0645 \u0648\u0643\u0631\u0647\u0647\u0645 \u0644\u0644\u0639\u0627\u0644\u0645 \u0641\u064a \u0627\u0644\u0642\u062a\u0627\u0644." ] }, "runtime": { "type": "integer", "examples": [ 0 ], "default": 0 }, "tagline": { "type": "string", "examples": [ "" ] }, "title": { "type": "string", "examples": [ "" ] } } } } } } } }