Translation projects API.

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

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

{
    "total": 1005,
    "total_words": 7190,
    "total_chars": 45605,
    "last_change": "2025-06-21T02:55:19.543683Z",
    "recent_changes": 41,
    "translated": 807,
    "translated_words": 5761,
    "translated_percent": 80.2,
    "translated_words_percent": 80.1,
    "translated_chars": 36471,
    "translated_chars_percent": 79.9,
    "fuzzy": 4,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 42,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 300,
    "fuzzy_chars_percent": 0.6,
    "failing": 1,
    "failing_percent": 0.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": "PF2e Ranged Combat",
    "url": "https://weblate.foundryvtt-hub.com/projects/pf2e-ranged-combat/"
}