Translation components API.

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

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

{
    "total": 350,
    "total_words": 1807,
    "last_change": "2023-07-17T11:18:07.751179Z",
    "recent_changes": 1,
    "translated": 292,
    "translated_words": 1538,
    "translated_percent": 83.4,
    "translated_words_percent": 85.1,
    "translated_chars": 9297,
    "translated_chars_percent": 85.3,
    "total_chars": 10896,
    "fuzzy": 58,
    "fuzzy_percent": 16.5,
    "failing": 57,
    "failing_percent": 16.2,
    "approved": 291,
    "approved_percent": 83.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 7,
    "comments": 0,
    "code": "ca",
    "name": "Catalan",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/ca/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/ca/"
}