Construction Octopus

NODE is Under Construction

API is coming soon! This page's documentation is not active, it's an example of the content in the future. The API is not operational at the moment.

API Usage

Access NODE's comprehensive eDNA datasets programmatically through RESTful APIs. Build applications, conduct analyses, and integrate environmental DNA data directly into your research workflow using your preferred programming language.

GET requests only.

1

Authentication

Generate your API key through the dashboard. This unique identifier enables secure access to NODE's data endpoints.

2

Request Formation

Structure HTTP requests with your API key and desired parameters to query specific datasets or subsets.

3

Data Integration

Process JSON responses containing standardized eDNA data ready for integration into your analysis pipeline.

Example Implementation

Retrieve eDNA samples from specific locations or time periods using our RESTful endpoints. The example shows a basic query for samples with taxonomic filtering.

Returns JSON formatted data
Can be accessed using your preferred programming language

GET https://api.node.org/v1/samples

Headers:

Authorization: Bearer YOUR_API_KEY

Content-Type: application/json

Query Parameters:

taxonomy=Salmonidae&limit=100