Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/components/dreamboxrestream/interface/translations/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "language": {
                "id": 77,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 77,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.theyosh.nl/languages/en/",
                "url": "https://weblate.theyosh.nl/api/languages/en/?format=api",
                "statistics_url": "https://weblate.theyosh.nl/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 10,
            "filename": "resources/lang/en.json",
            "revision": "f1acb754a1562406ce9056398dc59850d4cb611c,f1acb754a1562406ce9056398dc59850d4cb611c",
            "web_url": "https://weblate.theyosh.nl/projects/dreamboxrestream/interface/en/",
            "share_url": "https://weblate.theyosh.nl/engage/dreamboxrestream/-/en/",
            "translate_url": "https://weblate.theyosh.nl/translate/dreamboxrestream/interface/en/",
            "url": "https://weblate.theyosh.nl/api/translations/dreamboxrestream/interface/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 68,
            "total_words": 327,
            "translated": 68,
            "translated_words": 327,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.theyosh.nl/api/translations/dreamboxrestream/interface/en/repository/?format=api",
            "file_url": "https://weblate.theyosh.nl/api/translations/dreamboxrestream/interface/en/file/?format=api",
            "statistics_url": "https://weblate.theyosh.nl/api/translations/dreamboxrestream/interface/en/statistics/?format=api",
            "changes_list_url": "https://weblate.theyosh.nl/api/translations/dreamboxrestream/interface/en/changes/?format=api",
            "units_list_url": "https://weblate.theyosh.nl/api/translations/dreamboxrestream/interface/en/units/?format=api"
        },
        {
            "language": {
                "id": 226,
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 226,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://weblate.theyosh.nl/languages/nl/",
                "url": "https://weblate.theyosh.nl/api/languages/nl/?format=api",
                "statistics_url": "https://weblate.theyosh.nl/api/languages/nl/statistics/?format=api"
            },
            "language_code": "nl",
            "id": 16,
            "filename": "resources/lang/nl.json",
            "revision": "866b5147350894100f2807b6a44c0e07bc9d1e38,f1acb754a1562406ce9056398dc59850d4cb611c",
            "web_url": "https://weblate.theyosh.nl/projects/dreamboxrestream/interface/nl/",
            "share_url": "https://weblate.theyosh.nl/engage/dreamboxrestream/-/nl/",
            "translate_url": "https://weblate.theyosh.nl/translate/dreamboxrestream/interface/nl/",
            "url": "https://weblate.theyosh.nl/api/translations/dreamboxrestream/interface/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 68,
            "total_words": 327,
            "translated": 68,
            "translated_words": 327,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-10-19T18:43:16.804456+02:00",
            "last_author": null,
            "repository_url": "https://weblate.theyosh.nl/api/translations/dreamboxrestream/interface/nl/repository/?format=api",
            "file_url": "https://weblate.theyosh.nl/api/translations/dreamboxrestream/interface/nl/file/?format=api",
            "statistics_url": "https://weblate.theyosh.nl/api/translations/dreamboxrestream/interface/nl/statistics/?format=api",
            "changes_list_url": "https://weblate.theyosh.nl/api/translations/dreamboxrestream/interface/nl/changes/?format=api",
            "units_list_url": "https://weblate.theyosh.nl/api/translations/dreamboxrestream/interface/nl/units/?format=api"
        }
    ]
}