Translation components API.

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

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

{
    "count": 42,
    "next": null,
    "previous": "https://translate.opensourcepos.org/api/components/opensourcepos/cashups/translations/?format=api&page=2",
    "results": [
        {
            "language": {
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 395,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 2934897557,
                "web_url": "https://translate.opensourcepos.org/languages/uk/",
                "url": "https://translate.opensourcepos.org/api/languages/uk/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/uk/statistics/?format=api"
            },
            "language_code": "uk",
            "id": 1339,
            "filename": "app/Language/uk/Cashups.php",
            "revision": "d66d52f5a613ec99b93279539a08e6553f7111fb,736c8806575072201b16c3a16934df16f97dc76d",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/cashups/uk/",
            "share_url": "https://translate.opensourcepos.org/engage/opensourcepos/uk/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/cashups/uk/",
            "url": "https://translate.opensourcepos.org/api/translations/opensourcepos/cashups/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 46,
            "total_words": 102,
            "translated": 46,
            "translated_words": 102,
            "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": null,
            "last_author": null,
            "repository_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/cashups/uk/repository/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/cashups/uk/file/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/cashups/uk/statistics/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/cashups/uk/changes/?format=api",
            "units_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/cashups/uk/units/?format=api"
        },
        {
            "language": {
                "code": "ur",
                "name": "Urdu",
                "plural": {
                    "id": 340,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "urd"
                ],
                "direction": "rtl",
                "population": 29079029090,
                "web_url": "https://translate.opensourcepos.org/languages/ur/",
                "url": "https://translate.opensourcepos.org/api/languages/ur/?format=api",
                "statistics_url": "https://translate.opensourcepos.org/api/languages/ur/statistics/?format=api"
            },
            "language_code": "ur",
            "id": 1340,
            "filename": "app/Language/ur/Cashups.php",
            "revision": "990f6941cbd47e6e5eeeac4092c746153b096fe4,736c8806575072201b16c3a16934df16f97dc76d",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/cashups/ur/",
            "share_url": "https://translate.opensourcepos.org/engage/opensourcepos/ur/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/cashups/ur/",
            "url": "https://translate.opensourcepos.org/api/translations/opensourcepos/cashups/ur/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 46,
            "total_words": 102,
            "translated": 11,
            "translated_words": 1,
            "translated_percent": 23.9,
            "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-12-13T00:09:22.562489Z",
            "last_author": "Munibullah Shah",
            "repository_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/cashups/ur/repository/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/cashups/ur/file/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/cashups/ur/statistics/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/cashups/ur/changes/?format=api",
            "units_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/cashups/ur/units/?format=api"
        }
    ]
}