Translation projects API.

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

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

{
    "total": 14379,
    "total_words": 262859,
    "total_chars": 1743543,
    "last_change": "2025-09-08T20:45:32.582627Z",
    "recent_changes": 2059,
    "translated": 10911,
    "translated_words": 196587,
    "translated_percent": 75.8,
    "translated_words_percent": 74.7,
    "translated_chars": 1300062,
    "translated_chars_percent": 74.5,
    "fuzzy": 10,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 78,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 575,
    "fuzzy_chars_percent": 0.1,
    "failing": 511,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2189,
    "readonly_percent": 15.2,
    "readonly_words": 40970,
    "readonly_words_percent": 15.5,
    "readonly_chars": 269165,
    "readonly_chars_percent": 15.4,
    "suggestions": 67,
    "comments": 1,
    "name": "postgis-workshop",
    "url": "https://weblate.osgeo.org/projects/postgis-workshop/"
}