Translation components API.

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

GET /api/translations/forge-compendium-library/main/pt-BR/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 53,
    "total_words": 191,
    "total_chars": 1185,
    "last_change": "2023-09-21T18:12:45.147636Z",
    "recent_changes": 1,
    "translated": 28,
    "translated_words": 58,
    "translated_percent": 52.8,
    "translated_words_percent": 30.3,
    "translated_chars": 372,
    "translated_chars_percent": 31.3,
    "fuzzy": 1,
    "fuzzy_percent": 1.8,
    "fuzzy_words": 31,
    "fuzzy_words_percent": 16.2,
    "fuzzy_chars": 165,
    "fuzzy_chars_percent": 13.9,
    "failing": 1,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt-BR",
    "name": "Portuguese (Brazil)",
    "url": "https://weblate.foundryvtt-hub.com/projects/forge-compendium-library/main/pt-BR/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/forge-compendium-library/main/pt-BR/"
}