Translation components API.

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

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

{
    "total": 523,
    "total_words": 2179,
    "total_chars": 12946,
    "last_change": "2024-05-04T06:41:12.690559Z",
    "recent_changes": 0,
    "translated": 267,
    "translated_words": 1030,
    "translated_percent": 51.0,
    "translated_words_percent": 47.2,
    "translated_chars": 6206,
    "translated_chars_percent": 47.9,
    "fuzzy": 171,
    "fuzzy_percent": 32.6,
    "fuzzy_words": 761,
    "fuzzy_words_percent": 34.9,
    "fuzzy_chars": 4624,
    "fuzzy_chars_percent": 35.7,
    "failing": 91,
    "failing_percent": 17.3,
    "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": 26,
    "comments": 0,
    "code": "ro",
    "name": "Romanian",
    "url": "https://l10n.elementary.io/projects/files/files/ro/",
    "translate_url": "https://l10n.elementary.io/translate/files/files/ro/"
}