Metal Radar Docs

Widgets

Efficiently retrieve and display grouped and similar prices using our widgets endpoint.

Frontend

You can Use our frontend at https://metalradar.com to define groups of datapoints we call widgets. With widgets you can define your data once, and fetch exactly the data you need in one simple request.

Widgets support defining contracttypes, fields and products you are interested in, and the currency you want the data in and allow you to fetch all datapoints containing those properties.

using the following widget, for example

Example widget

If you want to use the widget in your API requests, simply use the button at the right top of the widget to copy the widget ID to your clipboard. You can fetch multiple widgets in one request, simply by adding more widget id's to the 'ids' property of the request, separated by comma's, which is more efficient than fetching each widget individually.

For more information, checkout the widgets endpoint page in the endpoints section.