Translation components API.

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

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

{
    "total": 116,
    "total_words": 523,
    "last_change": null,
    "recent_changes": 0,
    "translated": 30,
    "translated_words": 89,
    "translated_percent": 25.8,
    "translated_words_percent": 17.0,
    "translated_chars": 586,
    "translated_chars_percent": 17.3,
    "total_chars": 3382,
    "fuzzy": 32,
    "fuzzy_percent": 27.5,
    "failing": 10,
    "failing_percent": 8.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://l10n.opensuse.org/projects/software-o-o/master/hu/",
    "translate_url": "https://l10n.opensuse.org/translate/software-o-o/master/hu/"
}