Translation components API.

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

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

{
    "total": 1537,
    "total_words": 9469,
    "last_change": "2025-01-06T17:34:58.157790Z",
    "recent_changes": 1,
    "translated": 918,
    "translated_words": 4880,
    "translated_percent": 59.7,
    "translated_words_percent": 51.5,
    "translated_chars": 28143,
    "translated_chars_percent": 51.5,
    "total_chars": 54588,
    "fuzzy": 45,
    "fuzzy_percent": 2.9,
    "failing": 161,
    "failing_percent": 10.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.4,
    "suggestions": 113,
    "comments": 7,
    "code": "nl",
    "name": "Dutch",
    "url": "https://translate.habitica.com/projects/habitica-android/main-strings/nl/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/main-strings/nl/"
}