Translation components API.

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

GET /api/translations/website/get-involved/mr/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": "2019-03-20T09:08:24.500804Z",
    "recent_changes": 1,
    "translated": 29,
    "translated_words": 212,
    "translated_percent": 49.1,
    "translated_words_percent": 37.1,
    "translated_chars": 1271,
    "translated_chars_percent": 36.3,
    "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": 0,
    "comments": 0,
    "code": "mr",
    "name": "Marathi",
    "url": "https://l10n.elementary.io/projects/website/get-involved/mr/",
    "translate_url": "https://l10n.elementary.io/translate/website/get-involved/mr/"
}