Translation components API.

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

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

{
    "total": 16,
    "total_words": 227,
    "total_chars": 1658,
    "last_change": "2021-02-04T13:43:05.001479Z",
    "recent_changes": 1,
    "translated": 12,
    "translated_words": 119,
    "translated_percent": 75.0,
    "translated_words_percent": 52.4,
    "translated_chars": 919,
    "translated_chars_percent": 55.4,
    "fuzzy": 4,
    "fuzzy_percent": 25.0,
    "fuzzy_words": 108,
    "fuzzy_words_percent": 47.5,
    "fuzzy_chars": 739,
    "fuzzy_chars_percent": 44.5,
    "failing": 1,
    "failing_percent": 6.2,
    "approved": 2,
    "approved_percent": 12.5,
    "approved_words": 4,
    "approved_words_percent": 1.7,
    "approved_chars": 57,
    "approved_chars_percent": 3.4,
    "readonly": 1,
    "readonly_percent": 6.2,
    "readonly_words": 7,
    "readonly_words_percent": 3.0,
    "readonly_chars": 49,
    "readonly_chars_percent": 2.9,
    "suggestions": 0,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://translate.tails.net/projects/tails/tails_hackfest_2014/fa/",
    "translate_url": "https://translate.tails.net/translate/tails/tails_hackfest_2014/fa/"
}