Translation components API.

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

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

{
    "total": 95,
    "total_words": 1113,
    "total_chars": 7872,
    "last_change": "2022-12-21T11:16:08.025915Z",
    "recent_changes": 1,
    "translated": 1,
    "translated_words": 2,
    "translated_percent": 1.0,
    "translated_words_percent": 0.1,
    "translated_chars": 42,
    "translated_chars_percent": 0.5,
    "fuzzy": 8,
    "fuzzy_percent": 8.4,
    "fuzzy_words": 40,
    "fuzzy_words_percent": 3.5,
    "fuzzy_chars": 398,
    "fuzzy_chars_percent": 5.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 68,
    "comments": 0,
    "code": "tr",
    "name": "Turkish",
    "url": "https://translate.tails.boum.org/projects/tails/about/tr/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/about/tr/"
}