Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 172,
            "total_words": 572,
            "last_change": null,
            "recent_changes": 0,
            "translated": 172,
            "translated_words": 572,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 3919,
            "translated_chars_percent": 100.0,
            "total_chars": 3919,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.ops404.it/projects/ooops/ooops_gls_italy/en/",
            "translate_url": "http://weblate.ops404.it/translate/ooops/ooops_gls_italy/en/"
        },
        {
            "total": 172,
            "total_words": 572,
            "last_change": "2023-02-20T18:09:17.225218Z",
            "recent_changes": 9,
            "translated": 45,
            "translated_words": 125,
            "translated_percent": 26.1,
            "translated_words_percent": 21.8,
            "translated_chars": 792,
            "translated_chars_percent": 20.2,
            "total_chars": 3919,
            "fuzzy": 4,
            "fuzzy_percent": 2.3,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "it",
            "name": "Italian",
            "url": "http://weblate.ops404.it/projects/ooops/ooops_gls_italy/it/",
            "translate_url": "http://weblate.ops404.it/translate/ooops/ooops_gls_italy/it/"
        }
    ]
}