Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Wageningen University & Research Return API

The Return API from Wageningen University & Research — 10 operation(s) for return.

Wageningen University & Research Return API is one of 6 APIs that Wageningen University & Research publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 1 JSON Schema definition.

Tagged areas include Return. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 1 JSON Schema.

This API exposes 10 operations across 10 paths, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://agrodatacube.wur.nl/api/v1/rest.

10 operations 10 paths 3 schemas 10 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://agrodatacube.wur.nl/api/v2/rest/
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Wageningen University & Research Return API declares 1 security scheme for authenticating requests. An API key is passed in the header as token (tokenHeader). By default, every request must be authenticated.

  • tokenHeader — Access token obtained via https://agrodatacube.wur.nl/api/register.jsp

Paths & Operations 10

Across 10 paths, the API surfaces 10 operations — 10 GET. Each is listed below with its method, path, parameters, and response codes.

Return 10
GET
/meteostations
Return a list of all meteostations for which data is available.
get_meteostations 3 params → 200401404
GET
/meteostations/{meteostation}
Return the data for the given meteostation.
get_meteostations_meteostation 4 params → 200401404
GET
/regions/municipalities
Return all municipalities (gemeentes), based on the boundaries for 2015.
get_regions_municipalities 3 params → 200401404
GET
/regions/postalcodes
Return the dutch 6-positions postalcode areas.
get_regions_postalcodes 3 params → 200401404
GET
/regions/provences
Return the provinces. These are the boundaries from 2015.
get_regions_provences 3 params → 200401404
GET
/soilparams/{soilparamid}
Return all the information for the given soilparamid.
get_soilparams_soilparamid 3 params → 200401404
GET
/soiltypes
Return the intersections of the supplied geometry and soilmap. If no epsg is provided epsg = 28992 (RD) is assumed. Curr
get_soiltypes 5 params → 200401404
GET
/soiltypes/{entityid}
Return all the information for the given soilmap entityid.
get_soiltypes_entityid 4 params → 200401404
GET
/sources
Return all information about availabe data
get_sources → 200401404
GET
/sources/{resource_name}
Return all information for the given resource
get_sources_resource_name 1 param → 200401404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Feature (3 properties), Geometry (2 properties), FeatureCollection (2 properties). Each schema is shown below with its type and property counts.

FeatureCollection
object
GeoJSON FeatureCollection returned by vector resources.
2 properties 2 required
Feature
object
GeoJSON Feature with a geometry and a free-form properties map whose keys depend on the queried resource.
3 properties 3 required
Geometry
object
GeoJSON geometry (Point, Polygon, MultiPolygon, etc.).
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wageningen-university-research-return-api-openapi.yml Raw ↑

Other APIs Wageningen University & Research publishes across the network.

WFBR Food API
Wageningen University & Research Altitude API
Wageningen University & Research KPI API
Wageningen University & Research Raster API
Wageningen University & Research Retrieve API