GET /sweden/protected-areas
Zones protégées suédoises au format GeoJSON — parcs nationaux, réserves naturelles ou sites Natura 2000. Source : WFS geodata.naturvardsverket.se (Naturvårdsverket, sans authentification).
type
optionnel
par défaut: national-parks
national-parks, nature-reserves or natura2000
| Nom | Requis | Par défaut | Description |
|---|---|---|---|
type |
Non | national-parks | national-parks, nature-reserves or natura2000 |
curl "https://nordapi.ee/api/v1/sweden/protected-areas?type=national-parks"
{
"data": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><ows:ExceptionReport xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:ows=\"http://www.opengis.net/ows\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" version=\"1.0.0\" xsi:schemaLocation=\"http://www.opengis.net/ows https://geodata.naturvardsverket.se/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd\">\n <ows:Exception exceptionCode=\"NoApplicableCode\">\n <ows:ExceptionText>org.geoserver.platform.ServiceException: Service WFS is disabled\nService WFS is disabled</ows:ExceptionText>\n </ows:Exception>\n</ows:ExceptionReport>\n",
"success": true
}