Translation components API.

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

GET /api/components/hacknfun/hacknfun-camp/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": 162,
            "filename": "po/pelican-website.pot",
            "revision": "43729fcf821122ac45d0b91bb3515bae6ebb5ec3",
            "web_url": "https://translate.edugit.org/projects/hacknfun/hacknfun-camp/de/",
            "share_url": "https://translate.edugit.org/engage/hacknfun/-/de/",
            "translate_url": "https://translate.edugit.org/translate/hacknfun/hacknfun-camp/de/",
            "url": "https://translate.edugit.org/api/translations/hacknfun/hacknfun-camp/de/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 1202,
            "total_words": 20317,
            "translated": 1202,
            "translated_words": 20317,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 13,
            "failing_checks_words": 101,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.edugit.org/api/translations/hacknfun/hacknfun-camp/de/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/hacknfun/hacknfun-camp/de/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/hacknfun/hacknfun-camp/de/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/hacknfun/hacknfun-camp/de/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/hacknfun/hacknfun-camp/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": 163,
            "filename": "po/en.po",
            "revision": "a4369fbe91e591f7e623aca85185926ee2ef1fb0",
            "web_url": "https://translate.edugit.org/projects/hacknfun/hacknfun-camp/en/",
            "share_url": "https://translate.edugit.org/engage/hacknfun/-/en/",
            "translate_url": "https://translate.edugit.org/translate/hacknfun/hacknfun-camp/en/",
            "url": "https://translate.edugit.org/api/translations/hacknfun/hacknfun-camp/en/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1202,
            "total_words": 20317,
            "translated": 1202,
            "translated_words": 20317,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 870,
            "failing_checks_words": 19413,
            "failing_checks_percent": 72.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.edugit.org/api/translations/hacknfun/hacknfun-camp/en/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/hacknfun/hacknfun-camp/en/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/hacknfun/hacknfun-camp/en/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/hacknfun/hacknfun-camp/en/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/hacknfun/hacknfun-camp/en/units/?format=api"
        }
    ]
}