About
The final level of the API is the Data level. This is where you get the actual Data. Data is available in
ZIP
format for the available Reference Systems. The ZIP-file contains a Shape file for the selected version
, specification
and basin
(or region
and element
).
GET /api/version/{version}/spec/{spec}/region/{region}/element/{element}/{filename}.{ext}
GET /api/version/{version}/spec/{spec}/basin/{basin}/{filename}.{ext}
Parameters
{basin} | Numeric value. Available Drainage Basins are listed in the Specification level. |
{element} | Available Hydrography Elements are listed in the Region level. |
{region} | Available Regions are listed in the Specification level. |
{spec} | One of two Specifications. Valid values are are svs-hyp or inspire-hyp .
|
{version} | Numeric value or latest . Try to use the Version with the highest number instead of the Version titled latest .
|
{filename} | The name of the file. |
{ext} | The suffix specifying which mediatype to use. Only valid media type for the data is zip . See mediatypes for more information.
|