The BON in a Box API is a REST JSON based API. The base URL you should use is: http://boninabox.geobon.org/api
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 below.
FeedbackGet list of all tools
https://boninabox.geobon.org/api/tools
Get tool by ID
https://boninabox.geobon.org/api/tools/:id
Example: Get tool by ID 45
https://boninabox.geobon.org/api/tools/45
Get tools by filter
https://boninabox.geobon.org/api/tools/filter?queryParam=value
The use of multiple query params are not supported.
The space character in the URL should be encoded with +.
The following query parameters and values are available:
queryParam |
value |
---|---|
|
Example: Get tools filtered by author Angelica Díaz
|
|
Example: Get tools filtered by year 2015
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example: Get tools filtered by Data management
|
|
|
|
|
|
|
|
|
|
|
|
Example: Get tools filtered by EBV Class Species traits
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example: Get tools filtered by theme terrestrial:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example: Get tools filtered by technic Metagenomics:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Get tools filtered by taxonomic group mammals:
|
Get total count of tools
https://boninabox.geobon.org/api/tools/count