Translation components API.

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

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

{
    "total": 25,
    "total_words": 195,
    "total_chars": 1270,
    "last_change": "2022-10-06T18:02:17.374148Z",
    "recent_changes": 1,
    "translated": 7,
    "translated_words": 62,
    "translated_percent": 28.0,
    "translated_words_percent": 31.7,
    "translated_chars": 460,
    "translated_chars_percent": 36.2,
    "fuzzy": 1,
    "fuzzy_percent": 4.0,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 19,
    "fuzzy_chars_percent": 1.4,
    "failing": 4,
    "failing_percent": 16.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": "fa",
    "name": "Persian",
    "url": "https://l10n.elementary.io/projects/appcenter/extra/fa/",
    "translate_url": "https://l10n.elementary.io/translate/appcenter/extra/fa/"
}