Translation components API.

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

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

{
    "total": 42,
    "total_words": 251,
    "total_chars": 1465,
    "last_change": "2023-01-28T17:18:33.496526Z",
    "recent_changes": 1,
    "translated": 34,
    "translated_words": 186,
    "translated_percent": 80.9,
    "translated_words_percent": 74.1,
    "translated_chars": 1101,
    "translated_chars_percent": 75.1,
    "fuzzy": 4,
    "fuzzy_percent": 9.5,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 7,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://l10n.elementary.io/projects/installer/initial-setup/es/",
    "translate_url": "https://l10n.elementary.io/translate/installer/initial-setup/es/"
}