Translation components API.

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

GET /api/translations/phpmyadmin/5-1/hr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 3385,
    "total_words": 22456,
    "total_chars": 140042,
    "last_change": "2023-12-07T15:08:19.728049Z",
    "recent_changes": 5,
    "translated": 914,
    "translated_words": 5246,
    "translated_percent": 27.0,
    "translated_words_percent": 23.3,
    "translated_chars": 30939,
    "translated_chars_percent": 22.0,
    "fuzzy": 1333,
    "fuzzy_percent": 39.3,
    "fuzzy_words": 5186,
    "fuzzy_words_percent": 23.0,
    "fuzzy_chars": 32268,
    "fuzzy_chars_percent": 23.0,
    "failing": 444,
    "failing_percent": 13.1,
    "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": "hr",
    "name": "Croatian",
    "url": "https://hosted.weblate.org/projects/phpmyadmin/5-1/hr/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/5-1/hr/"
}