Translation components API.

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

GET /api/translations/tails/wikisrcdocpersistent_storagecheck-po/fr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 19,
    "total_words": 281,
    "total_chars": 2255,
    "last_change": "2024-05-10T09:05:41.983120Z",
    "recent_changes": 1,
    "translated": 12,
    "translated_words": 158,
    "translated_percent": 63.1,
    "translated_words_percent": 56.2,
    "translated_chars": 1361,
    "translated_chars_percent": 60.3,
    "fuzzy": 5,
    "fuzzy_percent": 26.3,
    "fuzzy_words": 109,
    "fuzzy_words_percent": 38.7,
    "fuzzy_chars": 713,
    "fuzzy_chars_percent": 31.6,
    "failing": 3,
    "failing_percent": 15.7,
    "approved": 11,
    "approved_percent": 57.8,
    "approved_words": 136,
    "approved_words_percent": 48.3,
    "approved_chars": 1081,
    "approved_chars_percent": 47.9,
    "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": "fr",
    "name": "French",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocpersistent_storagecheck-po/fr/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocpersistent_storagecheck-po/fr/"
}