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": 20034,
    "total_words": 210016,
    "total_chars": 1401881,
    "last_change": "2023-12-18T13:37:56.462490Z",
    "recent_changes": 603,
    "translated": 5573,
    "translated_words": 56866,
    "translated_percent": 27.8,
    "translated_words_percent": 27.0,
    "translated_chars": 379218,
    "translated_chars_percent": 27.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 33,
    "failing_percent": 0.1,
    "approved": 53,
    "approved_percent": 0.2,
    "readonly": 4982,
    "readonly_percent": 24.8,
    "suggestions": 7,
    "comments": 2,
    "name": "Documentation",
    "url": "https://translate.funkwhale.audio/projects/documentation/"
}