Translation components API.

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

GET /api/components/dai/operations/translations/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english",
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://waldo.team/languages/en/",
                "url": "http://waldo.team/api/languages/en/?format=api",
                "statistics_url": "http://waldo.team/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 622,
            "filename": "",
            "revision": "",
            "web_url": "http://waldo.team/projects/dai/operations/en/",
            "share_url": "http://waldo.team/engage/dai/en/",
            "translate_url": "http://waldo.team/translate/dai/operations/en/",
            "url": "http://waldo.team/api/translations/dai/operations/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 2256,
            "total_words": 81778,
            "translated": 2256,
            "translated_words": 81778,
            "translated_percent": 100.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": 1,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://waldo.team/api/translations/dai/operations/en/repository/?format=api",
            "file_url": "http://waldo.team/api/translations/dai/operations/en/file/?format=api",
            "statistics_url": "http://waldo.team/api/translations/dai/operations/en/statistics/?format=api",
            "changes_list_url": "http://waldo.team/api/translations/dai/operations/en/changes/?format=api",
            "units_list_url": "http://waldo.team/api/translations/dai/operations/en/units/?format=api"
        },
        {
            "language": {
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 166,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "korean",
                    "kor"
                ],
                "direction": "ltr",
                "web_url": "http://waldo.team/languages/ko/",
                "url": "http://waldo.team/api/languages/ko/?format=api",
                "statistics_url": "http://waldo.team/api/languages/ko/statistics/?format=api"
            },
            "language_code": "ko",
            "id": 629,
            "filename": "ko/Operations.po",
            "revision": "1c15352a15e3d219952f0d1c5741afdcc947cccc",
            "web_url": "http://waldo.team/projects/dai/operations/ko/",
            "share_url": "http://waldo.team/engage/dai/ko/",
            "translate_url": "http://waldo.team/translate/dai/operations/ko/",
            "url": "http://waldo.team/api/translations/dai/operations/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2256,
            "total_words": 81778,
            "translated": 2256,
            "translated_words": 81778,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 14,
            "failing_checks_words": 1475,
            "failing_checks_percent": 0.6,
            "have_suggestion": 16,
            "have_comment": 17,
            "last_change": "2025-09-09T03:22:54.052380+09:00",
            "last_author": "평범남",
            "repository_url": "http://waldo.team/api/translations/dai/operations/ko/repository/?format=api",
            "file_url": "http://waldo.team/api/translations/dai/operations/ko/file/?format=api",
            "statistics_url": "http://waldo.team/api/translations/dai/operations/ko/statistics/?format=api",
            "changes_list_url": "http://waldo.team/api/translations/dai/operations/ko/changes/?format=api",
            "units_list_url": "http://waldo.team/api/translations/dai/operations/ko/units/?format=api"
        }
    ]
}