Translation components API.

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

GET /api/translations/habitica-ios/main-strings/id/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:35.390447Z",
    "recent_changes": 1,
    "translated": 1328,
    "translated_words": 7760,
    "translated_percent": 94.9,
    "translated_words_percent": 91.9,
    "translated_chars": 43672,
    "translated_chars_percent": 91.6,
    "total_chars": 47641,
    "fuzzy": 27,
    "fuzzy_percent": 1.9,
    "failing": 28,
    "failing_percent": 2.0,
    "approved": 3,
    "approved_percent": 0.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://translate.habitica.com/projects/habitica-ios/main-strings/id/",
    "translate_url": "https://translate.habitica.com/translate/habitica-ios/main-strings/id/"
}