Translation components API.

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

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

{
    "total": 434,
    "total_words": 4330,
    "total_chars": 28117,
    "last_change": "2023-04-26T10:14:25.118363Z",
    "recent_changes": 1,
    "translated": 431,
    "translated_words": 4278,
    "translated_percent": 99.3,
    "translated_words_percent": 98.7,
    "translated_chars": 27795,
    "translated_chars_percent": 98.8,
    "fuzzy": 3,
    "fuzzy_percent": 0.6,
    "failing": 37,
    "failing_percent": 8.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 2,
    "code": "en",
    "name": "English",
    "url": "http://translate.pkp.sfu.ca/projects/omp/manager/en/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/omp/manager/en/"
}