Translation components API.

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

GET /api/translations/opensourcepos/customers/zh_Hans/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 53,
    "total_words": 167,
    "last_change": null,
    "recent_changes": 0,
    "translated": 34,
    "translated_words": 130,
    "translated_percent": 64.1,
    "translated_words_percent": 77.8,
    "translated_chars": 835,
    "translated_chars_percent": 78.1,
    "total_chars": 1068,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 7,
    "failing_percent": 13.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 1.8,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_Hans",
    "name": "Chinese (Simplified)",
    "url": "https://translate.opensourcepos.org/projects/opensourcepos/customers/zh_Hans/",
    "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/customers/zh_Hans/"
}