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": 1485,
    "total_words": 9119,
    "last_change": "2024-04-25T08:52:32.420638Z",
    "recent_changes": 1,
    "translated": 930,
    "translated_words": 4966,
    "translated_percent": 62.6,
    "translated_words_percent": 54.4,
    "translated_chars": 28584,
    "translated_chars_percent": 54.4,
    "total_chars": 52503,
    "fuzzy": 35,
    "fuzzy_percent": 2.3,
    "failing": 149,
    "failing_percent": 10.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.4,
    "suggestions": 112,
    "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/"
}