Translation components API.

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

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

{
    "total": 408,
    "total_words": 906,
    "last_change": "2025-02-21T22:56:23.402455Z",
    "recent_changes": 5,
    "translated": 392,
    "translated_words": 842,
    "translated_percent": 96.0,
    "translated_words_percent": 92.9,
    "translated_chars": 4551,
    "translated_chars_percent": 93.3,
    "total_chars": 4876,
    "fuzzy": 2,
    "fuzzy_percent": 0.4,
    "failing": 10,
    "failing_percent": 2.4,
    "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/content/pt/",
    "translate_url": "https://translate.habitica.com/translate/habitica/content/pt/"
}