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": 687884,
    "total_words": 11699206,
    "last_change": "2025-03-28T06:50:53.037852Z",
    "recent_changes": 6146,
    "translated": 83219,
    "translated_words": 1329818,
    "translated_percent": 12.0,
    "translated_words_percent": 11.3,
    "translated_chars": 9031253,
    "translated_chars_percent": 11.2,
    "total_chars": 80595083,
    "fuzzy": 11685,
    "fuzzy_percent": 1.6,
    "failing": 10100,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 38131,
    "readonly_percent": 5.5,
    "suggestions": 747,
    "comments": 20,
    "name": "Documentation",
    "url": "https://translate-dev.freebsd.org/projects/documentation/"
}