Translation components API.

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

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

{
    "total": 1537,
    "total_words": 9469,
    "last_change": "2025-03-08T11:22:52.957653Z",
    "recent_changes": 10,
    "translated": 1058,
    "translated_words": 6134,
    "translated_percent": 68.8,
    "translated_words_percent": 64.7,
    "translated_chars": 35265,
    "translated_chars_percent": 64.6,
    "total_chars": 54588,
    "fuzzy": 40,
    "fuzzy_percent": 2.6,
    "failing": 51,
    "failing_percent": 3.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.4,
    "suggestions": 94,
    "comments": 5,
    "code": "pl",
    "name": "Polish",
    "url": "https://translate.habitica.com/projects/habitica-android/main-strings/pl/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/main-strings/pl/"
}