Translation components API.

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

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

{
    "total": 39,
    "total_words": 208,
    "total_chars": 1251,
    "last_change": "2024-01-04T00:04:46.113243Z",
    "recent_changes": 1,
    "translated": 16,
    "translated_words": 53,
    "translated_percent": 41.0,
    "translated_words_percent": 25.4,
    "translated_chars": 345,
    "translated_chars_percent": 27.5,
    "fuzzy": 7,
    "fuzzy_percent": 17.9,
    "fuzzy_words": 38,
    "fuzzy_words_percent": 18.2,
    "fuzzy_chars": 210,
    "fuzzy_chars_percent": 16.7,
    "failing": 6,
    "failing_percent": 15.3,
    "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": "ro",
    "name": "Romanian",
    "url": "https://l10n.elementary.io/projects/switchboard/switchboard-plug-parental-controls/ro/",
    "translate_url": "https://l10n.elementary.io/translate/switchboard/switchboard-plug-parental-controls/ro/"
}