Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 377,
            "total_words": 6582,
            "total_chars": 44186,
            "last_change": null,
            "recent_changes": 0,
            "translated": 377,
            "translated_words": 6582,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 44186,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 2,
            "failing_percent": 0.5,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 377,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate.edugit.org/projects/aleksis-handbook/aleksis-handbook/en/",
            "translate_url": "https://translate.edugit.org/translate/aleksis-handbook/aleksis-handbook/en/"
        },
        {
            "total": 376,
            "total_words": 6580,
            "total_chars": 44171,
            "last_change": "2021-10-22T09:14:52.294075Z",
            "recent_changes": 10,
            "translated": 64,
            "translated_words": 1205,
            "translated_percent": 17.0,
            "translated_words_percent": 18.3,
            "translated_chars": 7454,
            "translated_chars_percent": 16.8,
            "fuzzy": 1,
            "fuzzy_percent": 0.2,
            "failing": 1,
            "failing_percent": 0.2,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 1,
            "comments": 0,
            "code": "de",
            "name": "German",
            "url": "https://translate.edugit.org/projects/aleksis-handbook/aleksis-handbook/de/",
            "translate_url": "https://translate.edugit.org/translate/aleksis-handbook/aleksis-handbook/de/"
        }
    ]
}