Translation components API.

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

GET /api/components/photos/photos/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/photos/photos/translations/?format=api&page=4",
    "results": [
        {
            "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": 49373,
            "filename": "po/jbo.po",
            "revision": "24211eaf43e3ffdc7bfe8dedba73d458e069323b",
            "web_url": "https://l10n.elementary.io/projects/photos/photos/jbo/",
            "share_url": "https://l10n.elementary.io/engage/photos/-/jbo/",
            "translate_url": "https://l10n.elementary.io/translate/photos/photos/jbo/",
            "url": "https://l10n.elementary.io/api/translations/photos/photos/jbo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 665,
            "total_words": 2869,
            "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:43:55.814053Z",
            "last_author": null,
            "repository_url": "https://l10n.elementary.io/api/translations/photos/photos/jbo/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/photos/photos/jbo/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/photos/photos/jbo/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/photos/photos/jbo/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/photos/photos/jbo/units/?format=api"
        }
    ]
}