Translation components API.

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

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

{
    "total": 168,
    "total_words": 1090,
    "last_change": "2018-01-29T23:05:34.035517Z",
    "recent_changes": 29,
    "translated": 157,
    "translated_words": 1021,
    "translated_percent": 93.4,
    "translated_words_percent": 93.6,
    "translated_chars": 6589,
    "translated_chars_percent": 92.8,
    "total_chars": 7098,
    "fuzzy": 5,
    "fuzzy_percent": 2.9,
    "failing": 10,
    "failing_percent": 5.9,
    "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/yast-country/master/hu/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-country/master/hu/"
}