Translation projects API.

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

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

{
    "total": 1932,
    "total_words": 6576,
    "total_chars": 41048,
    "last_change": "2025-06-04T17:47:41.923644Z",
    "recent_changes": 46,
    "translated": 1639,
    "translated_words": 5718,
    "translated_percent": 84.8,
    "translated_words_percent": 86.9,
    "translated_chars": 35827,
    "translated_chars_percent": 87.2,
    "fuzzy": 8,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 18,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 86,
    "fuzzy_chars_percent": 0.2,
    "failing": 15,
    "failing_percent": 0.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": "GTT Project",
    "url": "https://weblate.osgeo.org/projects/gtt-project/"
}