Translation components API.

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

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

{
    "count": 202,
    "next": null,
    "previous": "https://l10n.elementary.io/api/components/desktop/gala/translations/?format=api&page=4",
    "results": [
        {
            "language": {
                "id": 1243,
                "code": "gn",
                "name": "Guarani",
                "plural": {
                    "id": 730,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "grn"
                ],
                "direction": "ltr",
                "population": 5827106,
                "web_url": "https://l10n.elementary.io/languages/gn/",
                "url": "https://l10n.elementary.io/api/languages/gn/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/gn/statistics/?format=api"
            },
            "language_code": "gn",
            "id": 48903,
            "filename": "po/gn.po",
            "revision": "9f54aed76efb414d243ecd33e662114dfac8d7aa",
            "web_url": "https://l10n.elementary.io/projects/desktop/gala/gn/",
            "share_url": "https://l10n.elementary.io/engage/desktop/-/gn/",
            "translate_url": "https://l10n.elementary.io/translate/desktop/gala/gn/",
            "url": "https://l10n.elementary.io/api/translations/desktop/gala/gn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 52,
            "total_words": 255,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.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-02T03:30:30.773627Z",
            "last_author": null,
            "repository_url": "https://l10n.elementary.io/api/translations/desktop/gala/gn/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/desktop/gala/gn/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/desktop/gala/gn/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/desktop/gala/gn/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/desktop/gala/gn/units/?format=api"
        },
        {
            "language": {
                "id": 813,
                "code": "id_ID",
                "name": "Indonesian",
                "plural": {
                    "id": 122,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://l10n.elementary.io/languages/id_ID/",
                "url": "https://l10n.elementary.io/api/languages/id_ID/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/id_ID/statistics/?format=api"
            },
            "language_code": "id_ID",
            "id": 50680,
            "filename": "po/id_ID.po",
            "revision": "584c15bca4d102f40d44a87966e989354af5ef2c",
            "web_url": "https://l10n.elementary.io/projects/desktop/gala/id_ID/",
            "share_url": "https://l10n.elementary.io/engage/desktop/-/id_ID/",
            "translate_url": "https://l10n.elementary.io/translate/desktop/gala/id_ID/",
            "url": "https://l10n.elementary.io/api/translations/desktop/gala/id_ID/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 52,
            "total_words": 262,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.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-02T03:30:35.119235Z",
            "last_author": null,
            "repository_url": "https://l10n.elementary.io/api/translations/desktop/gala/id_ID/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/desktop/gala/id_ID/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/desktop/gala/id_ID/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/desktop/gala/id_ID/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/desktop/gala/id_ID/units/?format=api"
        }
    ]
}