# GGWP Twitter API (v1/v2)

> GGWP Twitter API (v1/v2) is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.141519/call, status unknown (last checked 2026-09-14).

Fetches Twitter/X data using both v1 and v2 API endpoints, returning social media information such as user profiles, tweets, timelines, and engagement metrics.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/twitter-v1-v2
- Price: $0.141519/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-twitter-api-v1-v2-9896ce76
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_H-9mpulEmBPcPqGNZWMHB

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-twitter-api-v1-v2-9896ce76 -d '<json body>'
```

Example prompt: Can you pull the latest tweets and follower count from Elon Musk's Twitter profile using the GGWP Twitter API?

## When to prefer this

Choose this endpoint when you need programmatic access to Twitter/X data — profiles, tweets, timelines, or search results — without managing Twitter API credentials yourself, and want pay-per-call pricing via the x402 protocol on Base chain rather than a monthly subscription.

## Known failure modes

- Invalid or suspended Twitter username returns empty or error result
- Rate limiting on the underlying Twitter API causes failed or delayed responses
- Tweet or user not found returns null or empty data object
- Malformed input query results in generic error response
- Twitter API changes or outages propagate as failed calls

## 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 Twitter user profile data, tweet content, engagement metrics (likes, retweets, replies), follower/following counts, and timeline posts depending on the query type, drawn from both Twitter v1 and v2 API layers.

## 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-twitter-api-v1-v2-9896ce76/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)
