Translation components API.

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

GET /api/components/pathfinder_kingmaker/spells/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": "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": "https://waldo.team/api/languages/ko/?format=api",
                "statistics_url": "https://waldo.team/api/languages/ko/statistics/?format=api"
            },
            "language_code": "ko",
            "id": 520,
            "filename": "ko/Spells.po",
            "revision": "3a59ad97112796ca0480e8e27c53ac60804de9ca",
            "web_url": "http://waldo.team/projects/pathfinder_kingmaker/spells/ko/",
            "share_url": "http://waldo.team/engage/pathfinder_kingmaker/ko/",
            "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/spells/ko/",
            "url": "https://waldo.team/api/translations/pathfinder_kingmaker/spells/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1702,
            "total_words": 47259,
            "translated": 1702,
            "translated_words": 47259,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 96,
            "failing_checks_percent": 0.1,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2021-09-13T16:58:12.108741+09:00",
            "last_author": "akintos",
            "repository_url": "https://waldo.team/api/translations/pathfinder_kingmaker/spells/ko/repository/?format=api",
            "file_url": "https://waldo.team/api/translations/pathfinder_kingmaker/spells/ko/file/?format=api",
            "statistics_url": "https://waldo.team/api/translations/pathfinder_kingmaker/spells/ko/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/spells/ko/changes/?format=api",
            "units_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/spells/ko/units/?format=api"
        },
        {
            "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": "https://waldo.team/api/languages/en/?format=api",
                "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 572,
            "filename": "",
            "revision": "",
            "web_url": "http://waldo.team/projects/pathfinder_kingmaker/spells/en/",
            "share_url": "http://waldo.team/engage/pathfinder_kingmaker/en/",
            "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/spells/en/",
            "url": "https://waldo.team/api/translations/pathfinder_kingmaker/spells/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 1702,
            "total_words": 47259,
            "translated": 1702,
            "translated_words": 47259,
            "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": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://waldo.team/api/translations/pathfinder_kingmaker/spells/en/repository/?format=api",
            "file_url": "https://waldo.team/api/translations/pathfinder_kingmaker/spells/en/file/?format=api",
            "statistics_url": "https://waldo.team/api/translations/pathfinder_kingmaker/spells/en/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/spells/en/changes/?format=api",
            "units_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/spells/en/units/?format=api"
        }
    ]
}