Translation components API.

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

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

{
    "total": 245,
    "total_words": 7501,
    "last_change": "2025-04-01T20:07:58.238162Z",
    "recent_changes": 2,
    "translated": 156,
    "translated_words": 4711,
    "translated_percent": 63.6,
    "translated_words_percent": 62.8,
    "translated_chars": 27841,
    "translated_chars_percent": 63.1,
    "total_chars": 44104,
    "fuzzy": 9,
    "fuzzy_percent": 3.6,
    "failing": 9,
    "failing_percent": 3.6,
    "approved": 9,
    "approved_percent": 3.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 8,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.habitica.com/projects/habitica/faq/pt_BR/",
    "translate_url": "https://translate.habitica.com/translate/habitica/faq/pt_BR/"
}