Translation components API.

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

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

{
    "total": 77,
    "total_words": 2376,
    "last_change": "2024-12-29T16:11:08.897922Z",
    "recent_changes": 4,
    "translated": 72,
    "translated_words": 2007,
    "translated_percent": 93.5,
    "translated_words_percent": 84.4,
    "translated_chars": 12886,
    "translated_chars_percent": 83.6,
    "total_chars": 15411,
    "fuzzy": 5,
    "fuzzy_percent": 6.4,
    "failing": 1,
    "failing_percent": 1.2,
    "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/documentation/articlessolid-state_index/pt_BR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/articlessolid-state_index/pt_BR/"
}