How to add the "Include raw data" in API,in other words,hou can i get the wind data?

How to add the “Include raw data” in API,in other words,hou can i get the wind data?
Thanks a lot
Frederik

Does anyone knows if this has been solved/implemented?

I don’t know if someone solved this but I would say you need to include:
‘raw’:True:

args = {
‘lat’: latitude,
‘lon’: longitude,
‘date_from’: ‘2019-01-01’,
‘date_to’: ‘2019-12-31’,
‘dataset’: ‘merra2’,
‘capacity’: 1.0,
‘system_loss’: 0.1,
‘tracking’: 0,
‘tilt’: 35,
‘azim’: 180,
‘format’: ‘json’,
‘raw’:True
}