Translation components API.

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

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

{
    "total": 111,
    "total_words": 660,
    "total_chars": 4091,
    "last_change": "2024-05-20T17:08:19.908111Z",
    "recent_changes": 0,
    "translated": 103,
    "translated_words": 552,
    "translated_percent": 92.7,
    "translated_words_percent": 83.6,
    "translated_chars": 3333,
    "translated_chars_percent": 81.4,
    "fuzzy": 3,
    "fuzzy_percent": 2.7,
    "fuzzy_words": 22,
    "fuzzy_words_percent": 3.3,
    "fuzzy_chars": 156,
    "fuzzy_chars_percent": 3.8,
    "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": 5,
    "comments": 0,
    "code": "sk",
    "name": "Slovak",
    "url": "https://l10n.elementary.io/projects/installer/installer/sk/",
    "translate_url": "https://l10n.elementary.io/translate/installer/installer/sk/"
}