WWE API - Wrestling Sports avatar

WWE API - Wrestling Sports

Pricing

from $0.01 / 1,000 results

Go to Apify Store
WWE API - Wrestling Sports

WWE API - Wrestling Sports

Fetch comprehensive WWE wrestling data including superstars roster, championship information, premium live events, match results, and show schedules for Raw, SmackDown, and NXT. Superstars Data, Roster, Profile, Championships, Events Data, Schedule, Raw, SmackDown, NXT

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

a day ago

Last modified

Share

WWE API

Fetch WWE wrestling data including superstars, events, championships, match results, and show schedules for Raw, SmackDown, NXT, and premium live events.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true
}

Run with real data

{
"demoMode": false,
"task": "superstars",
"brand": "all"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
taskstring"superstars"Yes*What type of WWE data to fetch
brandstring"all"NoWWE brand to filter by
superstarIdstring-NoSuperstar ID or name for profile data
championshipIdstring-NoChampionship ID for history data
eventIdstring-NoEvent ID for event card data
yearinteger-NoYear to filter events (e.g., 2024)
demoModebooleantrueNoUse demo data instead of live API calls. Useful for testing without API rate limits.
webhookUrlstring-NoURL to receive results via POST request (Zapier, Make, n8n, or custom endpoint)

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Superstars RosterGet full WWE roster by brand (Raw, SmackDown, NXT) with stats and championships$0.01
Current ChampionsGet all current WWE champions across all brands and divisions$0.01
Premium Live EventsGet list of premium live events (WrestleMania, SummerSlam, etc.) for a year$0.01
Match ResultsGet full match results and outcomes from a specific event$0.01
Show ScheduleGet upcoming Raw, SmackDown, or NXT episode schedule with venues$0.01
Superstar ProfileGet detailed superstar profile (height, weight, hometown, finisher, titles)$0.02
Championship HistoryGet complete title lineage and history for any WWE championship$0.02
Event Match CardGet announced match card for an upcoming premium live event$0.01

Demo mode is free -- no charges for sample data.


Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal