Translation components API.

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

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

{
    "total": 253,
    "total_words": 7884,
    "last_change": "2026-03-24T20:18:52.449813Z",
    "recent_changes": 10,
    "translated": 116,
    "translated_words": 2211,
    "translated_percent": 45.8,
    "translated_words_percent": 28.0,
    "translated_chars": 12752,
    "translated_chars_percent": 27.4,
    "total_chars": 46452,
    "fuzzy": 137,
    "fuzzy_percent": 54.1,
    "failing": 128,
    "failing_percent": 50.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.habitica.com/projects/habitica/faq/pt/",
    "translate_url": "https://translate.habitica.com/translate/habitica/faq/pt/"
}