JSON API

This mod includes a public read-only JSON API endpoint that developers and server admins can use to extract information about their auctions. Please refer to the URLs below for each endpoint and its respective parameters. Each endpoint request is cached for one (1) hour to keep our servers happy and to save bandwidth.

Active Public Auctions

This endpoint will retrieve a JSON-formatted list of all active public market auctions.

https://linode.ghazlawl.com/ark/mods/auctionhouse/api/json/v1/auctions/

Active Private Market Auctions

This endpoint will retrieve a JSON-formatted list of all active auctions that belong to the specified Market ID. If you have a private market with multiple servers connected by a Market ID then all auctions from all connected servers will be included in this list.

https://linode.ghazlawl.com/ark/mods/auctionhouse/api/json/v1/auctions/?MarketID=[YOUR-MARKET-ID-HERE]

Active Player Auctions

This endpoint will retrieve a JSON-formatted list of all active auctions created by the specified player using their Steam ID. This list isn’t restricted to a single server or market.

https://linode.ghazlawl.com/ark/mods/auctionhouse/api/json/v1/auctions/?PlayerSteamID=[PLAYER-STEAM-ID-HERE]