Translation components API.

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

GET /api/translations/fedora-websites/getfedoraorg/fil/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": "2023-02-27T20:00:34.061274Z",
    "recent_changes": 1,
    "translated": 71,
    "translated_words": 685,
    "translated_percent": 37.3,
    "translated_words_percent": 30.9,
    "translated_chars": 4456,
    "translated_chars_percent": 27.4,
    "fuzzy": 42,
    "fuzzy_percent": 22.1,
    "fuzzy_words": 502,
    "fuzzy_words_percent": 22.6,
    "fuzzy_chars": 3621,
    "fuzzy_chars_percent": 22.3,
    "failing": 31,
    "failing_percent": 16.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": 22,
    "comments": 0,
    "code": "fil",
    "name": "Filipino",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/getfedoraorg/fil/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/getfedoraorg/fil/"
}