POST Requests

For brevity we will only briefly describe how to perform POST GetFeature requests with custom parameters. Regarding the XML body of the message, please refer to the OGC documentation. POST requests are to be made to the URL

https://api.meteomatics.com/wfs

If you do not need any of our custom parameters or do not need to make a specialized GetFeature request. For our custom parameters there is a little caveat: as the WFS 1.0.0 standard contains no place in the XML for custom parameters, you will need to include them as optionals into the above URL as follows:

https://api.meteomatics.com/wfs?parameters=&model=&time=
The currently accepted content types for POST requests are text/xml and application/xml.