Translation components API.

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

GET /api/components/desktop/granite-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/granite-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": 48812,
            "filename": "po/extra/gn.po",
            "revision": "6100ffeb4aea177a563aa9805ae34878fc5e4d36",
            "web_url": "https://l10n.elementary.io/projects/desktop/granite-extra/gn/",
            "share_url": "https://l10n.elementary.io/engage/desktop/-/gn/",
            "translate_url": "https://l10n.elementary.io/translate/desktop/granite-extra/gn/",
            "url": "https://l10n.elementary.io/api/translations/desktop/granite-extra/gn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 46,
            "total_words": 277,
            "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-01T15:31:46.706366Z",
            "last_author": null,
            "repository_url": "https://l10n.elementary.io/api/translations/desktop/granite-extra/gn/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/desktop/granite-extra/gn/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/desktop/granite-extra/gn/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/desktop/granite-extra/gn/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/desktop/granite-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": 50688,
            "filename": "po/extra/id_ID.po",
            "revision": "b6aabe390f780f347fe0567000b78b6ebbd7f58c",
            "web_url": "https://l10n.elementary.io/projects/desktop/granite-extra/id_ID/",
            "share_url": "https://l10n.elementary.io/engage/desktop/-/id_ID/",
            "translate_url": "https://l10n.elementary.io/translate/desktop/granite-extra/id_ID/",
            "url": "https://l10n.elementary.io/api/translations/desktop/granite-extra/id_ID/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 46,
            "total_words": 277,
            "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-01T15:31:50.218389Z",
            "last_author": null,
            "repository_url": "https://l10n.elementary.io/api/translations/desktop/granite-extra/id_ID/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/desktop/granite-extra/id_ID/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/desktop/granite-extra/id_ID/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/desktop/granite-extra/id_ID/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/desktop/granite-extra/id_ID/units/?format=api"
        }
    ]
}