Metal Radar Docs
Datapoint

Search datapoint

GET
/v3/datapoint/search
AuthorizationBearer <token>

In: header

Query Parameters

termstring
page?integer | null
Range1 <= value

Response Body

curl -X GET "https://data.metalradar.com/v3/datapoint/search?term=copper&page=1"
{
  "data": [
    {
      "id": "string",
      "label": "string",
      "unit": "string",
      "per": "string"
    }
  ],
  "pagination": {
    "items": 0,
    "total": 0,
    "pageSize": 0,
    "page": 0,
    "pages": 0
  }
}
{
  "message": "string",
  "errors": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  }
}