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": 600801,
    "total_words": 10250155,
    "last_change": "2024-03-17T11:11:59.960672Z",
    "recent_changes": 7398,
    "translated": 82263,
    "translated_words": 1330624,
    "translated_percent": 13.6,
    "translated_words_percent": 12.9,
    "translated_chars": 9022266,
    "translated_chars_percent": 12.8,
    "total_chars": 70357209,
    "fuzzy": 10624,
    "fuzzy_percent": 1.7,
    "failing": 9123,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 37363,
    "readonly_percent": 6.2,
    "suggestions": 761,
    "comments": 21,
    "name": "Documentation",
    "url": "https://translate-dev.freebsd.org/projects/documentation/"
}