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": 1078,
    "total_chars": 9490,
    "last_change": "2024-04-27T07:33:37.902372Z",
    "recent_changes": 31,
    "translated": 83,
    "translated_words": 670,
    "translated_percent": 66.9,
    "translated_words_percent": 62.1,
    "translated_chars": 5941,
    "translated_chars_percent": 62.6,
    "fuzzy": 17,
    "fuzzy_percent": 13.7,
    "fuzzy_words": 198,
    "fuzzy_words_percent": 18.3,
    "fuzzy_chars": 1716,
    "fuzzy_chars_percent": 18.0,
    "failing": 10,
    "failing_percent": 8.0,
    "approved": 63,
    "approved_percent": 50.8,
    "approved_words": 426,
    "approved_words_percent": 39.5,
    "approved_chars": 3898,
    "approved_chars_percent": 41.0,
    "readonly": 1,
    "readonly_percent": 0.8,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 9,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocfirst_stepsdesktop-po/pt/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocfirst_stepsdesktop-po/pt/"
}