Translation components API.

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

GET /api/translations/habitica/faq/pl/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-03T14:04:00.517788Z",
    "recent_changes": 5,
    "translated": 67,
    "translated_words": 2099,
    "translated_percent": 27.3,
    "translated_words_percent": 27.9,
    "translated_chars": 12916,
    "translated_chars_percent": 29.2,
    "total_chars": 44104,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://translate.habitica.com/projects/habitica/faq/pl/",
    "translate_url": "https://translate.habitica.com/translate/habitica/faq/pl/"
}