Translation components API.

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

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

{
    "total": 1488,
    "total_words": 9125,
    "last_change": "2024-05-22T15:11:37.233909Z",
    "recent_changes": 1,
    "translated": 587,
    "translated_words": 1899,
    "translated_percent": 39.4,
    "translated_words_percent": 20.8,
    "translated_chars": 10898,
    "translated_chars_percent": 20.7,
    "total_chars": 52553,
    "fuzzy": 38,
    "fuzzy_percent": 2.5,
    "failing": 95,
    "failing_percent": 6.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.4,
    "suggestions": 5,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://translate.habitica.com/projects/habitica-android/main-strings/sv/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/main-strings/sv/"
}