About
This level represents a Hydrography Element in the API. The Hydrography Element can be a
Drainage Basin
or
Dam or Weir
. Here you can find links to the actual Data for the available Reference Systems
. Make sure to check the
updated
timestamp which indicates if new Data is available. If the timestamp is the same as the last time you requested Data, then there is no use
downloading it again.
GET /api/version/{version}/spec/{spec}/region/{region}/element/{element}.{ext}
GET /api/version/{version}/spec/{spec}/basin/{basin}.{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 .
|
{ext} | The suffix specifying which mediatype to use. See mediatypes for more information. |
Examples
Example request and response for the Drainage Basin level in different mediatypes. This response in not complete for the sake of readability.
GET /api/version/2.0/spec/inspire-hyp/basin/1000.atom
...
GET /api/version/2.0/spec/inspire-hyp/basin/1000.xml
...
GET /api/version/2.0/spec/inspire-hyp/basin/1000.json
...
GET /api/version/2.0/spec/inspire-hyp/region/se/element/db.atom
...
GET /api/version/2.0/spec/inspire-hyp/region/se/element/db.xml
...
GET /api/version/2.0/spec/inspire-hyp/region/se/element/db.json
...