Translation components API.

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

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

{
    "total": 480,
    "total_words": 10805,
    "last_change": null,
    "recent_changes": 0,
    "translated": 42,
    "translated_words": 767,
    "translated_percent": 8.7,
    "translated_words_percent": 7.0,
    "translated_chars": 4878,
    "translated_chars_percent": 6.8,
    "total_chars": 71561,
    "fuzzy": 122,
    "fuzzy_percent": 25.4,
    "failing": 55,
    "failing_percent": 11.4,
    "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/packages-i18n/w-master/hu/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/w-master/hu/"
}