Market Data

Last Update: 30 minutes ago | Listings: 2,338,008 | Items: 307

Powered by Aallyn's API, thanks to Aallyn, Grainus, Crit and Nik for help with this project.


Aallyn's API

https://docs.aallyn.xyz/ API Documentation
https://kiwiapi.aallyn.xyz/v1/market/interest_items Items Aallyn is interested in having in the API
https://kiwiapi.aallyn.xyz/v1/market/available_items Items that are currently saved onto Aallyn's database, for a quick look at what's available
https://kiwiapi.aallyn.xyz/v1/market/types Array of all known types in Aallyn's database
https://kiwiapi.aallyn.xyz/v1/market/listings Currently all listings on Aallyn's database

Headers:
count: Amount of listings available for the specific query (helps with limit and offset) and allows you to lazy load on your application by knowing how many pages there will be based on amount of listings (calculations are not done server side)

Parameters:
item or items: Query for one specific item or multiple items separated by ; case sensitive
(found at https://kiwiapi.aallyn.xyz/v1/market/available_items)
type or types: Query for one specific item or multiple items separated by ; case sensitive
(found at https://kiwiapi.aallyn.xyz/v1/market/types)
price_min: Define a minimum price for a query
price_max: Define a maximum price for a query
price_ord: Orders listings by price. Takes values of asc for ascended (lowest to highest) and desc for descended (highest to lowest)
limit: Maximum amount of listings to get
offset: Amount of items to skip (this works very well with limit as you can do pages of 10 listings and have API skip 10 first listings with this property)
created_before: a integer timestamp, results with created_at lower than will be shown
created_after: a integer timestamp, results with created_at greater than will be shown
last_seen_before: a integer timestamp, results with last_seen lower than will be shown
last_seen_after: a integer timestamp, results with last_seen greater than will be shown