Translation components API.

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

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

{
    "total": 827,
    "total_words": 4492,
    "total_chars": 27770,
    "last_change": "2022-01-05T08:01:02.206724Z",
    "recent_changes": 31,
    "translated": 796,
    "translated_words": 4374,
    "translated_percent": 96.2,
    "translated_words_percent": 97.3,
    "translated_chars": 26974,
    "translated_chars_percent": 97.1,
    "fuzzy": 31,
    "fuzzy_percent": 3.7,
    "fuzzy_words": 118,
    "fuzzy_words_percent": 2.6,
    "fuzzy_chars": 796,
    "fuzzy_chars_percent": 2.8,
    "failing": 35,
    "failing_percent": 4.2,
    "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": 0,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://hosted.weblate.org/projects/gammu/wammu/sv/",
    "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/sv/"
}