WWE API - Wrestling Sports
Pricing
from $0.01 / 1,000 results
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
Actor stats
0
Bookmarked
4
Total users
0
Monthly active users
a day ago
Last modified
Categories
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
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
task | string | "superstars" | Yes* | What type of WWE data to fetch |
brand | string | "all" | No | WWE brand to filter by |
superstarId | string | - | No | Superstar ID or name for profile data |
championshipId | string | - | No | Championship ID for history data |
eventId | string | - | No | Event ID for event card data |
year | integer | - | No | Year to filter events (e.g., 2024) |
demoMode | boolean | true | No | Use demo data instead of live API calls. Useful for testing without API rate limits. |
webhookUrl | string | - | No | URL to receive results via POST request (Zapier, Make, n8n, or custom endpoint) |
Pricing
This actor uses pay-per-event billing:
| Event | Description | Price |
|---|---|---|
| Superstars Roster | Get full WWE roster by brand (Raw, SmackDown, NXT) with stats and championships | $0.01 |
| Current Champions | Get all current WWE champions across all brands and divisions | $0.01 |
| Premium Live Events | Get list of premium live events (WrestleMania, SummerSlam, etc.) for a year | $0.01 |
| Match Results | Get full match results and outcomes from a specific event | $0.01 |
| Show Schedule | Get upcoming Raw, SmackDown, or NXT episode schedule with venues | $0.01 |
| Superstar Profile | Get detailed superstar profile (height, weight, hometown, finisher, titles) | $0.02 |
| Championship History | Get complete title lineage and history for any WWE championship | $0.02 |
| Event Match Card | Get 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