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

VIEW Sourcery - an R package that provides functionality and examples to interact with the Resource Browser API.
.