Adam4Eve API

Due to repeated request, I've whipped together a quick'n dirty API to scratch that itch. Once the re-coding of A4E is complete, it will move to a dedicated VM, have a Swagger UI and additional endpoints... thus somewhere 2024.

This API is made possible by supporters via Patreon! If you find it useful, consider supporting yourself and it can be expanded.

EndpointLatest versionDescriptionParametersReturn valuesExample
tracked1Returns the locationIDs with tracker data for that datedate (default: current date)Array of CCP locationIDsExample
tracker1 Returns tracker order information
The A4E tracker fetches orderbooks every 10 minutes and compares them, thus recording changes in volume of existing orders. Or if they are not present in the orderbook anymore.
This allows for an estimation (separated by buy and sell order) of the trades that are happening in the market.
For slow markets this will be quite accurate, for fast ones not so much due to the 10 minutes intervals.

CSV dumps for bulk data are available at static.adam4eve.eu

NameNeededValuesDefault
dateNoYYYY-MM-DDCurrent date
locationIDNoNPC or Citadel ID60003760
regionIDNoRegion IDNone, overrides locationID if set
typeIDNoSDE ID(s), comma-separated-
isBuyNo0 or 1-
withGoneNo0 or 1-
NameDescription
amountWhat quantity of the item was seen being traded
highWhat the highest traded price was
lowWhat the lowest traded price was
avgWhat the average traded price was
orderNumHow many individual trades have been seen
iskValueWhat was the overall ISK value of the trades
Example
market_prices1 Returns lowest sell order/highest buy order price and current volume
NameNeededValuesDefault
locationIDNoRegion ID10000002
typeIDNoSDE ID(s), comma-separated-
NameDescription
buy_priceCurrent highest buy order price
sell_priceCurrent lowest sell order price
buy_volumeCurrent quantity in buy orders on the market
sell_volumeCurrent quantity in sell orders on the market
lupdateWhen this information was last updated
Example
market_price_history1 Returns lowest/avg/highest sell/buy price/volume
Values are directly calculated from the ESI orderbooks, not the price history values from CCP

CSV dumps for all items in a region are available at static.adam4eve.eu

NameNeededValuesDefault
typeIDYesSDE ID(s), comma-separated, up to 20-
regionIDNo10000002, 10000030, 10000032, 10000042, 1000004310000002
startNoYYYY-MM-DD, >= (Year-1)-01-01-1 month
endNoYYYY-MM-DD, > start, < nowToday
NameDescription
type_idCCPs SDE typeID
price_dateDay the price information is valid for
buy_price_lowLowest price point seen that day of the highest buy order
buy_price_avgAverage price point across the day of the highest buy order
buy_price_highHighest price point seen that day of the highest buy order
sell_price_lowLowest price point seen that day of the lowest sell order
sell_price_avgAverage price point across the day of the lowest sell order
sell_price_highHighest price point seen that day of the lowest sell order
buy_volume_lowLowest total quantity in market buy orders seen that day
buy_volume_avgAverage total quantity in market buy orders across the day
buy_volume_highHighest total quantity in market buy orders seen that day
sell_volume_lowLowest total quantity in market sell orders seen that day
sell_volume_avgAverage total quantity in market sell orders across the day
sell_volume_highHighest total quantity in market sell orders seen that day
Example
market_percentiles1 Returns 5% percentile price of sell/buy orders
NameNeededValuesDefault
locationIDNoRegion ID10000002
typeIDNoSDE ID(s), comma-separated-
NameDescription
percentile_buyPrice point where 5% of market volume are in higher priced buy orders
percentile_sellPrice point where 5% of market volume are in lower priced sell orders
lupdateWhen this information was last updated
Example
search1 Returns a JSON array of all items of the given category that match a search term.
Used by A4E itself for auto-completion in selection boxes.

Rate limit does not apply for this endpoint!

NameNeededValuesDefault
itemYescategory
constellation
destructibles
destructiblesGroup
group
material
mgroup
pi
region
reprocessables
station
system
tradables
type
-
termYesString, can even be empty-
NameDescription
idAn identifier of the selected item
valueThe name of the selected item
Example