Translation components API.

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

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

{
    "count": 201,
    "next": null,
    "previous": "https://l10n.elementary.io/api/components/wingpanel/indicator-nightlight/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": 49296,
            "filename": "po/gn.po",
            "revision": "e01e68b3b92631215d2fdf1fda8c661e8ce48b42",
            "web_url": "https://l10n.elementary.io/projects/wingpanel/indicator-nightlight/gn/",
            "share_url": "https://l10n.elementary.io/engage/wingpanel/-/gn/",
            "translate_url": "https://l10n.elementary.io/translate/wingpanel/indicator-nightlight/gn/",
            "url": "https://l10n.elementary.io/api/translations/wingpanel/indicator-nightlight/gn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 8,
            "total_words": 26,
            "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-04T04:50:55.159643Z",
            "last_author": null,
            "repository_url": "https://l10n.elementary.io/api/translations/wingpanel/indicator-nightlight/gn/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/wingpanel/indicator-nightlight/gn/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/wingpanel/indicator-nightlight/gn/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/wingpanel/indicator-nightlight/gn/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/wingpanel/indicator-nightlight/gn/units/?format=api"
        }
    ]
}