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 Retrieve API

The Retrieve API from Wageningen University & Research — 19 operation(s) for retrieve.

Wageningen University & Research Retrieve 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 Retrieve. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 1 JSON Schema.

This API exposes 19 operations across 19 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.

19 operations 19 paths 3 schemas 19 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 Retrieve 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 19

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

Retrieve 19
GET
/ahn
Retrieve zonal statistics for altitude using the supplied geometry. If no epsg is provided epsg = 28992 (RD) is assumed.
get_ahn 2 params → 200401404
GET
/codes/cropcodes
Retrieve a list of all possible cropcodes.
get_codes_cropcodes 2 params → 200401404
GET
/codes/cropcodes/{cropcode}
Retrieve details for a specific cropcode.
get_codes_cropcodes_cropcode 3 params → 200401404
GET
/codes/soilcodes
Retrieve a list of all possible soilcodes.
get_codes_soilcodes 2 params → 200401404
GET
/codes/soilcodes/{soilcode}
Retrieve details for a specific soilcode.
get_codes_soilcodes_soilcode 3 params → 200401404
GET
/fields
Retrieve the geometry and soil information of the intersections of the supplied geometry and the fields. If no epsg is p
get_fields 8 params → 200401404
GET
/fields/{fieldid}
Retrieve the geometry and crop information for a specific crop field.
get_fields_fieldid 4 params → 200401404
GET
/fields/{fieldid}/ahn
Retrieve altitude zonal statistics (in cm) based on AHN for a specific field.
get_fields_fieldid_ahn 3 params → 200401404
GET
/fields/{fieldid}/meteostations
Retrieve a list of the nearest meteostations to a specific field, ranked by distance.
get_fields_fieldid_meteostations 4 params → 200401404
GET
/fields/{fieldid}/ndvi
Retrieve the available NDVI (Normalized Difference Vegetation Index) values for a specific field and time period.
get_fields_fieldid_ndvi 4 params → 200401404
GET
/fields/{fieldid}/soilparams
Retrieve the spatial intersections of a field with the soil physical parameters geometries (for more detailed informatio
get_fields_fieldid_soilparams 4 params → 200401404
GET
/fields/{fieldid}/soiltypes
Retrieve the spatial intersections of the field with the geometries of the soilmap 1 : 50.000. The soilid returned is th
get_fields_fieldid_soiltypes 4 params → 200401404
GET
/meteodata
Retrieve weather data from one of the meteostations for a specified time period. Dates can be entered as yyyymmdd, yyyy
get_meteodata 6 params → 200401404
GET
/meteodata/{stationid}/{date}
Retrieve weather data from one of the meteostations and for a specific date. The date can be entered as yyyymmdd, yyyym
get_meteodata_stationid_date 4 params → 200401404
GET
/codes/category
Retrieve detailed crop category information
get_codes_category 3 params → 200401404
GET
/fields/{fieldid}/bouwland_markers
Retrieve arable land markers for a specific crop field
get_fields_fieldid_bouwland_markers 3 params → 200401404
GET
/fields/{fieldid}/crophistory
Retrieve the crop history for a parcel, based on its geometry
get_fields_fieldid_crophistory 3 params → 200401404
GET
/fields/{fieldid}/croprotationindex
Retrieve the crop rotation index for a field
get_fields_fieldid_croprotationindex 3 params → 200401404
GET
/fields/{fieldid}/grasland_markers
Retrieve graslandmarkers for a specific crop field
get_fields_fieldid_grasland_markers 3 params → 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-retrieve-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 Return API