Oldschool Runescape Items API
This API extracts data from OSRS Grand Exchange and provides all the pricing information regarding a Runescape Item.
GET /v1/items/{id}/price
{
"price_history": {
"daily": [
{
"timestamp": "1615593600000",
"value": 302
}
],
"average": [
{
"timestamp": "1615593600000",
"value": 302
}
]
}
}