Translation components API.

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

GET /api/components/modx-extras/filterwhere%252Fproperties/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": 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": 1407667,
            "filename": "core/components/filterwhere/lexicon/en/properties.inc.php",
            "revision": "60ea3181147bdc0de580c6904e9d9f526c9aefb7,60ea3181147bdc0de580c6904e9d9f526c9aefb7",
            "web_url": "https://hosted.weblate.org/projects/modx-extras/filterwhere/properties/en/",
            "share_url": "https://hosted.weblate.org/engage/modx-extras/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/modx-extras/filterwhere/properties/en/",
            "url": "https://hosted.weblate.org/api/translations/modx-extras/filterwhere%252Fproperties/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 7,
            "total_words": 87,
            "translated": 7,
            "translated_words": 87,
            "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": "2024-02-07T20:57:41.570231+01:00",
            "last_author": "Thomas Jakobi",
            "repository_url": "https://hosted.weblate.org/api/translations/modx-extras/filterwhere%252Fproperties/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/modx-extras/filterwhere%252Fproperties/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/modx-extras/filterwhere%252Fproperties/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/modx-extras/filterwhere%252Fproperties/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/modx-extras/filterwhere%252Fproperties/en/units/?format=api"
        },
        {
            "language": {
                "id": 24,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 104,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://hosted.weblate.org/languages/de/",
                "url": "https://hosted.weblate.org/api/languages/de/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/de/statistics/?format=api"
            },
            "language_code": "de",
            "id": 1407671,
            "filename": "core/components/filterwhere/lexicon/de/properties.inc.php",
            "revision": "f11c5284d1ff5d604a29d4ad878d372221d2cf41,60ea3181147bdc0de580c6904e9d9f526c9aefb7",
            "web_url": "https://hosted.weblate.org/projects/modx-extras/filterwhere/properties/de/",
            "share_url": "https://hosted.weblate.org/engage/modx-extras/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/modx-extras/filterwhere/properties/de/",
            "url": "https://hosted.weblate.org/api/translations/modx-extras/filterwhere%252Fproperties/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7,
            "total_words": 87,
            "translated": 7,
            "translated_words": 87,
            "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": "2024-02-07T20:57:41.604232+01:00",
            "last_author": "Thomas Jakobi",
            "repository_url": "https://hosted.weblate.org/api/translations/modx-extras/filterwhere%252Fproperties/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/modx-extras/filterwhere%252Fproperties/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/modx-extras/filterwhere%252Fproperties/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/modx-extras/filterwhere%252Fproperties/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/modx-extras/filterwhere%252Fproperties/de/units/?format=api"
        }
    ]
}