Translation components API.

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

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

{
    "total": 338,
    "total_words": 2654,
    "last_change": "2021-06-14T22:39:16.481742Z",
    "recent_changes": 22,
    "translated": 133,
    "translated_words": 886,
    "translated_percent": 39.3,
    "translated_words_percent": 33.3,
    "translated_chars": 5556,
    "translated_chars_percent": 33.7,
    "total_chars": 16476,
    "fuzzy": 1,
    "fuzzy_percent": 0.2,
    "failing": 30,
    "failing_percent": 8.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.2,
    "suggestions": 1,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://weblate.rikka.app/projects/app-ops/app/fr/",
    "translate_url": "https://weblate.rikka.app/translate/app-ops/app/fr/"
}