Translation components API.

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

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

{
    "total": 271,
    "total_words": 2295,
    "last_change": "2019-05-14T09:09:34.910290Z",
    "recent_changes": 1,
    "translated": 207,
    "translated_words": 1537,
    "translated_percent": 76.3,
    "translated_words_percent": 66.9,
    "translated_chars": 10776,
    "translated_chars_percent": 67.1,
    "total_chars": 16048,
    "fuzzy": 26,
    "fuzzy_percent": 9.5,
    "failing": 4,
    "failing_percent": 1.4,
    "approved": 1,
    "approved_percent": 0.3,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://l10n.opensuse.org/projects/yast-registration/master/hu/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-registration/master/hu/"
}