Translation components API.

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

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

{
    "total": 59,
    "total_words": 571,
    "total_chars": 3492,
    "last_change": "2021-01-26T00:34:20.933947Z",
    "recent_changes": 12,
    "translated": 39,
    "translated_words": 348,
    "translated_percent": 66.1,
    "translated_words_percent": 60.9,
    "translated_chars": 2097,
    "translated_chars_percent": 60.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 3.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://l10n.elementary.io/projects/website/get-involved/it/",
    "translate_url": "https://l10n.elementary.io/translate/website/get-involved/it/"
}