Translation components API.

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

GET /api/components/nelson/translations/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": 105,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 93,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://hosted.weblate.org/languages/fr/",
                "url": "https://hosted.weblate.org/api/languages/fr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fr/statistics/?format=api"
            },
            "language_code": "fr_FR",
            "id": 7484,
            "filename": "locale/fr_FR/LC_MESSAGES/nelson.po",
            "revision": "dbd0dfc2634ecc683c73d4d9e5947499d3f5a849",
            "web_url": "https://hosted.weblate.org/projects/nelson/translations/fr/",
            "share_url": "https://hosted.weblate.org/engage/nelson/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/nelson/translations/fr/",
            "url": "https://hosted.weblate.org/api/translations/nelson/translations/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2452,
            "total_words": 13170,
            "translated": 2452,
            "translated_words": 13170,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 36,
            "failing_checks_words": 225,
            "failing_checks_percent": 1.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-29T10:28:25.696446+02:00",
            "last_author": "Allan CORNET",
            "repository_url": "https://hosted.weblate.org/api/translations/nelson/translations/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/nelson/translations/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/nelson/translations/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/nelson/translations/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/nelson/translations/fr/units/?format=api"
        },
        {
            "language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 34245,
            "filename": "locale/nelson.pot",
            "revision": "b5e0ca40804fb05e2a8b9947b8390e2dd4210180",
            "web_url": "https://hosted.weblate.org/projects/nelson/translations/en/",
            "share_url": "https://hosted.weblate.org/engage/nelson/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/nelson/translations/en/",
            "url": "https://hosted.weblate.org/api/translations/nelson/translations/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 2454,
            "total_words": 13185,
            "translated": 2454,
            "translated_words": 13185,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 74,
            "failing_checks_words": 504,
            "failing_checks_percent": 3.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-29T10:28:25.363335+02:00",
            "last_author": "Allan CORNET",
            "repository_url": "https://hosted.weblate.org/api/translations/nelson/translations/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/nelson/translations/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/nelson/translations/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/nelson/translations/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/nelson/translations/en/units/?format=api"
        }
    ]
}