Translation components API.

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

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

{
    "total": 1543,
    "total_words": 3756,
    "last_change": "2020-12-29T12:58:14.240379Z",
    "recent_changes": 55,
    "translated": 1518,
    "translated_words": 3683,
    "translated_percent": 98.3,
    "translated_words_percent": 98.0,
    "translated_chars": 22328,
    "translated_chars_percent": 98.1,
    "total_chars": 22753,
    "fuzzy": 22,
    "fuzzy_percent": 1.4,
    "failing": 106,
    "failing_percent": 6.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 5,
    "code": "de",
    "name": "German",
    "url": "https://t.naviter.com/projects/seeyoumobile/mcu/de/",
    "translate_url": "https://t.naviter.com/translate/seeyoumobile/mcu/de/"
}