Translation components API.

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

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

{
    "total": 3315,
    "total_words": 44147,
    "last_change": "2024-07-01T20:54:10.002667Z",
    "recent_changes": 1,
    "translated": 2050,
    "translated_words": 25283,
    "translated_percent": 61.8,
    "translated_words_percent": 57.2,
    "translated_chars": 153631,
    "translated_chars_percent": 57.7,
    "total_chars": 266080,
    "fuzzy": 3,
    "fuzzy_percent": 0.1,
    "failing": 1773,
    "failing_percent": 53.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ro",
    "name": "Romanian",
    "url": "https://translate.habitica.com/projects/habitica/gear/ro/",
    "translate_url": "https://translate.habitica.com/translate/habitica/gear/ro/"
}