Translation components API.

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

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

{
    "total": 21,
    "total_words": 299,
    "total_chars": 2307,
    "last_change": "2024-09-26T19:44:23.507780Z",
    "recent_changes": 2,
    "translated": 16,
    "translated_words": 203,
    "translated_percent": 76.1,
    "translated_words_percent": 67.8,
    "translated_chars": 1386,
    "translated_chars_percent": 60.0,
    "fuzzy": 1,
    "fuzzy_percent": 4.7,
    "fuzzy_words": 23,
    "fuzzy_words_percent": 7.6,
    "fuzzy_chars": 173,
    "fuzzy_chars_percent": 7.4,
    "failing": 1,
    "failing_percent": 4.7,
    "approved": 4,
    "approved_percent": 19.0,
    "approved_words": 10,
    "approved_words_percent": 3.3,
    "approved_chars": 116,
    "approved_chars_percent": 5.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 5,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.tails.net/projects/tails/wireless_devices/pt/",
    "translate_url": "https://translate.tails.net/translate/tails/wireless_devices/pt/"
}