# GGWP API Hub – ExerciseDB Endpoint

> GGWP API Hub – ExerciseDB Endpoint is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.174853/call, status unknown (last checked 2026-09-15).

Retrieves exercise data (exercises, muscles, equipment, body parts) from the ExerciseDB dataset via a pay-per-call API hub.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/exercisedb
- Price: $0.174853/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-exercisedb-endpoint-6e4f48d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aGcjQRIyV9UYjNpAof-gQ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability ggwp-api-hub-exercisedb-endpoint-6e4f48d2 -d '<json body>'
```

Example prompt: Can you pull up a list of exercises that target the biceps using dumbbells from the exercise database?

## When to prefer this

Choose this endpoint when you need structured fitness and exercise data — including muscle targets, equipment, and body part classifications — and are already using the GGWP API Hub's x402 pay-per-call model on Base chain. It is well-suited for agents building workout planners, fitness apps, or exercise recommendation features without needing a direct RapidAPI subscription.

## Known failure modes

- Missing or invalid query parameters may return an empty result set
- Upstream ExerciseDB API unavailability causes failure
- Payment not processed via x402 protocol results in 402 response and no data
- Malformed POST body returns generic error
- Rate limiting or quota exhaustion on the underlying provider

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a structured object containing exercise data such as exercise names, targeted muscles, secondary muscles, equipment required, body part categories, and GIF/image references, depending on the query parameters supplied.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ggwp-api-hub-exercisedb-endpoint-6e4f48d2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
