Translation components API.

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

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

{
    "total": 112,
    "total_words": 654,
    "total_chars": 4058,
    "last_change": "2024-05-24T17:31:46.106771Z",
    "recent_changes": 2,
    "translated": 48,
    "translated_words": 201,
    "translated_percent": 42.8,
    "translated_words_percent": 30.7,
    "translated_chars": 1210,
    "translated_chars_percent": 29.8,
    "fuzzy": 19,
    "fuzzy_percent": 16.9,
    "fuzzy_words": 127,
    "fuzzy_words_percent": 19.4,
    "fuzzy_chars": 801,
    "fuzzy_chars_percent": 19.7,
    "failing": 5,
    "failing_percent": 4.4,
    "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": "sv",
    "name": "Swedish",
    "url": "https://l10n.elementary.io/projects/installer/installer/sv/",
    "translate_url": "https://l10n.elementary.io/translate/installer/installer/sv/"
}