Translation components API.

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

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

{
    "total": 1399,
    "total_words": 8438,
    "last_change": "2024-08-27T14:19:51.424676Z",
    "recent_changes": 1,
    "translated": 292,
    "translated_words": 736,
    "translated_percent": 20.8,
    "translated_words_percent": 8.7,
    "translated_chars": 4288,
    "translated_chars_percent": 9.0,
    "total_chars": 47641,
    "fuzzy": 11,
    "fuzzy_percent": 0.7,
    "failing": 10,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 7,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://translate.habitica.com/projects/habitica-ios/main-strings/da/",
    "translate_url": "https://translate.habitica.com/translate/habitica-ios/main-strings/da/"
}