Translation components API.

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

GET /api/translations/freebsd-doc/boooks_dev-model/pt_BR/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 490,
    "total_words": 9722,
    "last_change": "2020-12-13T00:18:14.979441Z",
    "recent_changes": 66,
    "translated": 359,
    "translated_words": 6875,
    "translated_percent": 73.2,
    "translated_words_percent": 70.7,
    "translated_chars": 47999,
    "translated_chars_percent": 71.9,
    "total_chars": 66742,
    "fuzzy": 42,
    "fuzzy_percent": 8.5,
    "failing": 75,
    "failing_percent": 15.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/boooks_dev-model/pt_BR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_dev-model/pt_BR/"
}