Translation components API.

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

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

{
    "total": 292,
    "total_words": 621,
    "total_chars": 3707,
    "last_change": "2023-12-17T21:27:35.213336Z",
    "recent_changes": 0,
    "translated": 239,
    "translated_words": 522,
    "translated_percent": 81.8,
    "translated_words_percent": 84.0,
    "translated_chars": 3077,
    "translated_chars_percent": 83.0,
    "fuzzy": 4,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 7,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 48,
    "fuzzy_chars_percent": 1.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "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": "eu",
    "name": "Basque",
    "url": "https://translate.jellyfin.org/projects/swiftfin/swiftfin/eu/",
    "translate_url": "https://translate.jellyfin.org/translate/swiftfin/swiftfin/eu/"
}