Translation components API.

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

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

{
    "total": 1399,
    "total_words": 8438,
    "last_change": "2025-02-06T16:39:38.081902Z",
    "recent_changes": 10,
    "translated": 218,
    "translated_words": 665,
    "translated_percent": 15.5,
    "translated_words_percent": 7.8,
    "translated_chars": 3845,
    "translated_chars_percent": 8.0,
    "total_chars": 47641,
    "fuzzy": 4,
    "fuzzy_percent": 0.2,
    "failing": 4,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.habitica.com/projects/habitica-ios/main-strings/pt/",
    "translate_url": "https://translate.habitica.com/translate/habitica-ios/main-strings/pt/"
}