Translation components API.

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

GET /api/translations/ayana/responses/da/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 195,
    "total_words": 1794,
    "total_chars": 11022,
    "last_change": "2022-07-14T07:26:15.315224Z",
    "recent_changes": 1,
    "translated": 44,
    "translated_words": 417,
    "translated_percent": 22.5,
    "translated_words_percent": 23.2,
    "translated_chars": 2625,
    "translated_chars_percent": 23.8,
    "fuzzy": 4,
    "fuzzy_percent": 2.0,
    "failing": 5,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://translate.ayana.io/projects/ayana/responses/da/",
    "translate_url": "https://translate.ayana.io/translate/ayana/responses/da/"
}