Translation components API.

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

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

{
    "total": 126,
    "total_words": 441,
    "total_chars": 2859,
    "last_change": "2024-01-24T03:38:48.048882Z",
    "recent_changes": 1,
    "translated": 111,
    "translated_words": 386,
    "translated_percent": 88.0,
    "translated_words_percent": 87.5,
    "translated_chars": 2491,
    "translated_chars_percent": 87.1,
    "fuzzy": 14,
    "fuzzy_percent": 11.1,
    "fuzzy_words": 26,
    "fuzzy_words_percent": 5.8,
    "fuzzy_chars": 175,
    "fuzzy_chars_percent": 6.1,
    "failing": 9,
    "failing_percent": 7.1,
    "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": 1,
    "comments": 0,
    "code": "tr",
    "name": "Turkish",
    "url": "https://l10n.elementary.io/projects/switchboard/switchboard-plug-networking/tr/",
    "translate_url": "https://l10n.elementary.io/translate/switchboard/switchboard-plug-networking/tr/"
}