Translation components API.

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

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

{
    "total": 50,
    "total_words": 181,
    "total_chars": 1183,
    "last_change": "2023-12-04T17:31:49.739625Z",
    "recent_changes": 1,
    "translated": 18,
    "translated_words": 53,
    "translated_percent": 36.0,
    "translated_words_percent": 29.2,
    "translated_chars": 309,
    "translated_chars_percent": 26.1,
    "fuzzy": 12,
    "fuzzy_percent": 24.0,
    "failing": 9,
    "failing_percent": 18.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "bg",
    "name": "Bulgarian",
    "url": "https://l10n.elementary.io/projects/switchboard/switchboard-plug-applications/bg/",
    "translate_url": "https://l10n.elementary.io/translate/switchboard/switchboard-plug-applications/bg/"
}