Translation components API.

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

GET /api/translations/omp/default/sv/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": "2023-03-07T13:31:45.535985Z",
    "recent_changes": 1,
    "translated": 40,
    "translated_words": 358,
    "translated_percent": 97.5,
    "translated_words_percent": 67.9,
    "translated_chars": 2704,
    "translated_chars_percent": 71.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "http://translate.pkp.sfu.ca/projects/omp/default/sv/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/omp/default/sv/"
}