Translation components API.

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

GET /api/translations/gammu/wammu/bg/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": "2023-08-05T21:48:47.616059Z",
    "recent_changes": 0,
    "translated": 605,
    "translated_words": 2821,
    "translated_percent": 73.1,
    "translated_words_percent": 62.8,
    "translated_chars": 17151,
    "translated_chars_percent": 61.7,
    "fuzzy": 79,
    "fuzzy_percent": 9.5,
    "fuzzy_words": 388,
    "fuzzy_words_percent": 8.6,
    "fuzzy_chars": 2466,
    "fuzzy_chars_percent": 8.8,
    "failing": 50,
    "failing_percent": 6.0,
    "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": "bg",
    "name": "Bulgarian",
    "url": "https://hosted.weblate.org/projects/gammu/wammu/bg/",
    "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/bg/"
}