Translation components API.

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

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

{
    "total": 1008,
    "total_words": 4427,
    "total_chars": 26851,
    "last_change": "2024-05-10T19:09:48.794276Z",
    "recent_changes": 128,
    "translated": 645,
    "translated_words": 2673,
    "translated_percent": 63.9,
    "translated_words_percent": 60.3,
    "translated_chars": 16014,
    "translated_chars_percent": 59.6,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.5,
    "readonly_words": 9,
    "readonly_words_percent": 0.2,
    "readonly_chars": 64,
    "readonly_chars_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "code": "ro",
    "name": "Romanian",
    "url": "https://weblate.framasoft.org/projects/inventaire/client/ro/",
    "translate_url": "https://weblate.framasoft.org/translate/inventaire/client/ro/"
}