Translation projects API.

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

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

{
    "total": 60632,
    "total_words": 693851,
    "last_change": "2022-10-10T15:19:54.090539Z",
    "recent_changes": 238,
    "translated": 60626,
    "translated_words": 693788,
    "translated_percent": 99.9,
    "translated_words_percent": 99.9,
    "translated_chars": 3974294,
    "translated_chars_percent": 99.9,
    "total_chars": 3974650,
    "fuzzy": 3,
    "fuzzy_percent": 0.1,
    "failing": 650,
    "failing_percent": 1.0,
    "name": "Wasteland 3",
    "url": "http://waldo.team/projects/wl3/"
}