Translation projects API.

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

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

{
    "total": 761431,
    "total_words": 12641443,
    "last_change": "2026-07-17T20:13:41.950815Z",
    "recent_changes": 6996,
    "translated": 127179,
    "translated_words": 2033951,
    "translated_percent": 16.7,
    "translated_words_percent": 16.0,
    "translated_chars": 13930167,
    "translated_chars_percent": 15.9,
    "total_chars": 87393273,
    "fuzzy": 13303,
    "fuzzy_percent": 1.7,
    "failing": 12220,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 39989,
    "readonly_percent": 5.2,
    "suggestions": 742,
    "comments": 22,
    "name": "Documentation",
    "url": "https://translate-dev.freebsd.org/projects/documentation/"
}