Translation components API.

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

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

{
    "total": 42,
    "total_words": 479,
    "total_chars": 5151,
    "last_change": "2020-04-23T14:13:14.964237Z",
    "recent_changes": 2,
    "translated": 2,
    "translated_words": 9,
    "translated_percent": 4.7,
    "translated_words_percent": 1.8,
    "translated_chars": 123,
    "translated_chars_percent": 2.3,
    "fuzzy": 21,
    "fuzzy_percent": 50.0,
    "fuzzy_words": 179,
    "fuzzy_words_percent": 37.3,
    "fuzzy_chars": 2125,
    "fuzzy_chars_percent": 41.2,
    "failing": 19,
    "failing_percent": 45.2,
    "approved": 1,
    "approved_percent": 2.3,
    "approved_words": 8,
    "approved_words_percent": 1.6,
    "approved_chars": 116,
    "approved_chars_percent": 2.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://translate.tails.boum.org/projects/tails/license/fa/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/license/fa/"
}