Translation projects API.

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

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

{
    "total": 1080,
    "total_words": 10884,
    "total_chars": 63372,
    "last_change": "2024-09-10T21:02:52.402345Z",
    "recent_changes": 2,
    "translated": 644,
    "translated_words": 5895,
    "translated_percent": 59.6,
    "translated_words_percent": 54.1,
    "translated_chars": 34647,
    "translated_chars_percent": 54.6,
    "fuzzy": 9,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 167,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 961,
    "fuzzy_chars_percent": 1.5,
    "failing": 77,
    "failing_percent": 7.1,
    "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,
    "name": "Pin Cushion",
    "url": "https://weblate.foundryvtt-hub.com/projects/pin-cushion/"
}