Translation components API.

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

GET /api/translations/installer/initial-setup/gl/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": "2022-11-23T10:27:40.261872Z",
    "recent_changes": 1,
    "translated": 20,
    "translated_words": 58,
    "translated_percent": 47.6,
    "translated_words_percent": 23.1,
    "translated_chars": 353,
    "translated_chars_percent": 24.0,
    "fuzzy": 2,
    "fuzzy_percent": 4.7,
    "failing": 2,
    "failing_percent": 4.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "gl",
    "name": "Galician",
    "url": "https://l10n.elementary.io/projects/installer/initial-setup/gl/",
    "translate_url": "https://l10n.elementary.io/translate/installer/initial-setup/gl/"
}