Translation components API.

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

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

{
    "total": 245,
    "total_words": 7501,
    "last_change": "2024-09-04T09:20:19.567796Z",
    "recent_changes": 11,
    "translated": 12,
    "translated_words": 545,
    "translated_percent": 4.8,
    "translated_words_percent": 7.2,
    "translated_chars": 3056,
    "translated_chars_percent": 6.9,
    "total_chars": 44104,
    "fuzzy": 3,
    "fuzzy_percent": 1.2,
    "failing": 3,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://translate.habitica.com/projects/habitica/faq/da/",
    "translate_url": "https://translate.habitica.com/translate/habitica/faq/da/"
}