Translation components API.

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

GET /api/translations/icewm/icewm-1-4-branch/bg/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 526,
    "total_words": 2284,
    "last_change": "2017-02-26T21:50:04Z",
    "recent_changes": 4,
    "translated": 181,
    "translated_words": 431,
    "translated_percent": 34.4,
    "translated_words_percent": 18.8,
    "translated_chars": 2719,
    "translated_chars_percent": 16.7,
    "total_chars": 16245,
    "fuzzy": 106,
    "fuzzy_percent": 20.1,
    "failing": 52,
    "failing_percent": 9.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 72,
    "comments": 0,
    "code": "bg",
    "name": "Bulgarian",
    "url": "https://l10n.opensuse.org/projects/icewm/icewm-1-4-branch/bg/",
    "translate_url": "https://l10n.opensuse.org/translate/icewm/icewm-1-4-branch/bg/"
}