Translation components API.

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

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

{
    "total": 1399,
    "total_words": 8438,
    "last_change": "2024-12-02T11:39:42.792635Z",
    "recent_changes": 1,
    "translated": 138,
    "translated_words": 352,
    "translated_percent": 9.8,
    "translated_words_percent": 4.1,
    "translated_chars": 2007,
    "translated_chars_percent": 4.2,
    "total_chars": 47641,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://translate.habitica.com/projects/habitica-ios/main-strings/sv/",
    "translate_url": "https://translate.habitica.com/translate/habitica-ios/main-strings/sv/"
}