aiohttp: how-to retrieve the data (body) in aiohttp server from requests.get December 13, 2023 by Tarik ahh the data part is accessed like that await request.json() You can find this in official aiohttp docs