Translation components API.

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

GET /api/translations/download-o-o/master/hu/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": 61,
    "translated_words": 398,
    "translated_percent": 40.9,
    "translated_words_percent": 26.4,
    "translated_chars": 2900,
    "translated_chars_percent": 28.3,
    "total_chars": 10228,
    "fuzzy": 38,
    "fuzzy_percent": 25.5,
    "failing": 8,
    "failing_percent": 5.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://l10n.opensuse.org/projects/download-o-o/master/hu/",
    "translate_url": "https://l10n.opensuse.org/translate/download-o-o/master/hu/"
}