Translation components API.

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

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

{
    "total": 1537,
    "total_words": 9469,
    "last_change": "2025-04-09T16:28:27.834536Z",
    "recent_changes": 2,
    "translated": 697,
    "translated_words": 3298,
    "translated_percent": 45.3,
    "translated_words_percent": 34.8,
    "translated_chars": 19062,
    "translated_chars_percent": 34.9,
    "total_chars": 54588,
    "fuzzy": 18,
    "fuzzy_percent": 1.1,
    "failing": 32,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.habitica.com/projects/habitica-android/main-strings/pt/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/main-strings/pt/"
}