Available on RapidAPI

Workouts that
feel like anime
training arcs

An API that generates periodized workout programs with anime theming. Bench press becomes "Spirit Bomb Press." Goku coaches between sets. Real exercise science, structured JSON out.

Introductory pricing — rates will increase as new themes ship.

55 exercises / 8 anime universes / Structured JSON out
generateProgram
// Generate a themed training program POST /programs/generate { "profile": { "trainingAgeMonths": 24, "bodyweightKg": 85, "sex": "male" }, "goals": { "primary": "strength" }, "schedule": { "daysPerWeek": 4 }, "theme": "dragon_ball_z", "programConfig": { "protagonistArchetype": "berserker", "durationWeeks": 8 } }
★★★★★

"The periodization is over 9000. Finally, a program worthy of a Saiyan."

Vegeta Prince of All Saiyans
★★★★★

"I did 100 squats, 100 push-ups, and 10km every day. This API would have saved me 3 years."

Saitama Hero for Fun
★★★★★

"Go beyond! Plus Ultra! This API understands what real training means."

All Might Symbol of Peace
★★★★

"Accurate RPE scaling. Solid tempo prescriptions. Missing a breathing technique module though."

Tanjiro Demon Slayer Corps

This is what you get back

Real responses from the API. Every exercise gets a themed name, a character assignment, motivational cues, and proper programming: sets, reps, RPE, load, tempo.

Dragon Ball Z Training Program — 8-Week Arc
upper_lower split block periodization berserker archetype
Wk 1-3: Accumulation Wk 4-6: Intensification Wk 7: Deload Wk 8: Realization
Upper — Gravity Chamber Training: Saiyan Saga Arc
1
Spirit Bomb Press
Barbell Bench Press · Compound
Goku
4 sets 5-8 reps RPE 6.5 65 kg 2-0-1-0 tempo
"I am the hope of the universe!" — Goku
2
Final Flash Row
Barbell Row · Compound
Vegeta
4 sets 5-8 reps RPE 6.5 57.5 kg 2-0-1-0 tempo
"Push past your limits!" — Vegeta
3
Galick Gun Curl
Dumbbell Bicep Curl · Isolation
Vegeta
3 sets 8-12 reps RPE 6.5 12.5 kg 2-0-1-0 tempo
4
Final Flash Fly
Cable Fly · Isolation
Vegeta
3 sets 10-15 reps RPE 6.5 10 kg 2-0-1-0 tempo
My Hero Academia Training Program — 4-Week Arc
full_body split linear periodization underdog archetype
Wk 1-3: Accumulation Wk 4: Deload
Full Body — Plus Ultra Training: Entrance Exam Arc
1
Detroit Smash Push-Up
Push-Up · Compound
Izuku Midoriya
3 sets 8-12 reps RPE 6.5 Bodyweight 2-0-1-0 tempo
"Go beyond! Plus Ultra!" — Izuku Midoriya
2
All Might Squat
Bodyweight Squat · Compound
All Might
3 sets 10-15 reps RPE 6.5 Bodyweight 2-0-1-0 tempo
"Now it's your turn." — All Might
3
One For All Pull-Up
Pull-Up · Compound
Izuku Midoriya
3 sets 5-8 reps RPE 7.0 Bodyweight 2-0-1-0 tempo
4
Shoot Style Lunge
Bodyweight Lunge · Compound
Izuku Midoriya
3 sets 8-12 reps RPE 6.5 Bodyweight 2-0-1-0 tempo

Themed and
properly structured

Core

Full periodized programs, 4 to 52 weeks

Accumulation, intensification, deload, realization. Phased progression with RPE ramping, load calculation, tempo prescriptions. Not a random list of exercises.

POST /programs/generate

Adaptive coaching

Submit completed weeks, get back progression trends and 1RM estimates. Regenerate remaining weeks with one call.

Smart substitutions

Every exercise has alternatives mapped by movement pattern and equipment. No barbell? Bad shoulder? Swap instantly.

Single sessions

Generate one workout targeting specific muscles without a full program. Perfect for daily workout apps.

API key to workout in 3 steps

1

Get your API key

Subscribe on RapidAPI. Takes 30 seconds, no custom auth to configure.

2

Send a POST request

Pass a user profile, pick a theme and archetype. Any language, any framework.

3

Get a full program back

Structured JSON with periodized weeks, themed exercises, coaching cues, and progression.

You build the app.
We handle the exercise science.

Fitness app developers

Ship workout features without hiring an exercise scientist. Get periodized programs from an API call instead of building a content pipeline.

AI agent builders

Give your agent a fitness tool that returns structured data. Natural language in, themed program out. Works as a function call.

Indie hackers & startups

Prototype a fitness product in a weekend. 55 exercises, 8 themes, and real programming logic for less than a dollar a month.

One request.
Full program back.

Send a POST with a profile and get a structured, themed program in under a second. Any language, any framework. Works with AI agents too.

"Give me a 4-week Demon Slayer program for strength"
"I hurt my shoulder — regenerate my remaining weeks"
Open API Playground
curl
# Generate a Demon Slayer strength program curl anime-workout-api.p.rapidapi.com/programs/generate \ -H "X-RapidAPI-Key: YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{ "profile": { "trainingAgeMonths": 12, "bodyweightKg": 75 }, "schedule": { "daysPerWeek": 3 }, "goals": { "primary": "strength" }, "theme": "demon_slayer", "programConfig": { "protagonistArchetype": "tactician", "durationWeeks": 4 } }'

What $0.99/mo replaces

55
exercises with equipment requirements, contraindications, and substitution maps
12
muscle groups with volume constraints and distribution logic
8
complete theme systems with character dialogue, exercise renaming, and narrative arcs
4
periodization phases — accumulation, intensification, deload, realization — with RPE ramping
18
validated invariants checked against every generated program

Months of exercise science and engineering.

Or $0.99/mo on RapidAPI.

Launch pricing. It won't stay this low.

Everything included.
Seriously.

Every plan gets every endpoint, all 8 themes, all 4 archetypes. No feature gates.

Pro
$4.99
per month
  • Everything in Basic
  • 10,000 requests/month
  • Priority support
  • Programs up to 52 weeks
Get Started
Ultra
$9.99
per month
  • Everything in Pro
  • 100,000 requests/month
  • Direct support
  • Early access to new themes
Get Started

Cancel anytime. No contracts. Managed through RapidAPI.

Common questions

What's the response time?

Under a second for full program generation. Single session endpoints are faster.

Is there a free tier?

Not currently. The Basic plan at $0.99/mo gives you 1,000 requests with full access to every feature. You can test endpoints in the RapidAPI playground before subscribing.

Will the price go up?

Yes. Current pricing is introductory. As new themes and features ship, prices will increase. We plan to keep existing subscribers at their current rate.

Can I request new anime themes?

Yes. More themes are in the works. Ultra subscribers get early access. Reach out with requests and they'll get bumped up.

What format does the API return?

Structured JSON with typed fields. Every response includes program metadata, session structure, exercise details with sets/reps/RPE/load/tempo, themed names, and character coaching cues.

Do I need to handle authentication myself?

No. RapidAPI handles API keys and billing. You just include your RapidAPI key in the header and make requests.

Can AI agents use this API?

Yes. The structured JSON output works as tool call responses for AI agents. Pass natural language requests through your agent, map to API parameters, return the program.

Launch pricing

$0.99/mo

Months of exercise science
and engineering. One API call.

55 exercises, 8 anime universes, periodized programming, adaptive coaching. Launch pricing won't last. Get your API key in 30 seconds on RapidAPI.