Translation components API.

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

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

{
    "total": 89,
    "total_words": 851,
    "total_chars": 6567,
    "last_change": "2023-11-30T13:42:12.336128Z",
    "recent_changes": 0,
    "translated": 71,
    "translated_words": 707,
    "translated_percent": 79.7,
    "translated_words_percent": 83.0,
    "translated_chars": 5456,
    "translated_chars_percent": 83.0,
    "fuzzy": 1,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 5,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 45,
    "fuzzy_chars_percent": 0.6,
    "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": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "eo",
    "name": "Esperanto",
    "url": "https://weblate.framasoft.org/projects/inventaire/server/eo/",
    "translate_url": "https://weblate.framasoft.org/translate/inventaire/server/eo/"
}