Translation projects API.

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

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

{
    "total": 47502,
    "total_words": 417318,
    "last_change": "2026-03-11T16:08:51.692023Z",
    "recent_changes": 2187,
    "translated": 31606,
    "translated_words": 258878,
    "translated_percent": 66.5,
    "translated_words_percent": 62.0,
    "translated_chars": 1590800,
    "translated_chars_percent": 62.1,
    "total_chars": 2560238,
    "fuzzy": 238,
    "fuzzy_percent": 0.5,
    "failing": 2068,
    "failing_percent": 4.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 158,
    "readonly_percent": 0.3,
    "suggestions": 214,
    "comments": 1,
    "name": "phyphox",
    "url": "https://translate.phyphox.org/projects/phyphox/"
}