Translation components API.

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

GET /api/translations/habitica-ios/main-strings/nl/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:38.072042Z",
    "recent_changes": 1,
    "translated": 1050,
    "translated_words": 5749,
    "translated_percent": 75.0,
    "translated_words_percent": 68.1,
    "translated_chars": 32382,
    "translated_chars_percent": 67.9,
    "total_chars": 47641,
    "fuzzy": 43,
    "fuzzy_percent": 3.0,
    "failing": 43,
    "failing_percent": 3.0,
    "approved": 62,
    "approved_percent": 4.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 37,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "https://translate.habitica.com/projects/habitica-ios/main-strings/nl/",
    "translate_url": "https://translate.habitica.com/translate/habitica-ios/main-strings/nl/"
}