Translation components API.

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

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

{
    "total": 483,
    "total_words": 2994,
    "total_chars": 20724,
    "last_change": "2023-03-07T14:04:52.278997Z",
    "recent_changes": 5,
    "translated": 445,
    "translated_words": 2235,
    "translated_percent": 92.1,
    "translated_words_percent": 74.6,
    "translated_chars": 14840,
    "translated_chars_percent": 71.6,
    "fuzzy": 1,
    "fuzzy_percent": 0.2,
    "failing": 8,
    "failing_percent": 1.6,
    "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/locale/sv/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/omp/locale/sv/"
}