# GGWP API Hub - YouTube Endpoint yt-138

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

Fetches YouTube-related data (e.g. video metadata, search results, or channel info) via a pay-per-call API on Base chain using the x402 protocol

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/yt-138
- Price: $0.152203/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-youtube-endpoint-yt-138-b947eaba
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ksc6R-wbcGzauoonxEeoo

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-youtube-endpoint-yt-138-b947eaba -d '<json body>'
```

Example prompt: Can you look up the details for this YouTube video — title, description, view count, and channel info?

## When to prefer this

Choose this endpoint when you need programmatic access to YouTube data (video metadata, channel stats, search results) and are operating within a pay-per-call x402 micropayment workflow on Base chain. Suitable for agents that need lightweight, on-demand YouTube lookups without managing OAuth or YouTube API quota directly.

## Known failure modes

- Invalid or missing YouTube ID returns an error in result object
- Payment failure on Base chain causes 402 response before data is returned
- Rate limiting or quota exhaustion on the underlying YouTube data source
- Malformed request body causes a 400-level error
- Unavailable or deleted YouTube resource returns empty or null data

## 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 result object containing YouTube data such as video metadata, channel information, or search results depending on the query parameters passed. The exact structure follows the generic API response envelope with a nested result.data field.

## 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-youtube-endpoint-yt-138-b947eaba/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)
