How can we help? How can we help?

Box+Dice API - Extracting Data

MRI Box and Dice MRI Box and Dice

Summary:

  1. Request all records via the Endpoints. Store it in their local store and use it to reference data.

  2. Frequently query the Box+Dice API for any updates or new data, which can be used to update their local storage.  

In more detail:

Third parties will need to extract the data they retrieve from our API and store it in their own system — for example, in a local database. This allows them to process and display the information on their website efficiently.

They can schedule their system to query our API periodically (for example, every hour or at any interval they prefer) to retrieve new or updated data. Once the data is stored in their database, they can expose it to their website through their own API, a plugin, or another integration method of their choice.

Importantly, third parties should not query our API for every record each time. Instead, they should request only updated or new information to reduce load and improve performance.

Documentation can be found here: Website API