Skip to content

great-illuminary/tcg-data-pricing

Repository files navigation

TCGPlayer Pricing information

CI License Last Release

Discord

badge badge badge badge badge badge badge badge

Holding lorcana data only

Integration

implementation("eu.codlab:lorcana-data:$version")

This will work on the following platforms :

  • Mobile (Android/iOS)
  • Web (js)
  • Native (MacOS/Linux/Windows)
  • JVM (MacOS/Linux/Windows)

Usage

RequestLoader gives all the various method to access the information:

  • RequestLoader.categories()
  • RequestLoader.groups(categoryId)
  • RequestLoader.products(categoryId, groupId)
  • RequestLoader.prices(categoryId, groupId)

Structure

Categories

  • categoryId: Int
  • name: String
  • modifiedOn: String
  • displayName: String
  • seoCategoryName: String
  • categoryDescription: String
  • categoryPageTitle: String
  • sealedLabel: String
  • nonSealedLabel: String
  • conditionGuideUrl: String
  • isScannable: Boolean
  • popularity: Long
  • isDirect: Boolean

Group

  • groupId: Int
  • name: String
  • abbreviation: String
  • isSupplemental: Boolean
  • publishedOn: String
  • modifiedOn: String
  • categoryId: Int

Product

  • productId: Int
  • categoryId: Int
  • groupId: Int
  • number: Int

Price

  • productId: Int
  • lowPrice: Double
  • midPrice: Double
  • highPrice: Double
  • marketPrice: Double
  • directLowPrice: Double?
  • subTypeName: String

About

Some Data from https://tcgcsv.com

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors