Translation components API.

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

GET /api/components/switchboard/switchboard/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/switchboard/switchboard/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": 49550,
            "filename": "po/gn.po",
            "revision": "49afb9f559265c461970ab20a2d5e7d3fe785083",
            "web_url": "https://l10n.elementary.io/projects/switchboard/switchboard/gn/",
            "share_url": "https://l10n.elementary.io/engage/switchboard/-/gn/",
            "translate_url": "https://l10n.elementary.io/translate/switchboard/switchboard/gn/",
            "url": "https://l10n.elementary.io/api/translations/switchboard/switchboard/gn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 12,
            "total_words": 42,
            "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": null,
            "last_author": null,
            "repository_url": "https://l10n.elementary.io/api/translations/switchboard/switchboard/gn/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/switchboard/switchboard/gn/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/switchboard/switchboard/gn/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/switchboard/switchboard/gn/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/switchboard/switchboard/gn/units/?format=api"
        },
        {
            "language": {
                "id": 1247,
                "code": "jbo",
                "name": "Lojban",
                "plural": {
                    "id": 734,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://l10n.elementary.io/languages/jbo/",
                "url": "https://l10n.elementary.io/api/languages/jbo/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/jbo/statistics/?format=api"
            },
            "language_code": "jbo",
            "id": 49551,
            "filename": "po/jbo.po",
            "revision": "b9eb986d4898fa1848a28a3ad2071f4752f6fc66",
            "web_url": "https://l10n.elementary.io/projects/switchboard/switchboard/jbo/",
            "share_url": "https://l10n.elementary.io/engage/switchboard/-/jbo/",
            "translate_url": "https://l10n.elementary.io/translate/switchboard/switchboard/jbo/",
            "url": "https://l10n.elementary.io/api/translations/switchboard/switchboard/jbo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 12,
            "total_words": 42,
            "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": null,
            "last_author": null,
            "repository_url": "https://l10n.elementary.io/api/translations/switchboard/switchboard/jbo/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/switchboard/switchboard/jbo/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/switchboard/switchboard/jbo/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/switchboard/switchboard/jbo/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/switchboard/switchboard/jbo/units/?format=api"
        }
    ]
}