Translation components API.

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

GET /api/components/tinventory/tinventory/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": {
                "id": 67,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 67,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://translate.edugit.org/languages/de/",
                "url": "https://translate.edugit.org/api/languages/de/?format=api",
                "statistics_url": "https://translate.edugit.org/api/languages/de/statistics/?format=api"
            },
            "language_code": "de",
            "id": 31,
            "filename": "web/locale/de/LC_MESSAGES/django.po",
            "revision": "7fce9db43f017b6d239f9f3496af8d38e8b741ba",
            "web_url": "https://translate.edugit.org/projects/tinventory/tinventory/de/",
            "share_url": "https://translate.edugit.org/engage/tinventory/-/de/",
            "translate_url": "https://translate.edugit.org/translate/tinventory/tinventory/de/",
            "url": "https://translate.edugit.org/api/translations/tinventory/tinventory/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 40,
            "total_words": 121,
            "translated": 40,
            "translated_words": 121,
            "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": "2020-07-28T12:59:41.654186Z",
            "last_author": "magicfelix",
            "repository_url": "https://translate.edugit.org/api/translations/tinventory/tinventory/de/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/tinventory/tinventory/de/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/tinventory/tinventory/de/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/tinventory/tinventory/de/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/tinventory/tinventory/de/units/?format=api"
        },
        {
            "language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.edugit.org/languages/en/",
                "url": "https://translate.edugit.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 32,
            "filename": "web/locale/en/LC_MESSAGES/django.po",
            "revision": "c02225e46c7bc543b501f9b8c85baf0c943933c5",
            "web_url": "https://translate.edugit.org/projects/tinventory/tinventory/en/",
            "share_url": "https://translate.edugit.org/engage/tinventory/-/en/",
            "translate_url": "https://translate.edugit.org/translate/tinventory/tinventory/en/",
            "url": "https://translate.edugit.org/api/translations/tinventory/tinventory/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 40,
            "total_words": 105,
            "translated": 40,
            "translated_words": 105,
            "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": 5,
            "have_comment": 0,
            "last_change": "2020-07-28T13:15:32.157995Z",
            "last_author": "magicfelix",
            "repository_url": "https://translate.edugit.org/api/translations/tinventory/tinventory/en/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/tinventory/tinventory/en/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/tinventory/tinventory/en/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/tinventory/tinventory/en/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/tinventory/tinventory/en/units/?format=api"
        }
    ]
}