Translation components API.

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

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

{
    "total": 441,
    "total_words": 2895,
    "last_change": "2023-03-22T18:10:35.157104Z",
    "recent_changes": 14,
    "translated": 20,
    "translated_words": 59,
    "translated_percent": 4.5,
    "translated_words_percent": 2.0,
    "translated_chars": 487,
    "translated_chars_percent": 2.6,
    "total_chars": 18385,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 2.4,
    "suggestions": 1,
    "comments": 0,
    "code": "ca",
    "name": "Catalan",
    "url": "https://weblate.rikka.app/projects/app-ops/application/ca/",
    "translate_url": "https://weblate.rikka.app/translate/app-ops/application/ca/"
}