Translation components API.

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

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

{
    "total": 48,
    "total_words": 1544,
    "last_change": "2021-01-09T14:31:49.438310Z",
    "recent_changes": 1,
    "translated": 46,
    "translated_words": 1502,
    "translated_percent": 95.8,
    "translated_words_percent": 97.2,
    "translated_chars": 13901,
    "translated_chars_percent": 97.4,
    "total_chars": 14268,
    "fuzzy": 1,
    "fuzzy_percent": 2.0,
    "failing": 8,
    "failing_percent": 16.6,
    "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_cups/pt_BR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_cups/pt_BR/"
}