Translation components API.

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

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

{
    "total": 441,
    "total_words": 2895,
    "last_change": "2024-10-22T12:20:12.999522Z",
    "recent_changes": 7,
    "translated": 181,
    "translated_words": 684,
    "translated_percent": 41.0,
    "translated_words_percent": 23.6,
    "translated_chars": 4441,
    "translated_chars_percent": 24.1,
    "total_chars": 18385,
    "fuzzy": 26,
    "fuzzy_percent": 5.8,
    "failing": 46,
    "failing_percent": 10.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 2.4,
    "suggestions": 5,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://weblate.rikka.app/projects/app-ops/application/fr/",
    "translate_url": "https://weblate.rikka.app/translate/app-ops/application/fr/"
}