Translation components API.

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

GET /api/components/ooops-custom-cepi-14-0/ooops_certification_mgmt/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 308,
            "total_words": 954,
            "last_change": null,
            "recent_changes": 0,
            "translated": 308,
            "translated_words": 954,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 7027,
            "translated_chars_percent": 100.0,
            "total_chars": 7027,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.ops404.it/projects/ooops-custom-cepi-14-0/ooops_certification_mgmt/en/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-custom-cepi-14-0/ooops_certification_mgmt/en/"
        },
        {
            "total": 308,
            "total_words": 954,
            "last_change": "2024-10-17T09:49:08.796172Z",
            "recent_changes": 66,
            "translated": 304,
            "translated_words": 950,
            "translated_percent": 98.7,
            "translated_words_percent": 99.5,
            "translated_chars": 6965,
            "translated_chars_percent": 99.1,
            "total_chars": 7027,
            "fuzzy": 4,
            "fuzzy_percent": 1.2,
            "failing": 2,
            "failing_percent": 0.6,
            "code": "it",
            "name": "Italian",
            "url": "http://weblate.ops404.it/projects/ooops-custom-cepi-14-0/ooops_certification_mgmt/it/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-custom-cepi-14-0/ooops_certification_mgmt/it/"
        }
    ]
}