Translation components API.

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

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

{
    "total": 1786,
    "total_words": 7997,
    "total_chars": 51078,
    "last_change": "2024-06-05T08:00:36.735402Z",
    "recent_changes": 0,
    "translated": 22,
    "translated_words": 93,
    "translated_percent": 1.2,
    "translated_words_percent": 1.1,
    "translated_chars": 650,
    "translated_chars_percent": 1.2,
    "fuzzy": 31,
    "fuzzy_percent": 1.7,
    "fuzzy_words": 149,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 1022,
    "fuzzy_chars_percent": 2.0,
    "failing": 15,
    "failing_percent": 0.8,
    "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": "si",
    "name": "Sinhala",
    "url": "https://hosted.weblate.org/projects/galette/galette/si/",
    "translate_url": "https://hosted.weblate.org/translate/galette/galette/si/"
}