You must have Javascript enabled to view this content.
Fetching new items...
Hi, Guest! (PSN|XBL|NSW)

MLB 22 API Documentation

Listing API

GET /apis/listing.json

  • Returns a listing.

Parameters:

  • Name: uuid

    Value: string

Examples:

Sample Request:

GET /apis/listing.json?uuid=bb00d1c8cf377a49b8e5bac839ced4e9

Sample Response:

{
  "listing_name": "A.J. Cole",
  "best_sell_price": "-",
  "best_buy_price": "-",
  "item": {
    "uuid": "bb00d1c8cf377a49b8e5bac839ced4e9",
    "img": "url",
    "name": "A.J. Cole",
    "rarity": "Bronze",
    "team": "Blue Jays",
    "ovr": 67
    ...
  },
  "price_history": [
    ...
  ],
  "completed_orders": [
    ...
  ]
}