Translation projects API.

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

GET /api/projects/inventory-plus/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 618,
    "total_words": 8730,
    "total_chars": 53898,
    "last_change": "2023-09-11T16:51:11.209691Z",
    "recent_changes": 0,
    "translated": 303,
    "translated_words": 3121,
    "translated_percent": 49.0,
    "translated_words_percent": 35.7,
    "translated_chars": 19445,
    "translated_chars_percent": 36.0,
    "fuzzy": 63,
    "fuzzy_percent": 10.1,
    "fuzzy_words": 1240,
    "fuzzy_words_percent": 14.2,
    "fuzzy_chars": 7744,
    "fuzzy_chars_percent": 14.3,
    "failing": 23,
    "failing_percent": 3.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 10,
    "readonly_percent": 1.6,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 3,
    "comments": 2,
    "name": "Inventory+",
    "url": "https://weblate.foundryvtt-hub.com/projects/inventory-plus/"
}