# VIBE API - Twitter User Profile: shafu0x

> VIBE API - Twitter User Profile: shafu0x is a paid API for AI agents from api.vibe.airforce, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-16).

Fetches Twitter/X profile data for the user @shafu0x via the VIBE x402 paywall endpoint

## Facts

- Endpoint: GET https://api.vibe.airforce/api/x402/vibe-tools/twitter/user/shafu0x
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vibe-api-twitter-user-profile-shafu0x-99f2b3d1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WGKgZcvecWFETnqQIU1-s

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 vibe-api-twitter-user-profile-shafu0x-99f2b3d1
```

Example prompt: Can you pull up the Twitter profile details for @shafu0x — I want to see their bio, follower count, and account info?

## When to prefer this

Use this endpoint when you specifically need profile metadata for the @shafu0x Twitter account and are operating in an x402 micropayment-enabled environment. It is a hardcoded single-user lookup, so prefer it only when shafu0x is the target user; use sibling endpoints for other Twitter users.

## Known failure modes

- Twitter API rate limit exceeded — returns error response
- User account suspended or deleted — returns 404 or empty data
- Payment failure via x402 — endpoint returns 402 Payment Required
- Network timeout on upstream Twitter API call
- Invalid or missing payment header — request rejected

## How this service works

Get a Twitter/X user profile by username. Returns name, bio, follower/following counts, and verification status.

## Output

Returns profile data for the Twitter/X user @shafu0x, including bio, follower/following counts, tweet count, account creation date, and other public profile metadata as a JSON object.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "data": {
     "type": "object",
     "properties": {
      "id": {
       "type": "string",
       "description": "Twitter user unique identifier"
      },
      "name": {
       "type": "string",
       "description": "Display name"
      },
      "tx_hash": {
       "type": "string",
       "description": "EIP-3009 payment transaction hash on Base"
      },
      "username": {
       "type": "string",
       "description": "Twitter handle (without @)"
      },
      "verified": {
       "type": "boolean",
       "description": "Whether the account is verified"
      },
      "amount_paid": {
       "type": "number",
       "description": "Amount paid for this request in USDC"
      },
      "description": {
       "type": "string",
       "description": "User bio"
      },
      "public_metrics": {
       "type": "object",
       "description": "Followers count, following count, tweet count, listed count"
      },
      "profile_image_url": {
       "type": "string",
       "format": "uri",
       "description": "Profile picture URL"
      }
     },
     "description": "Twitter/X user profile by username (without @)"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vibe-api-twitter-user-profile-shafu0x-99f2b3d1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.vibe.airforce](https://www.zero.xyz/host/api.vibe.airforce/llms.txt)
