You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EDDB publishes listings.csv with commodity information (e.g. buy prices, sell prices, demand, etc. for commodities at different stations)
Though the EDDB API includes a Commodities definition, there is currently no property, method, or endpoint permitting access to commodities information via the API.
EDDI's dev team is transitioning from jgm's legacy server to the EliteBGS EDDB API but the old server currently has commodity information while the EliteBGS EDDB API does not - without this endpoint users would suffer a loss of functionality with the transition to the EliteBGS server.
Examples of how our commanders use this data on the legacy server and would continue to use it under the EliteBGS EDDB API...
With look up by station name or station eddbid, returning a list of commodities for that station with commodity name, eddbid, buy price, sell price, average price, demand, supply, etc. to answer questions like:
What commodities are bought and sold at station X?
What commodities in my cargo hold can be sold for a good price at this station?
What commodities at this station are on sale at a good price?
With look up by commodity name or commodity eddbid, returning a single commodity with commodity name, eddbid, & average price to answer questions like:
Is the commodity I just picked up valuable or trash?
How much is my current cargo worth? (What is the current total of the average commodity values for cargo in my hold)?
Additional computation like trade routes, nearest station selling XYZ, etc. are not necessary... this endpoint doesn't need to be very fancy.
Thanks!
The text was updated successfully, but these errors were encountered:
As discussed privately on Discord...
listings.csv
with commodity information (e.g. buy prices, sell prices, demand, etc. for commodities at different stations)Commodities
definition, there is currently no property, method, or endpoint permitting access to commodities information via the API.Examples of how our commanders use this data on the legacy server and would continue to use it under the EliteBGS EDDB API...
With look up by station name or station eddbid, returning a list of commodities for that station with commodity name, eddbid, buy price, sell price, average price, demand, supply, etc. to answer questions like:
With look up by commodity name or commodity eddbid, returning a single commodity with commodity name, eddbid, & average price to answer questions like:
Additional computation like trade routes, nearest station selling XYZ, etc. are not necessary... this endpoint doesn't need to be very fancy.
Thanks!
The text was updated successfully, but these errors were encountered: