Translation components API.

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

GET /api/components/opensourcepos/bootstrap_tables/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/bootstrap_tables/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": 1337,
            "filename": "app/Language/uk/Bootstrap_tables.php",
            "revision": "8eff64ae7cf5d78f064508156234ea8ef3283c3c,e009578b79d91be54beac6ded3591906ca389e50",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/bootstrap_tables/uk/",
            "share_url": "https://translate.opensourcepos.org/engage/opensourcepos/uk/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/bootstrap_tables/uk/",
            "url": "https://translate.opensourcepos.org/api/translations/opensourcepos/bootstrap_tables/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 8,
            "total_words": 20,
            "translated": 8,
            "translated_words": 20,
            "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/bootstrap_tables/uk/repository/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/bootstrap_tables/uk/file/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/bootstrap_tables/uk/statistics/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/bootstrap_tables/uk/changes/?format=api",
            "units_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/bootstrap_tables/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": 1338,
            "filename": "app/Language/ur/Bootstrap_tables.php",
            "revision": "d8227070bcd158661e68aaf8f7c4d7cf8d1a89d8,e009578b79d91be54beac6ded3591906ca389e50",
            "web_url": "https://translate.opensourcepos.org/projects/opensourcepos/bootstrap_tables/ur/",
            "share_url": "https://translate.opensourcepos.org/engage/opensourcepos/ur/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/bootstrap_tables/ur/",
            "url": "https://translate.opensourcepos.org/api/translations/opensourcepos/bootstrap_tables/ur/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 8,
            "total_words": 20,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 12.5,
            "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:08:13.607035Z",
            "last_author": "Munibullah Shah",
            "repository_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/bootstrap_tables/ur/repository/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/bootstrap_tables/ur/file/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/bootstrap_tables/ur/statistics/?format=api",
            "changes_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/bootstrap_tables/ur/changes/?format=api",
            "units_list_url": "https://translate.opensourcepos.org/api/translations/opensourcepos/bootstrap_tables/ur/units/?format=api"
        }
    ]
}