Translation components API.

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

GET /api/translations/habitica-ios/main-strings/pt_BR/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:39.214454Z",
    "recent_changes": 1,
    "translated": 1351,
    "translated_words": 8099,
    "translated_percent": 96.5,
    "translated_words_percent": 95.9,
    "translated_chars": 45673,
    "translated_chars_percent": 95.8,
    "total_chars": 47641,
    "fuzzy": 9,
    "fuzzy_percent": 0.6,
    "failing": 10,
    "failing_percent": 0.7,
    "approved": 693,
    "approved_percent": 49.5,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 6,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.habitica.com/projects/habitica-ios/main-strings/pt_BR/",
    "translate_url": "https://translate.habitica.com/translate/habitica-ios/main-strings/pt_BR/"
}