Translation components API.

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

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

{
    "total": 53,
    "total_words": 609,
    "total_chars": 5385,
    "last_change": "2024-05-03T08:37:40.610153Z",
    "recent_changes": 10,
    "translated": 46,
    "translated_words": 555,
    "translated_percent": 86.7,
    "translated_words_percent": 91.1,
    "translated_chars": 4871,
    "translated_chars_percent": 90.4,
    "fuzzy": 7,
    "fuzzy_percent": 13.2,
    "fuzzy_words": 54,
    "fuzzy_words_percent": 8.8,
    "fuzzy_chars": 514,
    "fuzzy_chars_percent": 9.5,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 43,
    "approved_percent": 81.1,
    "approved_words": 492,
    "approved_words_percent": 80.7,
    "approved_chars": 4466,
    "approved_chars_percent": 82.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/wikisrcdocfirst_stepswelcome_screenpo/fr/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocfirst_stepswelcome_screenpo/fr/"
}