Translation components API.

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

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

{
    "total": 9951,
    "total_words": 81779,
    "last_change": "2021-01-09T14:35:08.392997Z",
    "recent_changes": 15,
    "translated": 9934,
    "translated_words": 81594,
    "translated_percent": 99.8,
    "translated_words_percent": 99.7,
    "translated_chars": 785959,
    "translated_chars_percent": 99.8,
    "total_chars": 787443,
    "fuzzy": 15,
    "fuzzy_percent": 0.1,
    "failing": 2581,
    "failing_percent": 25.9,
    "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_porters-handbook/pt_BR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_porters-handbook/pt_BR/"
}