RFC: Add Pricing Information #830
Aviortheking
announced in
RFCs
Replies: 1 comment 2 replies
-
|
There is a tcgplayer source that updates daily that could be used in place of having api access. Tcgcsv.com |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
This RFC introduces support for card pricing data in the TCGdex API. This is one of the most requested features and aims to provide users with up-to-date card price information from multiple sources.
Supported Providers
The following providers are planned (in this order):
API Changes
The
GET /cards/{id}response will include apricesobject with pricing data from supported providers.two special non provider specific fields :
updated: indicate the last time the data has changed !unit: indicate the price unit of the providerExample Response
the database will also earn a new field on sets & cards which link with external services :
Roadmap
Cardmarket
TCGPlayer
eBay France
Final Notes
Beta Was this translation helpful? Give feedback.
All reactions