Translation projects API.

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

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

{
    "total": 35534,
    "total_words": 259137,
    "total_chars": 1544562,
    "last_change": "2024-05-04T11:04:33.259630Z",
    "recent_changes": 443,
    "translated": 22907,
    "translated_words": 168821,
    "translated_percent": 64.4,
    "translated_words_percent": 65.1,
    "translated_chars": 1003842,
    "translated_chars_percent": 64.9,
    "fuzzy": 1622,
    "fuzzy_percent": 4.5,
    "failing": 1005,
    "failing_percent": 2.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1578,
    "readonly_percent": 4.4,
    "suggestions": 2,
    "comments": 5,
    "name": "pretalx",
    "url": "http://translate.pretalx.com/projects/pretalx/"
}