Translation components API.

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

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

{
    "total": 1073,
    "total_words": 5221,
    "total_chars": 31493,
    "last_change": "2023-02-27T00:10:05.516744Z",
    "recent_changes": 75,
    "translated": 986,
    "translated_words": 4637,
    "translated_percent": 91.8,
    "translated_words_percent": 88.8,
    "translated_chars": 27507,
    "translated_chars_percent": 87.3,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 8,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 40,
    "fuzzy_chars_percent": 0.1,
    "failing": 15,
    "failing_percent": 1.3,
    "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": 1,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://translate.zoiper.com/projects/zoiper5/ui/sv/",
    "translate_url": "https://translate.zoiper.com/translate/zoiper5/ui/sv/"
}