Translation components API.

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

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

{
    "total": 26,
    "total_words": 181,
    "total_chars": 1125,
    "last_change": "2021-06-30T20:57:36.623598Z",
    "recent_changes": 1,
    "translated": 5,
    "translated_words": 15,
    "translated_percent": 19.2,
    "translated_words_percent": 8.2,
    "translated_chars": 100,
    "translated_chars_percent": 8.8,
    "fuzzy": 1,
    "fuzzy_percent": 3.8,
    "fuzzy_words": 26,
    "fuzzy_words_percent": 14.3,
    "fuzzy_chars": 155,
    "fuzzy_chars_percent": 13.7,
    "failing": 0,
    "failing_percent": 0.0,
    "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": "sr",
    "name": "Serbian",
    "url": "https://l10n.elementary.io/projects/tasks/extra/sr/",
    "translate_url": "https://l10n.elementary.io/translate/tasks/extra/sr/"
}