Discover/packdraw.com API
live

packdraw.com APIpackdraw.com

Access packs, battles, deals, live opens, and top opens leaderboard data from packdraw.com via 6 structured endpoints.

Endpoints
0
Updated
3mo ago
This API has no published endpoints yet. Check back soon.
Use it in your codegrab a free API key at signup
// select an endpoint above
All endpoints · 0 totalclick to expand

About the packdraw.com API

The Packdraw API exposes 6 endpoints covering packs, battles, deals, and live activity on packdraw.com. The get_packs endpoint returns available packs with filtering and pagination support, while get_battle_details delivers full metadata for a specific battle by ID. Additional endpoints surface homepage featured content, the deals product catalog, a top opens leaderboard, and a real-time live opens feed.

Packs and Battles

The get_packs endpoint retrieves the full catalog of available packs on Packdraw, supporting filtering, sorting, and pagination so you can segment by pack type or price range. For battle-specific data, get_battle_details accepts a battle ID and returns the complete detail record for that battle, including participant and outcome information associated with that event.

Deals and Homepage Content

list_deals_products returns the product listings currently featured in the Packdraw deals section, useful for tracking discounted or promoted items. The get_homepage endpoint fetches the site's homepage content, including featured packs and active battles surfaced at the top of the page — giving a snapshot of what Packdraw is currently promoting.

Live Activity and Leaderboards

Two endpoints capture real-time user activity: get_live_opens returns the live opens feed showing recent pack openings as they occur, while get_top_opens fetches the top opens leaderboard, ranking users or items by recent open volume. These endpoints are particularly useful for monitoring activity trends or building dashboards that reflect current site engagement.

Common use cases
  • Monitor Packdraw pack catalog changes and new pack releases using get_packs with pagination.
  • Track battle outcomes and participant data for specific events via get_battle_details.
  • Aggregate deals and discounted products from list_deals_products into a price comparison tool.
  • Build a dashboard showing featured packs and active battles pulled from get_homepage.
  • Display a real-time feed of pack openings by consuming the get_live_opens endpoint.
  • Analyze top-performing opens and user activity trends from the get_top_opens leaderboard.
  • Detect homepage promotion changes by polling get_homepage at regular intervals.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Packdraw have an official public developer API?+
Packdraw does not publish an official public developer API or API documentation for third-party access. This Parse API provides structured access to the data available on the site.
What does `get_battle_details` return versus `get_packs`?+
get_packs returns a paginated, filterable list of available packs across the catalog. get_battle_details is scoped to a single battle identified by ID and returns full details specific to that battle event, including participant and result data, rather than pack-level information.
Does the API expose individual user account history or wallet balances?+
No user account data, wallet balances, or private transaction history is exposed. The API covers public catalog data (packs, deals), battle records, homepage content, and the public leaderboard and live feed endpoints. You can fork this API on Parse and revise it to add any public-facing user profile pages if they become accessible.
How current is the live opens feed from `get_live_opens`?+
The get_live_opens endpoint reflects the live opens feed as it appears on the Packdraw site at the time of the request. Freshness is tied to when you call the endpoint — there is no push or webhook mechanism, so polling frequency determines how up-to-date your data is.
Does the API cover historical pack opening statistics or past leaderboard snapshots?+
Not currently. The API provides the current top opens leaderboard via get_top_opens and the current live feed via get_live_opens, but does not return historical time-series data or archived leaderboard states. You can fork this API on Parse and revise it to store and expose historical snapshots if that endpoint pattern becomes available.
Page content last updated . Spec covers 0 endpoints from packdraw.com.
Related APIs in MarketplaceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
Packdraw API – Packs, Battles & Deals Data · Parse