Translation components API.

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

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

{
    "total": 3315,
    "total_words": 44147,
    "last_change": "2024-07-20T16:27:00.427148Z",
    "recent_changes": 1,
    "translated": 1793,
    "translated_words": 21732,
    "translated_percent": 54.0,
    "translated_words_percent": 49.2,
    "translated_chars": 132011,
    "translated_chars_percent": 49.6,
    "total_chars": 266080,
    "fuzzy": 14,
    "fuzzy_percent": 0.4,
    "failing": 187,
    "failing_percent": 5.6,
    "approved": 4,
    "approved_percent": 0.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.habitica.com/projects/habitica/gear/pt/",
    "translate_url": "https://translate.habitica.com/translate/habitica/gear/pt/"
}