Discover/smashbros.com API
live

smashbros.com APIsmashbros.com

Access fighters, stages, items, Pokémon, assist trophies, and Smash Blog articles from smashbros.com via a structured JSON API with 9 endpoints.

Endpoints
9
Updated
3mo ago
Try it

No input parameters required.

api.parse.bot/scraper/30adbd0c-a8fb-4921-abac-043dc79ef84d/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/30adbd0c-a8fb-4921-abac-043dc79ef84d/get_all_fighters' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 9 totalclick to expand

Get a list of all fighters in the game, including base roster and DLC characters. Returns fighter metadata such as name, series, number, and image URLs.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "fighters": "array of fighter objects with id, fighter_number, name, is_dlc, series, url, image_url, icon_url, and is_dash"
  },
  "sample": {
    "data": {
      "fighters": [
        {
          "id": "f001",
          "url": "https://www.smashbros.com/en_US/fighter/01.html",
          "name": "MARIO",
          "is_dlc": false,
          "series": "mario",
          "is_dash": false,
          "icon_url": "https://www.smashbros.com/assets_v2/img/fighter/mario/mark.png",
          "image_url": "https://www.smashbros.com/assets_v2/img/fighter/mario/main.png",
          "fighter_number": "01"
        }
      ]
    },
    "status": "success"
  }
}

About the smashbros.com API

This API exposes 9 endpoints covering the full Super Smash Bros. Ultimate roster, stages, items, Pokémon, assist trophies, and official blog content from smashbros.com. Use get_fighter_by_id to retrieve a specific fighter by number — padded or unpadded — getting back fields like is_dlc, series, youtube_url, and fighter_number. All base-game and DLC content is available, including a dedicated get_dlc_info endpoint that returns both DLC fighters and DLC stages in a single call.

Fighter Data

get_all_fighters returns an array of every fighter with fields including id, fighter_number, name, is_dlc, series, image_url, icon_url, and is_dash. For deeper detail on a single character, get_fighter_by_id accepts a fighter number in either padded ('01') or unpadded ('1') format and adds youtube_url (or null if no reveal video is recorded) and series_icon_url. get_fighters_by_series groups the full roster by series, with each entry exposing series_name and a nested fighters array — useful for filtering characters from a specific franchise.

Stages, Items, and Battle Objects

get_all_stages returns every stage with name, image_url, and is_dlc — the is_dlc flag lets you separate base-game stages from paid content. get_all_items returns items with name, image_url, and a description field that is populated for featured items and null for others. get_all_pokemon and get_all_assist_trophies each return flat arrays with name and image_url; note that image_url may be null for some assist trophy entries.

DLC and Blog Content

get_dlc_info is a convenience endpoint that returns dlc_fighters (with fighter_number, name, and series) and dlc_stages (with name, image_url, and is_dlc) together, so you do not need to filter the full rosters yourself. get_smash_blog_articles returns official Super Smash Blog posts with id, date, title, description (an HTML string), and url — suitable for syndicating patch notes, character announcements, and update history.

Common use cases
  • Build a fighter encyclopedia app displaying roster images, series origins, and DLC status using get_all_fighters response fields.
  • Track the full DLC history of Super Smash Bros. Ultimate by querying get_dlc_info for both fighters and stages in one call.
  • Populate a series-filter UI by grouping characters from get_fighters_by_series by series_name.
  • Embed fighter reveal videos in a media gallery using the youtube_url field from get_fighter_by_id.
  • Display a complete stage select screen with DLC labels using name, image_url, and is_dlc from get_all_stages.
  • Syndicate official patch and character announcement news using get_smash_blog_articles article titles, dates, and HTML descriptions.
  • Build a reference tool for in-game items and summonable characters using get_all_items, get_all_pokemon, and get_all_assist_trophies.
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 smashbros.com have an official developer API?+
Nintendo does not publish a public developer API for smashbros.com. There is no documented REST or GraphQL interface available to third-party developers.
What does `get_fighter_by_id` return that `get_all_fighters` does not?+
get_fighter_by_id includes two additional fields not present in the list endpoint: youtube_url, which links to the fighter's official reveal video on YouTube (or null if unavailable), and series_icon_url, which points to the SVG sprite for the fighter's series. It also returns page_url, the direct URL to the fighter's page on smashbros.com.
Are fighter move sets, frame data, or competitive statistics available?+
Not currently. The API covers roster metadata, series groupings, DLC status, stage listings, items, Pokémon, assist trophies, and blog articles — no move sets, hitbox data, or frame data are exposed. You can fork the API on Parse and revise it to add an endpoint targeting a source that provides that data.
Is there a way to retrieve blog articles for a specific character or filter by date?+
get_smash_blog_articles returns all available articles as a flat array with id, date, title, description, and url. The endpoint does not accept filter parameters. Date or character filtering would need to be applied client-side. You can fork the API on Parse and revise it to add server-side filtering if needed.
Why might `image_url` be null for some assist trophies?+
The image_url field for assist trophy entries reflects what is present on the smashbros.com source page. For some assist trophies the source page does not include an image, so the field is returned as null rather than omitted. Check for null before rendering images in your application.
Page content last updated . Spec covers 9 endpoints from smashbros.com.
Related APIs in EntertainmentSee all →
noor-book.com API
Search and discover books across 1,800+ categories in the Noor Book library, retrieving detailed information about titles, authors, biographies, and book metadata. Access comprehensive author profiles and browse one of the largest Arabic and English digital book collections with over 289,000 authors.
vg.no API
Access VG.no's latest news, articles, sports scores, and TV guides through a single interface where you can browse the front page, search articles by topic, view category-specific content, and find related stories. Get real-time sports scores and television schedules alongside comprehensive news coverage from Norway's leading news outlet.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
novelbin.me API
Search and browse novels by title, genre, or popularity, and explore trending, completed, or recently updated works. Access full novel details, chapter listings, chapter content, author information, related titles, and reader comments. Authenticated users can manage bookmarks with reading-status tracking and subscribe to novels for update notifications.
quizbowlpackets.com API
Search and browse thousands of quizbowl question sets across all competition levels, then access detailed metadata like difficulty, subjects, and download links for each packet. Find the perfect practice materials for High School, Collegiate, Middle School, or Pop Culture quizbowl competitions.
glastonburyfestivals.co.uk API
Discover historical and current Glastonbury Festival line-ups, find artist set times and stage locations, and search for specific performers across all festival years. Stay updated with the latest festival news and explore detailed information about festival areas and stages.
puntoticket.com API
Browse and search events happening in Chile with PuntoTicket, viewing featured shows, filtering by category, and checking detailed pricing and availability for concerts, theater, sports, and more. Find the perfect event by exploring all listings or discovering what's trending right now.
wynncraft.com API
Access detailed Wynncraft game information to look up item metadata and search across the complete item database, retrieve player statistics and character inventories, and browse guild information and global search results. Use this data to compare gear, track player progress, analyze guild rosters, or build tools for the Wynncraft community.