Translation projects API.

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

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

{
    "total": 456360,
    "total_words": 2918902,
    "total_chars": 17917710,
    "last_change": "2026-01-08T02:38:13.897556Z",
    "recent_changes": 1,
    "translated": 107787,
    "translated_words": 606503,
    "translated_percent": 23.6,
    "translated_words_percent": 20.7,
    "translated_chars": 3689993,
    "translated_chars_percent": 20.5,
    "fuzzy": 23106,
    "fuzzy_percent": 5.0,
    "fuzzy_words": 137736,
    "fuzzy_words_percent": 4.7,
    "fuzzy_chars": 826057,
    "fuzzy_chars_percent": 4.6,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 15270,
    "readonly_percent": 3.3,
    "readonly_words": 97215,
    "readonly_words_percent": 3.3,
    "readonly_chars": 598127,
    "readonly_chars_percent": 3.3,
    "suggestions": 2608,
    "comments": 137,
    "name": "GRASS GIS",
    "url": "https://weblate.osgeo.org/projects/grass-gis/"
}