Translation projects API.

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

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

{
    "total": 96200,
    "total_words": 1699126,
    "total_chars": 12146630,
    "last_change": "2025-07-30T01:47:40.958681Z",
    "recent_changes": 391,
    "translated": 41964,
    "translated_words": 720439,
    "translated_percent": 43.6,
    "translated_words_percent": 42.4,
    "translated_chars": 5138582,
    "translated_chars_percent": 42.3,
    "fuzzy": 3871,
    "fuzzy_percent": 4.0,
    "fuzzy_words": 67077,
    "fuzzy_words_percent": 3.9,
    "fuzzy_chars": 484173,
    "fuzzy_chars_percent": 3.9,
    "failing": 5513,
    "failing_percent": 5.7,
    "approved": 384,
    "approved_percent": 0.3,
    "approved_words": 5776,
    "approved_words_percent": 0.3,
    "approved_chars": 43559,
    "approved_chars_percent": 0.3,
    "readonly": 7493,
    "readonly_percent": 7.7,
    "readonly_words": 107816,
    "readonly_words_percent": 6.3,
    "readonly_chars": 779451,
    "readonly_chars_percent": 6.4,
    "suggestions": 8698,
    "comments": 163,
    "name": "postgis",
    "url": "https://weblate.osgeo.org/projects/postgis/"
}