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": "2022-07-10T15:31:30.478456Z",
    "recent_changes": 1,
    "translated": 204,
    "translated_words": 946,
    "translated_percent": 46.2,
    "translated_words_percent": 32.6,
    "translated_chars": 6050,
    "translated_chars_percent": 32.9,
    "total_chars": 18385,
    "fuzzy": 1,
    "fuzzy_percent": 0.2,
    "failing": 49,
    "failing_percent": 11.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 2.4,
    "suggestions": 0,
    "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/"
}