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": 757641,
    "total_words": 12604359,
    "last_change": "2026-03-22T05:48:00.786241Z",
    "recent_changes": 7656,
    "translated": 125889,
    "translated_words": 2014621,
    "translated_percent": 16.6,
    "translated_words_percent": 15.9,
    "translated_chars": 13796143,
    "translated_chars_percent": 15.8,
    "total_chars": 87086862,
    "fuzzy": 13247,
    "fuzzy_percent": 1.7,
    "failing": 12179,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 39931,
    "readonly_percent": 5.2,
    "suggestions": 742,
    "comments": 22,
    "name": "Documentation",
    "url": "https://translate-dev.freebsd.org/projects/documentation/"
}