Translation components API.

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

GET /api/components/playlist_import/main/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": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 657,
            "filename": "src/languages/en.json",
            "revision": "08170656e0efe00f2e85963d638fb20370b1c1e8,08170656e0efe00f2e85963d638fb20370b1c1e8",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/playlist_import/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/playlist_import/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/playlist_import/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 42,
            "total_words": 320,
            "translated": 42,
            "translated_words": 320,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 0,
            "failing_checks_percent": 2.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-08-16T22:08:13.246830Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/main/en/units/?format=api"
        },
        {
            "language": {
                "id": 165,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/es/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/es/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/es/statistics/?format=api"
            },
            "language_code": "es",
            "id": 658,
            "filename": "src/languages/es.json",
            "revision": "7337a4be11cc2dc8f760bcb5198c1be95322c766,08170656e0efe00f2e85963d638fb20370b1c1e8",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/playlist_import/main/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/playlist_import/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/playlist_import/main/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/main/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 42,
            "total_words": 320,
            "translated": 42,
            "translated_words": 320,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 28,
            "failing_checks_percent": 7.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-08-16T22:08:13.339873Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/main/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/main/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/main/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/main/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/main/es/units/?format=api"
        }
    ]
}