Translation components API.

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

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

{
    "total": 90,
    "total_words": 491,
    "total_chars": 3065,
    "last_change": "2022-06-02T19:54:38.832346Z",
    "recent_changes": 8,
    "translated": 6,
    "translated_words": 19,
    "translated_percent": 6.6,
    "translated_words_percent": 3.8,
    "translated_chars": 110,
    "translated_chars_percent": 3.5,
    "fuzzy": 1,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 7,
    "fuzzy_words_percent": 1.4,
    "fuzzy_chars": 41,
    "fuzzy_chars_percent": 1.3,
    "failing": 0,
    "failing_percent": 0.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": 2,
    "comments": 0,
    "code": "gl",
    "name": "Galician",
    "url": "https://translate.fedoraproject.org/projects/imsettings/master/gl/",
    "translate_url": "https://translate.fedoraproject.org/translate/imsettings/master/gl/"
}