Translation components API.

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

GET /api/components/kiss/strings/translations/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 52,
    "next": null,
    "previous": "https://hosted.weblate.org/api/components/kiss/strings/translations/?format=api",
    "results": [
        {
            "language": {
                "id": 51,
                "code": "or",
                "name": "Odia",
                "plural": {
                    "id": 232,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ori",
                    "ory"
                ],
                "direction": "ltr",
                "population": 42434880,
                "web_url": "https://hosted.weblate.org/languages/or/",
                "url": "https://hosted.weblate.org/api/languages/or/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/or/statistics/?format=api"
            },
            "language_code": "or",
            "id": 1377586,
            "filename": "app/src/main/res/values-or/strings.xml",
            "revision": "46a9fd1e70072763494f8a33e939f5348e8fbdc4,068821d02e7a8ffe91ae7def767c8055894ae856",
            "web_url": "https://hosted.weblate.org/projects/kiss/strings/or/",
            "share_url": "https://hosted.weblate.org/engage/kiss/-/or/",
            "translate_url": "https://hosted.weblate.org/translate/kiss/strings/or/",
            "url": "https://hosted.weblate.org/api/translations/kiss/strings/or/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 347,
            "total_words": 1340,
            "translated": 10,
            "translated_words": 23,
            "translated_percent": 2.8,
            "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-03T10:10:07.898521+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/kiss/strings/or/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/kiss/strings/or/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/kiss/strings/or/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/kiss/strings/or/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/kiss/strings/or/units/?format=api"
        },
        {
            "language": {
                "id": 13,
                "code": "lv",
                "name": "Latvian",
                "plural": {
                    "id": 175,
                    "source": 0,
                    "number": 3,
                    "formula": "(n % 10 == 0 || n % 100 >= 11 && n % 100 <= 19) ? 0 : ((n % 10 == 1 && n % 100 != 11) ? 1 : 2)",
                    "type": 11
                },
                "aliases": [
                    "lav",
                    "lvs"
                ],
                "direction": "ltr",
                "population": 1147550,
                "web_url": "https://hosted.weblate.org/languages/lv/",
                "url": "https://hosted.weblate.org/api/languages/lv/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/lv/statistics/?format=api"
            },
            "language_code": "lv",
            "id": 1453270,
            "filename": "app/src/main/res/values-lv/strings.xml",
            "revision": "8029dbd0dcdb6a5b615f863cda096181d6df6622,068821d02e7a8ffe91ae7def767c8055894ae856",
            "web_url": "https://hosted.weblate.org/projects/kiss/strings/lv/",
            "share_url": "https://hosted.weblate.org/engage/kiss/-/lv/",
            "translate_url": "https://hosted.weblate.org/translate/kiss/strings/lv/",
            "url": "https://hosted.weblate.org/api/translations/kiss/strings/lv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 347,
            "total_words": 1340,
            "translated": 124,
            "translated_words": 470,
            "translated_percent": 35.7,
            "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-04T15:07:20.894380+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/kiss/strings/lv/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/kiss/strings/lv/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/kiss/strings/lv/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/kiss/strings/lv/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/kiss/strings/lv/units/?format=api"
        }
    ]
}