Translation projects API.

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

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

{
    "total": 174,
    "total_words": 1350,
    "total_chars": 8124,
    "last_change": "2025-02-17T11:36:41.377184Z",
    "recent_changes": 3,
    "translated": 168,
    "translated_words": 1290,
    "translated_percent": 96.5,
    "translated_words_percent": 95.5,
    "translated_chars": 7800,
    "translated_chars_percent": 96.0,
    "fuzzy": 3,
    "fuzzy_percent": 1.7,
    "fuzzy_words": 54,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 297,
    "fuzzy_chars_percent": 3.6,
    "failing": 3,
    "failing_percent": 1.7,
    "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": 2,
    "name": "pf2E Extempore Effects",
    "url": "https://weblate.foundryvtt-hub.com/projects/pf2e-extempore-effects/"
}