Connecting

Authentication

All requests to the API are required to authenticate using an API key. You can authenticate your requests via the key query string parameter:

curl https://api.hub.jhu.edu/articles?key=REPLACE_WITH_KEY
If you are an affiliate of Johns Hopkins and wish to use the API, send us an email with your name, email address, affiliation, and what you plan to use the API for. We will get back to you within a few business days.

Versioning

All requests to the API are required to provide a version number. The current API version is 1. You can provide the version number via the v query string parameter:

curl https://api.hub.jhu.edu/articles?v=1