Translation components API.

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

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

{
    "total": 468,
    "total_words": 9234,
    "last_change": "2021-01-09T14:31:52.490678Z",
    "recent_changes": 8,
    "translated": 459,
    "translated_words": 8676,
    "translated_percent": 98.0,
    "translated_words_percent": 93.9,
    "translated_chars": 53720,
    "translated_chars_percent": 94.0,
    "total_chars": 57144,
    "fuzzy": 8,
    "fuzzy_percent": 1.7,
    "failing": 88,
    "failing_percent": 18.8,
    "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/articles_serial-uart/pt_BR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_serial-uart/pt_BR/"
}