Translation components API.

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

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

{
    "total": 24,
    "total_words": 165,
    "total_chars": 1473,
    "last_change": "2020-09-05T06:04:09.491396Z",
    "recent_changes": 1,
    "translated": 11,
    "translated_words": 40,
    "translated_percent": 45.8,
    "translated_words_percent": 24.2,
    "translated_chars": 316,
    "translated_chars_percent": 21.4,
    "fuzzy": 8,
    "fuzzy_percent": 33.3,
    "fuzzy_words": 63,
    "fuzzy_words_percent": 38.1,
    "fuzzy_chars": 490,
    "fuzzy_chars_percent": 33.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 1,
    "approved_percent": 4.1,
    "approved_words": 1,
    "approved_words_percent": 0.6,
    "approved_chars": 7,
    "approved_chars_percent": 0.4,
    "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/support/fa/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/support/fa/"
}