Translation components API.

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

GET /api/translations/installer/initial-setup/da/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:37.855018Z",
    "recent_changes": 1,
    "translated": 21,
    "translated_words": 61,
    "translated_percent": 50.0,
    "translated_words_percent": 24.3,
    "translated_chars": 375,
    "translated_chars_percent": 25.5,
    "fuzzy": 1,
    "fuzzy_percent": 2.3,
    "failing": 2,
    "failing_percent": 4.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://l10n.elementary.io/projects/installer/initial-setup/da/",
    "translate_url": "https://l10n.elementary.io/translate/installer/initial-setup/da/"
}