Translation components API.

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

GET /api/translations/amikumu/app/sco/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:09.836654Z",
    "recent_changes": 1,
    "translated": 172,
    "translated_words": 651,
    "translated_percent": 49.1,
    "translated_words_percent": 36.0,
    "translated_chars": 3904,
    "translated_chars_percent": 35.8,
    "total_chars": 10896,
    "fuzzy": 178,
    "fuzzy_percent": 50.8,
    "failing": 196,
    "failing_percent": 56.0,
    "approved": 171,
    "approved_percent": 48.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 5,
    "comments": 0,
    "code": "sco",
    "name": "Scots",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/sco/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/sco/"
}