Translation components API.

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

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

{
    "total": 41,
    "total_words": 527,
    "total_chars": 3804,
    "last_change": "2025-03-07T11:46:08.937046Z",
    "recent_changes": 4,
    "translated": 40,
    "translated_words": 465,
    "translated_percent": 97.5,
    "translated_words_percent": 88.2,
    "translated_chars": 3249,
    "translated_chars_percent": 85.4,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 7.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sl",
    "name": "Slovenian",
    "url": "http://translate.pkp.sfu.ca/projects/omp/default/sl/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/omp/default/sl/"
}