Translation components API.

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

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

{
    "total": 665,
    "total_words": 2501,
    "total_chars": 17035,
    "last_change": "2024-05-04T06:41:56.657159Z",
    "recent_changes": 0,
    "translated": 493,
    "translated_words": 1705,
    "translated_percent": 74.1,
    "translated_words_percent": 68.1,
    "translated_chars": 11401,
    "translated_chars_percent": 66.9,
    "fuzzy": 64,
    "fuzzy_percent": 9.6,
    "fuzzy_words": 312,
    "fuzzy_words_percent": 12.4,
    "fuzzy_chars": 2319,
    "fuzzy_chars_percent": 13.6,
    "failing": 40,
    "failing_percent": 6.0,
    "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": 5,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://l10n.elementary.io/projects/photos/photos/ar/",
    "translate_url": "https://l10n.elementary.io/translate/photos/photos/ar/"
}