Translation components API.

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

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

{
    "total": 264,
    "total_words": 1446,
    "last_change": "2024-11-22T15:19:11.829276Z",
    "recent_changes": 9,
    "translated": 143,
    "translated_words": 773,
    "translated_percent": 54.1,
    "translated_words_percent": 53.4,
    "translated_chars": 4748,
    "translated_chars_percent": 51.9,
    "total_chars": 9144,
    "fuzzy": 12,
    "fuzzy_percent": 4.5,
    "failing": 12,
    "failing_percent": 4.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://translate.habitica.com/projects/habitica/subscriber/da/",
    "translate_url": "https://translate.habitica.com/translate/habitica/subscriber/da/"
}