Translation components API.

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

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

{
    "total": 643,
    "total_words": 2477,
    "total_chars": 15328,
    "last_change": "2024-05-13T17:01:38.643284Z",
    "recent_changes": 0,
    "translated": 638,
    "translated_words": 2455,
    "translated_percent": 99.2,
    "translated_words_percent": 99.1,
    "translated_chars": 15198,
    "translated_chars_percent": 99.1,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 11,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 46,
    "fuzzy_chars_percent": 0.3,
    "failing": 4,
    "failing_percent": 0.6,
    "approved": 547,
    "approved_percent": 85.0,
    "approved_words": 1838,
    "approved_words_percent": 74.2,
    "approved_chars": 11403,
    "approved_chars_percent": 74.3,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "gl",
    "name": "Galician",
    "url": "https://weblate.tusky.app/projects/tusky/tusky/gl/",
    "translate_url": "https://weblate.tusky.app/translate/tusky/tusky/gl/"
}