Translation components API.

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

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

{
    "total": 42,
    "total_words": 186,
    "total_chars": 1885,
    "last_change": "2023-12-21T23:21:09.028025Z",
    "recent_changes": 6,
    "translated": 36,
    "translated_words": 155,
    "translated_percent": 85.7,
    "translated_words_percent": 83.3,
    "translated_chars": 1679,
    "translated_chars_percent": 89.0,
    "fuzzy": 6,
    "fuzzy_percent": 14.2,
    "fuzzy_words": 31,
    "fuzzy_words_percent": 16.6,
    "fuzzy_chars": 206,
    "fuzzy_chars_percent": 10.9,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 31,
    "approved_percent": 73.8,
    "approved_words": 137,
    "approved_words_percent": 73.6,
    "approved_chars": 1489,
    "approved_chars_percent": 78.9,
    "readonly": 1,
    "readonly_percent": 2.3,
    "readonly_words": 2,
    "readonly_words_percent": 1.0,
    "readonly_chars": 21,
    "readonly_chars_percent": 1.1,
    "suggestions": 0,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.tails.boum.org/projects/tails/doc/pt/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/doc/pt/"
}