Skip to content

📈 💰 👓 Extracts data from OSRS Grand Exchange and provides all the pricing information regarding a Runescape Item

Notifications You must be signed in to change notification settings

suduaya/osrs-items-api

Repository files navigation

osrs-items-api

Oldschool Runescape Items API

Description

This API extracts data from OSRS Grand Exchange and provides all the pricing information regarding a Runescape Item.

Supported Operations

GET /v1/items/{id}/price
{
  "price_history": {
    "daily": [
      {
        "timestamp": "1615593600000",
        "value": 302
      }
    ],
    "average": [
      {
        "timestamp": "1615593600000",
        "value": 302
      }
    ]
  }
}

About

📈 💰 👓 Extracts data from OSRS Grand Exchange and provides all the pricing information regarding a Runescape Item

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published