Translation components API.

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

GET /api/translations/tails/support/id/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-01-15T21:10:54Z",
    "recent_changes": 2,
    "translated": 2,
    "translated_words": 5,
    "translated_percent": 8.3,
    "translated_words_percent": 3.0,
    "translated_chars": 63,
    "translated_chars_percent": 4.2,
    "fuzzy": 3,
    "fuzzy_percent": 12.5,
    "fuzzy_words": 9,
    "fuzzy_words_percent": 5.4,
    "fuzzy_chars": 93,
    "fuzzy_chars_percent": 6.3,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 2,
    "approved_percent": 8.3,
    "approved_words": 5,
    "approved_words_percent": 3.0,
    "approved_chars": 63,
    "approved_chars_percent": 4.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 7,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://translate.tails.boum.org/projects/tails/support/id/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/support/id/"
}