Translation components API.

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

GET /api/components/teckids/teckids-org/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": 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": 154,
            "filename": "",
            "revision": "",
            "web_url": "https://translate.edugit.org/projects/teckids/teckids-org/de/",
            "share_url": "https://translate.edugit.org/engage/teckids/-/de/",
            "translate_url": "https://translate.edugit.org/translate/teckids/teckids-org/de/",
            "url": "https://translate.edugit.org/api/translations/teckids/teckids-org/de/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 623,
            "total_words": 15650,
            "translated": 623,
            "translated_words": 15650,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 9,
            "failing_checks_words": 608,
            "failing_checks_percent": 1.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.edugit.org/api/translations/teckids/teckids-org/de/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/teckids/teckids-org/de/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/teckids/teckids-org/de/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/teckids/teckids-org/de/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/teckids/teckids-org/de/units/?format=api"
        },
        {
            "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": 155,
            "filename": "po/en.po",
            "revision": "638f6b74cdaa7435e5647b9d67246968b27bc805",
            "web_url": "https://translate.edugit.org/projects/teckids/teckids-org/en/",
            "share_url": "https://translate.edugit.org/engage/teckids/-/en/",
            "translate_url": "https://translate.edugit.org/translate/teckids/teckids-org/en/",
            "url": "https://translate.edugit.org/api/translations/teckids/teckids-org/en/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 623,
            "total_words": 15650,
            "translated": 431,
            "translated_words": 10399,
            "translated_percent": 69.1,
            "fuzzy": 35,
            "fuzzy_words": 1161,
            "fuzzy_percent": 5.6,
            "failing_checks": 42,
            "failing_checks_words": 1229,
            "failing_checks_percent": 6.7,
            "have_suggestion": 4,
            "have_comment": 0,
            "last_change": "2022-02-07T17:01:22.636234Z",
            "last_author": "Niklas Bildhauer",
            "repository_url": "https://translate.edugit.org/api/translations/teckids/teckids-org/en/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/teckids/teckids-org/en/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/teckids/teckids-org/en/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/teckids/teckids-org/en/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/teckids/teckids-org/en/units/?format=api"
        }
    ]
}