Translation components API.

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

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

{
    "total": 144,
    "total_words": 1409,
    "total_chars": 18958,
    "last_change": "2023-11-24T09:35:44.049958Z",
    "recent_changes": 1,
    "translated": 40,
    "translated_words": 359,
    "translated_percent": 27.7,
    "translated_words_percent": 25.4,
    "translated_chars": 5096,
    "translated_chars_percent": 26.8,
    "fuzzy": 70,
    "fuzzy_percent": 48.6,
    "fuzzy_words": 775,
    "fuzzy_words_percent": 55.0,
    "fuzzy_chars": 10418,
    "fuzzy_chars_percent": 54.9,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 21,
    "approved_percent": 14.5,
    "approved_words": 286,
    "approved_words_percent": 20.2,
    "approved_chars": 4556,
    "approved_chars_percent": 24.0,
    "readonly": 1,
    "readonly_percent": 0.6,
    "readonly_words": 2,
    "readonly_words_percent": 0.1,
    "readonly_chars": 18,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.boum.org/projects/tails/finances/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/finances/de/"
}