Translation components API.

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

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

{
    "total": 1399,
    "total_words": 8438,
    "last_change": "2025-03-03T13:21:20.410301Z",
    "recent_changes": 38,
    "translated": 450,
    "translated_words": 1294,
    "translated_percent": 32.1,
    "translated_words_percent": 15.3,
    "translated_chars": 7533,
    "translated_chars_percent": 15.8,
    "total_chars": 47641,
    "fuzzy": 14,
    "fuzzy_percent": 1.0,
    "failing": 33,
    "failing_percent": 2.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 3,
    "code": "he",
    "name": "Hebrew",
    "url": "https://translate.habitica.com/projects/habitica-ios/main-strings/he/",
    "translate_url": "https://translate.habitica.com/translate/habitica-ios/main-strings/he/"
}