Translation components API.

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

GET /api/translations/tails/wikisrcdocfirst_stepswelcome_screenpo/pt/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-02-27T15:32:29.978012Z",
    "recent_changes": 8,
    "translated": 45,
    "translated_words": 549,
    "translated_percent": 84.9,
    "translated_words_percent": 90.1,
    "translated_chars": 4800,
    "translated_chars_percent": 89.1,
    "fuzzy": 8,
    "fuzzy_percent": 15.0,
    "fuzzy_words": 60,
    "fuzzy_words_percent": 9.8,
    "fuzzy_chars": 585,
    "fuzzy_chars_percent": 10.8,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 36,
    "approved_percent": 67.9,
    "approved_words": 400,
    "approved_words_percent": 65.6,
    "approved_chars": 3121,
    "approved_chars_percent": 57.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": "pt",
    "name": "Portuguese",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocfirst_stepswelcome_screenpo/pt/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocfirst_stepswelcome_screenpo/pt/"
}