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": 694559,
    "total_words": 11758317,
    "last_change": "2025-05-06T19:20:39.496325Z",
    "recent_changes": 6365,
    "translated": 83801,
    "translated_words": 1339422,
    "translated_percent": 12.0,
    "translated_words_percent": 11.3,
    "translated_chars": 9100286,
    "translated_chars_percent": 11.2,
    "total_chars": 81043426,
    "fuzzy": 11719,
    "fuzzy_percent": 1.6,
    "failing": 10251,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 38550,
    "readonly_percent": 5.5,
    "suggestions": 745,
    "comments": 20,
    "name": "Documentation",
    "url": "https://translate-dev.freebsd.org/projects/documentation/"
}