Translation components API.

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

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

{
    "total": 52,
    "total_words": 149,
    "total_chars": 810,
    "last_change": null,
    "recent_changes": 0,
    "translated": 38,
    "translated_words": 86,
    "translated_percent": 73.0,
    "translated_words_percent": 57.7,
    "translated_chars": 480,
    "translated_chars_percent": 59.2,
    "fuzzy": 2,
    "fuzzy_percent": 3.8,
    "fuzzy_words": 5,
    "fuzzy_words_percent": 3.3,
    "fuzzy_chars": 28,
    "fuzzy_chars_percent": 3.4,
    "failing": 4,
    "failing_percent": 7.6,
    "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": 0,
    "comments": 0,
    "code": "ur",
    "name": "Urdu",
    "url": "https://l10n.elementary.io/projects/videos/videos/ur/",
    "translate_url": "https://l10n.elementary.io/translate/videos/videos/ur/"
}