Translation components API.

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

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

{
    "total": 2274,
    "total_words": 60043,
    "last_change": "2021-01-09T14:36:51.947615Z",
    "recent_changes": 4,
    "translated": 385,
    "translated_words": 6767,
    "translated_percent": 16.9,
    "translated_words_percent": 11.2,
    "translated_chars": 59373,
    "translated_chars_percent": 13.4,
    "total_chars": 440711,
    "fuzzy": 1862,
    "fuzzy_percent": 81.8,
    "failing": 1346,
    "failing_percent": 59.1,
    "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_developers-handbook/pt_BR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_developers-handbook/pt_BR/"
}