Consuming Resource Data with REST API

What is REST?

REST, or Representational State Transfer is an interoperability standard that dictates a set of constraints for creating Web Services. One of the most widely used standards, RESTful services are supported by many technology stacks.

Restricted endpoints (prefaced with "r_" require an API Key to access. Please contact help@hirnetwork.org to obtain a key.

The HIRN Resource Browser endpoints are documented in Swagger. VIEW API DOCUMENTATION

Sample Implementations

If you are familiar with R, we have some documentation for consuming and submitting resource data.
VIEW Vignette #1: API Data Retrieval
VIEW Vignette #2: API Data Submission
.