Datapoint
Search datapoint
AuthorizationBearer <token>
In: header
Query Parameters
termstring
page?integer | null
Range
1 <= valueResponse 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"
]
}
}