Translation components API.

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

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

{
    "total": 190,
    "total_words": 2214,
    "total_chars": 16213,
    "last_change": "2022-11-15T20:01:27.556290Z",
    "recent_changes": 2,
    "translated": 5,
    "translated_words": 8,
    "translated_percent": 2.6,
    "translated_words_percent": 0.3,
    "translated_chars": 56,
    "translated_chars_percent": 0.3,
    "fuzzy": 12,
    "fuzzy_percent": 6.3,
    "fuzzy_words": 29,
    "fuzzy_words_percent": 1.3,
    "fuzzy_chars": 199,
    "fuzzy_chars_percent": 1.2,
    "failing": 2,
    "failing_percent": 1.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": 5,
    "comments": 0,
    "code": "si",
    "name": "Sinhala",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/getfedoraorg/si/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/getfedoraorg/si/"
}