Translation components API.

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

GET /api/translations/tails/doc/fa/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": "2020-09-05T06:07:00.085793Z",
    "recent_changes": 2,
    "translated": 16,
    "translated_words": 60,
    "translated_percent": 38.0,
    "translated_words_percent": 32.2,
    "translated_chars": 685,
    "translated_chars_percent": 36.3,
    "fuzzy": 2,
    "fuzzy_percent": 4.7,
    "fuzzy_words": 8,
    "fuzzy_words_percent": 4.3,
    "fuzzy_chars": 103,
    "fuzzy_chars_percent": 5.4,
    "failing": 1,
    "failing_percent": 2.3,
    "approved": 2,
    "approved_percent": 4.7,
    "approved_words": 3,
    "approved_words_percent": 1.6,
    "approved_chars": 25,
    "approved_chars_percent": 1.3,
    "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": "fa",
    "name": "Persian",
    "url": "https://translate.tails.boum.org/projects/tails/doc/fa/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/doc/fa/"
}