Translation components API.

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

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

{
    "total": 124,
    "total_words": 1073,
    "total_chars": 9490,
    "last_change": "2025-02-13T12:40:33.085289Z",
    "recent_changes": 6,
    "translated": 92,
    "translated_words": 772,
    "translated_percent": 74.1,
    "translated_words_percent": 71.9,
    "translated_chars": 6793,
    "translated_chars_percent": 71.5,
    "fuzzy": 10,
    "fuzzy_percent": 8.0,
    "fuzzy_words": 94,
    "fuzzy_words_percent": 8.7,
    "fuzzy_chars": 933,
    "fuzzy_chars_percent": 9.8,
    "failing": 8,
    "failing_percent": 6.4,
    "approved": 66,
    "approved_percent": 53.2,
    "approved_words": 443,
    "approved_words_percent": 41.2,
    "approved_chars": 4031,
    "approved_chars_percent": 42.4,
    "readonly": 1,
    "readonly_percent": 0.8,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 9,
    "readonly_chars_percent": 0.1,
    "suggestions": 36,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.tails.net/projects/tails/wikisrcdocfirst_stepsdesktop-po/pt/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocfirst_stepsdesktop-po/pt/"
}