The EBV Data Portal API is a REST JSON based API. The base URL you should use is: https://portal.geobon.org/api/v1/
This API is particularly developed for the machine-readable integration, sharing and use of EBV datasets. This is the first version of the API and it contains GET requests only. Please report any issues you find with the API using the "Feedback" button.
Description | URL |
---|---|
Get List of all EBV Classes/Names | https://portal.geobon.org/api/v1/ebv |
Get list of all datasets | https://portal.geobon.org/api/v1/datasets |
Get total count of datasets | https://portal.geobon.org/api/v1/datasets/count |
Get dataset by ID |
Example: Get dataset by id 2 https://portal.geobon.org/api/v1/datasets/2 |
Get datasets by filter |
https://portal.geobon.org/api/v1/datasets/filter?queryParam=value
|
queryParam | value |
---|---|
creator |
Example: Get datasets filtered by creator Matthew Hansen
|
|
Example: Get datasets filtered by creation date 2020-01-01
|
|
|
|
|
|
|
|
|
|
|
Example: Get datasets filtered by EBV Class Ecosystem structure
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example: Get datasets filtered by EBV Name Ecosystem distribution
|
|
|
|
|
|
|
|
Get datasets filtered by entity type Ecosystems:
|
|
|
|
|
|
|
|
|
|
Example: Get datasets filtered by spatialScope Global:
|
|
|
|
|
|
|
|
|
|
|
|
Please specify here the other time period of the dataset. Example: Get datasets filtered by temporal resolution every 5 years:
|
|
|
|
|
|
Example: Get datasets filtered by environmentalDomain terrestrial:
|