Translation components API.

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

GET /api/translations/website/libreofficeorg/it/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 782,
    "total_words": 11969,
    "total_chars": 94275,
    "last_change": "2024-05-16T20:23:00.971468Z",
    "recent_changes": 38,
    "translated": 211,
    "translated_words": 1927,
    "translated_percent": 26.9,
    "translated_words_percent": 16.0,
    "translated_chars": 16784,
    "translated_chars_percent": 17.8,
    "fuzzy": 176,
    "fuzzy_percent": 22.5,
    "fuzzy_words": 3422,
    "fuzzy_words_percent": 28.5,
    "fuzzy_chars": 26595,
    "fuzzy_chars_percent": 28.2,
    "failing": 4,
    "failing_percent": 0.5,
    "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": 3,
    "comments": 13,
    "code": "it",
    "name": "Italian",
    "url": "https://translations.documentfoundation.org/projects/website/libreofficeorg/it/",
    "translate_url": "https://translations.documentfoundation.org/translate/website/libreofficeorg/it/"
}