Translation components API.

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

GET /api/translations/seeyoumobile/mcu/hu/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1543,
    "total_words": 3756,
    "last_change": "2021-08-31T08:32:52.687388Z",
    "recent_changes": 1,
    "translated": 1411,
    "translated_words": 3379,
    "translated_percent": 91.4,
    "translated_words_percent": 89.9,
    "translated_chars": 20558,
    "translated_chars_percent": 90.3,
    "total_chars": 22753,
    "fuzzy": 129,
    "fuzzy_percent": 8.3,
    "failing": 167,
    "failing_percent": 10.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://t.naviter.com/projects/seeyoumobile/mcu/hu/",
    "translate_url": "https://t.naviter.com/translate/seeyoumobile/mcu/hu/"
}