Translation projects API.

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

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

{
    "total": 23976,
    "total_words": 147722,
    "total_chars": 904502,
    "last_change": "2026-03-10T11:36:44.654803Z",
    "recent_changes": 13,
    "translated": 14033,
    "translated_words": 84706,
    "translated_percent": 58.5,
    "translated_words_percent": 57.3,
    "translated_chars": 518520,
    "translated_chars_percent": 57.3,
    "fuzzy": 9476,
    "fuzzy_percent": 39.5,
    "fuzzy_words": 62312,
    "fuzzy_words_percent": 42.1,
    "fuzzy_chars": 381068,
    "fuzzy_chars_percent": 42.1,
    "failing": 8257,
    "failing_percent": 34.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 42,
    "readonly_percent": 0.1,
    "readonly_words": 54,
    "readonly_words_percent": 0.1,
    "readonly_chars": 306,
    "readonly_chars_percent": 0.1,
    "suggestions": 1217,
    "comments": 37,
    "name": "The Forge",
    "url": "https://weblate.foundryvtt-hub.com/projects/the-forge/"
}