Translation components API.

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

GET /api/translations/website/get-involved/es/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": "2022-03-21T12:10:45.714244Z",
    "recent_changes": 4,
    "translated": 56,
    "translated_words": 504,
    "translated_percent": 94.9,
    "translated_words_percent": 88.2,
    "translated_chars": 3101,
    "translated_chars_percent": 88.8,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://l10n.elementary.io/projects/website/get-involved/es/",
    "translate_url": "https://l10n.elementary.io/translate/website/get-involved/es/"
}