Translation projects API.

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

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

{
    "total": 18590,
    "total_words": 199740,
    "total_chars": 1332698,
    "last_change": "2025-03-29T05:17:29.735665Z",
    "recent_changes": 16,
    "translated": 18540,
    "translated_words": 198767,
    "translated_percent": 99.7,
    "translated_words_percent": 99.5,
    "translated_chars": 1326337,
    "translated_chars_percent": 99.5,
    "fuzzy": 19,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 450,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 2848,
    "fuzzy_chars_percent": 0.2,
    "failing": 321,
    "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": 0,
    "name": "Français [Pathfinder 2] (fan made)",
    "url": "https://weblate.foundryvtt-hub.com/projects/pf2-fr/"
}