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

MLB 25 API Documentation

Inventory API

User must be logged in to make this API call.

GET /apis/inventory.json?type=TYPE

  • Returns user inventory.
Required Parameters:
  • Type - mlb_card | stadium | equipment | sponsorship | unlockable

Examples:

Sample Request:

GET /apis/inventory.json?type=unlockable

Sample Response:


      {
        "page": 1,
        "per_page": 25,
        "total_pages": 10,
        "inventory": [
          {
            "uuid": "1a2ed8bfaf4c1882f11c43b0b19e551d",
            "type": "unlockable",
            "name": "20th Anniversary",
            "rarity": "Diamond",
            "is_sellable": false,
            "category_id": 10004,
            "sub_category_id": 10008,
            "quantity": "0"
          }
        ]
      }