Translation components API.

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

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

{
    "total": 265,
    "total_words": 2244,
    "last_change": null,
    "recent_changes": 0,
    "translated": 262,
    "translated_words": 2170,
    "translated_percent": 98.8,
    "translated_words_percent": 96.7,
    "translated_chars": 14606,
    "translated_chars_percent": 96.9,
    "total_chars": 15071,
    "fuzzy": 2,
    "fuzzy_percent": 0.7,
    "failing": 5,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "el",
    "name": "Greek",
    "url": "https://l10n.opensuse.org/projects/yast-samba-server/master/el/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-samba-server/master/el/"
}