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": 737027,
    "total_words": 12419648,
    "last_change": "2025-09-08T15:11:25.966591Z",
    "recent_changes": 9697,
    "translated": 122899,
    "translated_words": 1990281,
    "translated_percent": 16.6,
    "translated_words_percent": 16.0,
    "translated_chars": 13599016,
    "translated_chars_percent": 15.8,
    "total_chars": 85658354,
    "fuzzy": 12133,
    "fuzzy_percent": 1.6,
    "failing": 12066,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 38704,
    "readonly_percent": 5.2,
    "suggestions": 749,
    "comments": 22,
    "name": "Documentation",
    "url": "https://translate-dev.freebsd.org/projects/documentation/"
}