Basic Requests
Last updated
Was this helpful?
Last updated
Was this helpful?
If you're new to using REST APIs, this guide should help you get started with making basic requests. It provides reference implementations for fetching data from our API by using the as an example.
Our code examples are available in JavaScript and PHP (change language in the top right).
If you would prefer, here is our reference implementation for fetching data with . You will need to change the values of YOUR_KEY
and USERNAME
.
Try out this example on