Translation components API.

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

GET /api/translations/tabcenter-reborn/interface/ar/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 60,
    "total_words": 576,
    "total_chars": 3706,
    "last_change": "2024-02-08T03:51:52.136274Z",
    "recent_changes": 1,
    "translated": 14,
    "translated_words": 54,
    "translated_percent": 23.3,
    "translated_words_percent": 9.3,
    "translated_chars": 305,
    "translated_chars_percent": 8.2,
    "fuzzy": 25,
    "fuzzy_percent": 41.6,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://translate.funkwhale.audio/projects/tabcenter-reborn/interface/ar/",
    "translate_url": "https://translate.funkwhale.audio/translate/tabcenter-reborn/interface/ar/"
}