Translation components API.

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

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

{
    "total": 269,
    "total_words": 1209,
    "total_chars": 7722,
    "last_change": "2024-03-19T02:41:38.446019Z",
    "recent_changes": 1,
    "translated": 187,
    "translated_words": 741,
    "translated_percent": 69.5,
    "translated_words_percent": 61.2,
    "translated_chars": 4703,
    "translated_chars_percent": 60.9,
    "fuzzy": 25,
    "fuzzy_percent": 9.2,
    "fuzzy_words": 106,
    "fuzzy_words_percent": 8.7,
    "fuzzy_chars": 717,
    "fuzzy_chars_percent": 9.2,
    "failing": 11,
    "failing_percent": 4.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": 50,
    "comments": 0,
    "code": "ro",
    "name": "Romanian",
    "url": "https://l10n.elementary.io/projects/appcenter/appcenter/ro/",
    "translate_url": "https://l10n.elementary.io/translate/appcenter/appcenter/ro/"
}