Translation components API.

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

GET /api/components/the-long-dark/Jokoa/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://itzulpenak.gamerauntsia.eus/languages/en/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 363,
            "filename": "lau/en.po",
            "revision": "d2aaeb0b8b577cccff3e1c2d9a2633b9b22d9f4b,d2aaeb0b8b577cccff3e1c2d9a2633b9b22d9f4b",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/the-long-dark/Jokoa/en/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/the-long-dark/-/en/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/the-long-dark/Jokoa/en/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/the-long-dark/Jokoa/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 13604,
            "total_words": 97004,
            "translated": 13591,
            "translated_words": 97004,
            "translated_percent": 99.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 11,
            "failing_checks_words": 46,
            "failing_checks_percent": 0.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/the-long-dark/Jokoa/en/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/the-long-dark/Jokoa/en/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/the-long-dark/Jokoa/en/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/the-long-dark/Jokoa/en/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/the-long-dark/Jokoa/en/units/?format=api"
        },
        {
            "language": {
                "id": 98,
                "code": "eu",
                "name": "Basque",
                "plural": {
                    "id": 98,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_eu",
                    "baq",
                    "eus"
                ],
                "direction": "ltr",
                "population": 1088518,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/eu/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/eu/statistics/?format=api"
            },
            "language_code": "eu",
            "id": 365,
            "filename": "lau/eu.po",
            "revision": "85ce35d049d0f167baf2f6e800b6177550188295,d2aaeb0b8b577cccff3e1c2d9a2633b9b22d9f4b",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/the-long-dark/Jokoa/eu/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/the-long-dark/-/eu/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/the-long-dark/Jokoa/eu/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/the-long-dark/Jokoa/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 13604,
            "total_words": 97004,
            "translated": 8751,
            "translated_words": 68242,
            "translated_percent": 64.3,
            "fuzzy": 295,
            "fuzzy_words": 1723,
            "fuzzy_percent": 2.1,
            "failing_checks": 36,
            "failing_checks_words": 295,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-18T21:10:42.809959Z",
            "last_author": "Aitor Eizaguirre",
            "repository_url": "https://itzulpenak.gamerauntsia.eus/api/translations/the-long-dark/Jokoa/eu/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/the-long-dark/Jokoa/eu/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/the-long-dark/Jokoa/eu/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/the-long-dark/Jokoa/eu/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/the-long-dark/Jokoa/eu/units/?format=api"
        }
    ]
}