Translation components API.

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

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

{
    "total": 94,
    "total_words": 6348,
    "last_change": "2023-05-21T18:04:59.530969Z",
    "recent_changes": 1,
    "translated": 20,
    "translated_words": 263,
    "translated_percent": 21.2,
    "translated_words_percent": 4.1,
    "translated_chars": 1664,
    "translated_chars_percent": 4.5,
    "total_chars": 36605,
    "fuzzy": 60,
    "fuzzy_percent": 63.8,
    "failing": 51,
    "failing_percent": 54.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 5,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate-dev.freebsd.org/projects/documentation/articlesvm-design_index/pt_BR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/articlesvm-design_index/pt_BR/"
}