Translation components API.

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

GET /api/translations/habitica-ios/main-strings/bg/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:28.816167Z",
    "recent_changes": 1,
    "translated": 480,
    "translated_words": 1684,
    "translated_percent": 34.3,
    "translated_words_percent": 19.9,
    "translated_chars": 9596,
    "translated_chars_percent": 20.1,
    "total_chars": 47641,
    "fuzzy": 18,
    "fuzzy_percent": 1.2,
    "failing": 17,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "bg",
    "name": "Bulgarian",
    "url": "https://translate.habitica.com/projects/habitica-ios/main-strings/bg/",
    "translate_url": "https://translate.habitica.com/translate/habitica-ios/main-strings/bg/"
}