Translation components API.

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

GET /api/translations/website/index/fi/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 125,
    "total_words": 1122,
    "total_chars": 7012,
    "last_change": "2023-10-07T19:28:14.272926Z",
    "recent_changes": 3,
    "translated": 125,
    "translated_words": 1122,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 7012,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 12,
    "failing_percent": 9.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 9,
    "comments": 0,
    "code": "fi",
    "name": "Finnish",
    "url": "https://l10n.elementary.io/projects/website/index/fi/",
    "translate_url": "https://l10n.elementary.io/translate/website/index/fi/"
}