Translation components API.

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

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

{
    "total": 950,
    "total_words": 5334,
    "last_change": "2019-03-18T20:22:11.430025Z",
    "recent_changes": 5,
    "translated": 917,
    "translated_words": 5051,
    "translated_percent": 96.5,
    "translated_words_percent": 94.6,
    "translated_chars": 32657,
    "translated_chars_percent": 94.7,
    "total_chars": 34451,
    "fuzzy": 15,
    "fuzzy_percent": 1.5,
    "failing": 17,
    "failing_percent": 1.7,
    "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/yast-base/master/hu/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-base/master/hu/"
}