Translation components API.

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

GET /api/components/desktop/sideload-extra/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/sideload-extra/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": 49477,
            "filename": "po/extra/gn.po",
            "revision": "9ee6857e7b4e4b7cc51a3c65d8cccae8df835f49",
            "web_url": "https://l10n.elementary.io/projects/desktop/sideload-extra/gn/",
            "share_url": "https://l10n.elementary.io/engage/desktop/-/gn/",
            "translate_url": "https://l10n.elementary.io/translate/desktop/sideload-extra/gn/",
            "url": "https://l10n.elementary.io/api/translations/desktop/sideload-extra/gn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 11,
            "total_words": 73,
            "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-04T06:38:51.504067Z",
            "last_author": null,
            "repository_url": "https://l10n.elementary.io/api/translations/desktop/sideload-extra/gn/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/desktop/sideload-extra/gn/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/desktop/sideload-extra/gn/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/desktop/sideload-extra/gn/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/desktop/sideload-extra/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": 50679,
            "filename": "po/extra/id_ID.po",
            "revision": "e8ee703273ae8ff6541bdb230a7412017af41aad",
            "web_url": "https://l10n.elementary.io/projects/desktop/sideload-extra/id_ID/",
            "share_url": "https://l10n.elementary.io/engage/desktop/-/id_ID/",
            "translate_url": "https://l10n.elementary.io/translate/desktop/sideload-extra/id_ID/",
            "url": "https://l10n.elementary.io/api/translations/desktop/sideload-extra/id_ID/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 11,
            "total_words": 73,
            "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-04T06:38:53.058688Z",
            "last_author": null,
            "repository_url": "https://l10n.elementary.io/api/translations/desktop/sideload-extra/id_ID/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/desktop/sideload-extra/id_ID/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/desktop/sideload-extra/id_ID/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/desktop/sideload-extra/id_ID/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/desktop/sideload-extra/id_ID/units/?format=api"
        }
    ]
}