Translation components API.

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

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

{
    "total": 48,
    "total_words": 475,
    "total_chars": 3649,
    "last_change": "2023-12-25T06:08:38.688407Z",
    "recent_changes": 1,
    "translated": 7,
    "translated_words": 13,
    "translated_percent": 14.5,
    "translated_words_percent": 2.7,
    "translated_chars": 158,
    "translated_chars_percent": 4.3,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 1,
    "failing_percent": 2.0,
    "approved": 5,
    "approved_percent": 10.4,
    "approved_words": 7,
    "approved_words_percent": 1.4,
    "approved_chars": 56,
    "approved_chars_percent": 1.5,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://translate.tails.boum.org/projects/tails/advanced_topics_virtualbox/pl/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/advanced_topics_virtualbox/pl/"
}