Translation components API.

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

GET /api/components/cnp3-ebook/protocolshttp2/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": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 26405523410,
                "web_url": "https://weblate.info.ucl.ac.be/languages/fr/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/fr/statistics/?format=api"
            },
            "language_code": "fr",
            "id": 217,
            "filename": "locale/fr/LC_MESSAGES/protocols/http2.po",
            "revision": "3f670e1d6ea24c2419672ec8f138f62cfe69c4d1",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/protocolshttp2/fr/",
            "share_url": "https://weblate.info.ucl.ac.be/engage/cnp3-ebook/fr/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/protocolshttp2/fr/",
            "url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp2/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 37,
            "total_words": 2741,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 2.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp2/fr/repository/?format=api",
            "file_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp2/fr/file/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp2/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp2/fr/changes/?format=api",
            "units_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp2/fr/units/?format=api"
        },
        {
            "language": {
                "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": 159034349015,
                "web_url": "https://weblate.info.ucl.ac.be/languages/en/",
                "url": "https://weblate.info.ucl.ac.be/api/languages/en/?format=api",
                "statistics_url": "https://weblate.info.ucl.ac.be/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 268,
            "filename": "locale/pot/protocols/http2.pot",
            "revision": "5deb10ca72abc7245527844f66589aeab4f42a6e",
            "web_url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/protocolshttp2/en/",
            "share_url": "https://weblate.info.ucl.ac.be/engage/cnp3-ebook/en/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/protocolshttp2/en/",
            "url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp2/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 40,
            "total_words": 3005,
            "translated": 40,
            "translated_words": 3005,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 185,
            "failing_checks_percent": 5.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp2/en/repository/?format=api",
            "file_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp2/en/file/?format=api",
            "statistics_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp2/en/statistics/?format=api",
            "changes_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp2/en/changes/?format=api",
            "units_list_url": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp2/en/units/?format=api"
        }
    ]
}