Translation components API.

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

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

{
    "total": 88,
    "total_words": 209,
    "total_chars": 1395,
    "last_change": "2022-03-10T12:48:02.411155Z",
    "recent_changes": 2,
    "translated": 75,
    "translated_words": 186,
    "translated_percent": 85.2,
    "translated_words_percent": 88.9,
    "translated_chars": 1234,
    "translated_chars_percent": 88.4,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 15,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://l10n.elementary.io/projects/website/open-source/es/",
    "translate_url": "https://l10n.elementary.io/translate/website/open-source/es/"
}