Translation components API.

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

GET /api/translations/calculator/calculator/az/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.799642Z",
    "recent_changes": 1,
    "translated": 29,
    "translated_words": 45,
    "translated_percent": 61.7,
    "translated_words_percent": 46.3,
    "translated_chars": 310,
    "translated_chars_percent": 47.9,
    "fuzzy": 6,
    "fuzzy_percent": 12.7,
    "fuzzy_words": 14,
    "fuzzy_words_percent": 14.4,
    "fuzzy_chars": 88,
    "fuzzy_chars_percent": 13.6,
    "failing": 4,
    "failing_percent": 8.5,
    "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": 8,
    "comments": 0,
    "code": "az",
    "name": "Azerbaijani",
    "url": "https://l10n.elementary.io/projects/calculator/calculator/az/",
    "translate_url": "https://l10n.elementary.io/translate/calculator/calculator/az/"
}