Translation projects API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/projects/hacknfun/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 4420,
    "total_words": 52793,
    "total_chars": 416500,
    "last_change": "2023-06-07T13:14:35.185581Z",
    "recent_changes": 6,
    "translated": 2980,
    "translated_words": 44108,
    "translated_percent": 67.4,
    "translated_words_percent": 83.5,
    "translated_chars": 360710,
    "translated_chars_percent": 86.6,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 885,
    "failing_percent": 20.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1490,
    "readonly_percent": 33.7,
    "suggestions": 0,
    "comments": 0,
    "name": "Hack'n'Fun",
    "url": "https://translate.edugit.org/projects/hacknfun/"
}