Translation components API.

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

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

{
    "total": 51,
    "total_words": 214,
    "total_chars": 1372,
    "last_change": "2024-04-17T19:39:59.719981Z",
    "recent_changes": 4,
    "translated": 36,
    "translated_words": 98,
    "translated_percent": 70.5,
    "translated_words_percent": 45.7,
    "translated_chars": 633,
    "translated_chars_percent": 46.1,
    "fuzzy": 3,
    "fuzzy_percent": 5.8,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fi",
    "name": "Finnish",
    "url": "https://l10n.elementary.io/projects/switchboard/switchboard-plug-applications/fi/",
    "translate_url": "https://l10n.elementary.io/translate/switchboard/switchboard-plug-applications/fi/"
}