Translation components API.

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

GET /api/translations/yast-sudo/master/th/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 116,
    "total_words": 1899,
    "last_change": null,
    "recent_changes": 0,
    "translated": 61,
    "translated_words": 248,
    "translated_percent": 52.5,
    "translated_words_percent": 13.0,
    "translated_chars": 1437,
    "translated_chars_percent": 12.4,
    "total_chars": 11566,
    "fuzzy": 49,
    "fuzzy_percent": 42.2,
    "failing": 48,
    "failing_percent": 41.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "th",
    "name": "Thai",
    "url": "https://l10n.opensuse.org/projects/yast-sudo/master/th/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-sudo/master/th/"
}