Translation components API.

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

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

{
    "total": 91,
    "total_words": 1813,
    "last_change": "2024-06-14T21:18:44.127006Z",
    "recent_changes": 2,
    "translated": 37,
    "translated_words": 257,
    "translated_percent": 40.6,
    "translated_words_percent": 14.1,
    "translated_chars": 1933,
    "translated_chars_percent": 15.7,
    "total_chars": 12260,
    "fuzzy": 42,
    "fuzzy_percent": 46.1,
    "failing": 46,
    "failing_percent": 50.5,
    "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/communityguidelines/ro/",
    "translate_url": "https://translate.habitica.com/translate/habitica/communityguidelines/ro/"
}