Translation components API.

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

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

{
    "total": 269,
    "total_words": 1213,
    "total_chars": 7722,
    "last_change": "2024-03-19T02:41:42.611401Z",
    "recent_changes": 1,
    "translated": 248,
    "translated_words": 1015,
    "translated_percent": 92.1,
    "translated_words_percent": 83.6,
    "translated_chars": 6462,
    "translated_chars_percent": 83.6,
    "fuzzy": 6,
    "fuzzy_percent": 2.2,
    "fuzzy_words": 40,
    "fuzzy_words_percent": 3.2,
    "fuzzy_chars": 261,
    "fuzzy_chars_percent": 3.3,
    "failing": 7,
    "failing_percent": 2.6,
    "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": 17,
    "comments": 0,
    "code": "tr",
    "name": "Turkish",
    "url": "https://l10n.elementary.io/projects/appcenter/appcenter/tr/",
    "translate_url": "https://l10n.elementary.io/translate/appcenter/appcenter/tr/"
}