Translation components API.

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

GET /api/translations/calculator/calculator/af/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 47,
    "total_words": 97,
    "total_chars": 647,
    "last_change": "2021-08-06T16:40:14.243028Z",
    "recent_changes": 1,
    "translated": 14,
    "translated_words": 19,
    "translated_percent": 29.7,
    "translated_words_percent": 19.5,
    "translated_chars": 118,
    "translated_chars_percent": 18.2,
    "fuzzy": 3,
    "fuzzy_percent": 6.3,
    "fuzzy_words": 6,
    "fuzzy_words_percent": 6.1,
    "fuzzy_chars": 42,
    "fuzzy_chars_percent": 6.4,
    "failing": 1,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 12,
    "comments": 0,
    "code": "af",
    "name": "Afrikaans",
    "url": "https://l10n.elementary.io/projects/calculator/calculator/af/",
    "translate_url": "https://l10n.elementary.io/translate/calculator/calculator/af/"
}