Translation components API.

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

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

{
    "total": 107,
    "total_words": 979,
    "last_change": "2018-10-30T22:22:57.686681Z",
    "recent_changes": 37,
    "translated": 41,
    "translated_words": 119,
    "translated_percent": 38.3,
    "translated_words_percent": 12.1,
    "translated_chars": 764,
    "translated_chars_percent": 12.3,
    "total_chars": 6195,
    "fuzzy": 1,
    "fuzzy_percent": 0.9,
    "failing": 1,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sq",
    "name": "Albanian",
    "url": "https://l10n.opensuse.org/projects/yast-update/master/sq/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-update/master/sq/"
}