Reporting API – Dates as readable month names

Hi,

with Reporting API:

https://demo.matomo.org/?module=API&&method=VisitsSummary.getVisits&idSite=3&filter_limit=-1&period=month&date=last3&format=json

Returns

{"2019-07":312,"2019-08":272,"2019-09":100}

Is there some parameter which forces a readable Date Key that my result looks like:

{"2019-July":312,"2019-August":272,"2019-Septembre":100}

Thanks!

Toni