Translation components API.

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

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

{
    "total": 14,
    "total_words": 71,
    "total_chars": 447,
    "last_change": "2021-07-15T23:49:45.793419Z",
    "recent_changes": 1,
    "translated": 2,
    "translated_words": 6,
    "translated_percent": 14.2,
    "translated_words_percent": 8.4,
    "translated_chars": 39,
    "translated_chars_percent": 8.7,
    "fuzzy": 1,
    "fuzzy_percent": 7.1,
    "fuzzy_words": 1,
    "fuzzy_words_percent": 1.4,
    "fuzzy_chars": 9,
    "fuzzy_chars_percent": 2.0,
    "failing": 1,
    "failing_percent": 7.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "bg",
    "name": "Bulgarian",
    "url": "https://l10n.elementary.io/projects/installer/extra/bg/",
    "translate_url": "https://l10n.elementary.io/translate/installer/extra/bg/"
}