Translation components API.

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

GET /api/components/gtdsync/translation/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": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 1453502,
            "filename": "gtdsync/src/addon/resources/translations.properties",
            "revision": "8b9cf1980e87f59f6ef14c2bdd7a4161d573495e,8b9cf1980e87f59f6ef14c2bdd7a4161d573495e",
            "web_url": "https://hosted.weblate.org/projects/gtdsync/translation/en/",
            "share_url": "https://hosted.weblate.org/engage/gtdsync/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/gtdsync/translation/en/",
            "url": "https://hosted.weblate.org/api/translations/gtdsync/translation/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 184,
            "total_words": 1946,
            "translated": 184,
            "translated_words": 1946,
            "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": "2024-06-02T18:43:28.487913+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gtdsync/translation/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gtdsync/translation/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gtdsync/translation/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gtdsync/translation/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gtdsync/translation/en/units/?format=api"
        },
        {
            "language": {
                "id": 96,
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://hosted.weblate.org/languages/nl/",
                "url": "https://hosted.weblate.org/api/languages/nl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/nl/statistics/?format=api"
            },
            "language_code": "nl",
            "id": 1453503,
            "filename": "gtdsync/src/addon/resources/translations_nl.properties",
            "revision": "2dcf040f449bb97dab52e7f7dc30fd4d9196c808,8b9cf1980e87f59f6ef14c2bdd7a4161d573495e",
            "web_url": "https://hosted.weblate.org/projects/gtdsync/translation/nl/",
            "share_url": "https://hosted.weblate.org/engage/gtdsync/-/nl/",
            "translate_url": "https://hosted.weblate.org/translate/gtdsync/translation/nl/",
            "url": "https://hosted.weblate.org/api/translations/gtdsync/translation/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 184,
            "total_words": 1946,
            "translated": 184,
            "translated_words": 1946,
            "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": "2024-05-31T20:34:51.882953+02:00",
            "last_author": "Henk van Sheila",
            "repository_url": "https://hosted.weblate.org/api/translations/gtdsync/translation/nl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gtdsync/translation/nl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gtdsync/translation/nl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gtdsync/translation/nl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gtdsync/translation/nl/units/?format=api"
        }
    ]
}