Translation components API.

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

GET /api/translations/documentation/booksdevelopers-handbookl10n_index/en/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 56,
    "total_words": 1407,
    "last_change": null,
    "recent_changes": 0,
    "translated": 56,
    "translated_words": 1407,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 9030,
    "translated_chars_percent": 100.0,
    "total_chars": 9030,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 7,
    "failing_percent": 12.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 56,
    "readonly_percent": 100.0,
    "suggestions": 0,
    "comments": 0,
    "code": "en",
    "name": "English",
    "url": "https://translate-dev.freebsd.org/projects/documentation/booksdevelopers-handbookl10n_index/en/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbookl10n_index/en/"
}