Translation components API.

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

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

{
    "total": 161,
    "total_words": 2902,
    "total_chars": 20401,
    "last_change": "2020-12-25T17:16:37.600032Z",
    "recent_changes": 1,
    "translated": 4,
    "translated_words": 7,
    "translated_percent": 2.4,
    "translated_words_percent": 0.2,
    "translated_chars": 62,
    "translated_chars_percent": 0.3,
    "fuzzy": 1,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 3,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 41,
    "fuzzy_chars_percent": 0.2,
    "failing": 1,
    "failing_percent": 0.6,
    "approved": 2,
    "approved_percent": 1.2,
    "approved_words": 4,
    "approved_words_percent": 0.1,
    "approved_chars": 37,
    "approved_chars_percent": 0.1,
    "readonly": 1,
    "readonly_percent": 0.6,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 7,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://translate.tails.boum.org/projects/tails/faq/id/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/faq/id/"
}