Translation components API.

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

GET /api/components/aleksis-handbook/aleksis-handbook/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": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.edugit.org/languages/en/",
                "url": "https://translate.edugit.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 156,
            "filename": "po/aleksis-handbook.pot",
            "revision": "9f217e2a680fe6d18f28dd841dca0e7e0e94df1e",
            "web_url": "https://translate.edugit.org/projects/aleksis-handbook/aleksis-handbook/en/",
            "share_url": "https://translate.edugit.org/engage/aleksis-handbook/-/en/",
            "translate_url": "https://translate.edugit.org/translate/aleksis-handbook/aleksis-handbook/en/",
            "url": "https://translate.edugit.org/api/translations/aleksis-handbook/aleksis-handbook/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 377,
            "total_words": 6582,
            "translated": 377,
            "translated_words": 6582,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 30,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.edugit.org/api/translations/aleksis-handbook/aleksis-handbook/en/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/aleksis-handbook/aleksis-handbook/en/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/aleksis-handbook/aleksis-handbook/en/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/aleksis-handbook/aleksis-handbook/en/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/aleksis-handbook/aleksis-handbook/en/units/?format=api"
        },
        {
            "language": {
                "id": 67,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 67,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://translate.edugit.org/languages/de/",
                "url": "https://translate.edugit.org/api/languages/de/?format=api",
                "statistics_url": "https://translate.edugit.org/api/languages/de/statistics/?format=api"
            },
            "language_code": "de",
            "id": 157,
            "filename": "po/de.po",
            "revision": "9f1248bbd6689ca87e59cd2a29e37775b88f0f35",
            "web_url": "https://translate.edugit.org/projects/aleksis-handbook/aleksis-handbook/de/",
            "share_url": "https://translate.edugit.org/engage/aleksis-handbook/-/de/",
            "translate_url": "https://translate.edugit.org/translate/aleksis-handbook/aleksis-handbook/de/",
            "url": "https://translate.edugit.org/api/translations/aleksis-handbook/aleksis-handbook/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 376,
            "total_words": 6580,
            "translated": 64,
            "translated_words": 1205,
            "translated_percent": 17.0,
            "fuzzy": 1,
            "fuzzy_words": 52,
            "fuzzy_percent": 0.2,
            "failing_checks": 1,
            "failing_checks_words": 7,
            "failing_checks_percent": 0.2,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2021-10-22T09:14:52.294075Z",
            "last_author": "Lloyd Meins",
            "repository_url": "https://translate.edugit.org/api/translations/aleksis-handbook/aleksis-handbook/de/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/aleksis-handbook/aleksis-handbook/de/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/aleksis-handbook/aleksis-handbook/de/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/aleksis-handbook/aleksis-handbook/de/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/aleksis-handbook/aleksis-handbook/de/units/?format=api"
        }
    ]
}