Translation components API.

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

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

{
    "total": 91,
    "total_words": 1813,
    "last_change": "2023-08-08T14:31:38.832107Z",
    "recent_changes": 36,
    "translated": 42,
    "translated_words": 331,
    "translated_percent": 46.1,
    "translated_words_percent": 18.2,
    "translated_chars": 2419,
    "translated_chars_percent": 19.7,
    "total_chars": 12260,
    "fuzzy": 41,
    "fuzzy_percent": 45.0,
    "failing": 41,
    "failing_percent": 45.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 2,
    "code": "da",
    "name": "Danish",
    "url": "https://translate.habitica.com/projects/habitica/communityguidelines/da/",
    "translate_url": "https://translate.habitica.com/translate/habitica/communityguidelines/da/"
}