Translation components API.

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

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

{
    "total": 25,
    "total_words": 156,
    "total_chars": 1419,
    "last_change": "2024-04-23T21:59:25.995533Z",
    "recent_changes": 6,
    "translated": 25,
    "translated_words": 156,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 1419,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 24,
    "approved_percent": 96.0,
    "approved_words": 155,
    "approved_words_percent": 99.3,
    "approved_chars": 1405,
    "approved_chars_percent": 99.0,
    "readonly": 1,
    "readonly_percent": 4.0,
    "readonly_words": 1,
    "readonly_words_percent": 0.6,
    "readonly_chars": 14,
    "readonly_chars_percent": 0.9,
    "suggestions": 0,
    "comments": 0,
    "code": "ca",
    "name": "Catalan",
    "url": "https://translate.tails.boum.org/projects/tails/install/ca/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/install/ca/"
}