Translation projects API.

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

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

{
    "total": 4216,
    "total_words": 31952,
    "total_chars": 200198,
    "last_change": "2025-05-30T21:36:42.309726Z",
    "recent_changes": 16,
    "translated": 3653,
    "translated_words": 26783,
    "translated_percent": 86.6,
    "translated_words_percent": 83.8,
    "translated_chars": 167476,
    "translated_chars_percent": 83.6,
    "fuzzy": 83,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 1464,
    "fuzzy_words_percent": 4.5,
    "fuzzy_chars": 9620,
    "fuzzy_chars_percent": 4.8,
    "failing": 76,
    "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": 2,
    "readonly_percent": 0.1,
    "readonly_words": 2,
    "readonly_words_percent": 0.1,
    "readonly_chars": 7,
    "readonly_chars_percent": 0.1,
    "suggestions": 40,
    "comments": 4,
    "name": "PF2e Workbench",
    "url": "https://weblate.foundryvtt-hub.com/projects/xdy-pf2e-workbench/"
}