Translation components API.

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

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

{
    "total": 21,
    "total_words": 289,
    "total_chars": 1921,
    "last_change": "2023-11-28T14:24:46.422295Z",
    "recent_changes": 2,
    "translated": 8,
    "translated_words": 106,
    "translated_percent": 38.0,
    "translated_words_percent": 36.6,
    "translated_chars": 727,
    "translated_chars_percent": 37.8,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 7,
    "approved_percent": 33.3,
    "approved_words": 99,
    "approved_words_percent": 34.2,
    "approved_chars": 678,
    "approved_chars_percent": 35.2,
    "readonly": 1,
    "readonly_percent": 4.7,
    "readonly_words": 7,
    "readonly_words_percent": 2.4,
    "readonly_chars": 49,
    "readonly_chars_percent": 2.5,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.boum.org/projects/tails/ip_address_leak_with_icedove/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/ip_address_leak_with_icedove/de/"
}