Translation components API.

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

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

{
    "total": 286,
    "total_words": 1632,
    "last_change": "2024-02-07T01:01:09.595818Z",
    "recent_changes": 1,
    "translated": 103,
    "translated_words": 622,
    "translated_percent": 36.0,
    "translated_words_percent": 38.1,
    "translated_chars": 3885,
    "translated_chars_percent": 38.5,
    "total_chars": 10079,
    "fuzzy": 46,
    "fuzzy_percent": 16.0,
    "failing": 94,
    "failing_percent": 32.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sk",
    "name": "Slovak",
    "url": "https://translate.habitica.com/projects/habitica/limited/sk/",
    "translate_url": "https://translate.habitica.com/translate/habitica/limited/sk/"
}