Translation components API.

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

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

{
    "total": 149,
    "total_words": 1506,
    "last_change": null,
    "recent_changes": 0,
    "translated": 31,
    "translated_words": 127,
    "translated_percent": 20.8,
    "translated_words_percent": 8.4,
    "translated_chars": 971,
    "translated_chars_percent": 9.4,
    "total_chars": 10228,
    "fuzzy": 59,
    "fuzzy_percent": 39.5,
    "failing": 15,
    "failing_percent": 10.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "hr",
    "name": "Croatian",
    "url": "https://l10n.opensuse.org/projects/download-o-o/master/hr/",
    "translate_url": "https://l10n.opensuse.org/translate/download-o-o/master/hr/"
}