# VIBE Twitter User Profile Lookup – lanaAI_bot

> VIBE Twitter User Profile Lookup – lanaAI_bot 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-14).

Fetches the Twitter/X profile data for the specific user account lanaAI_bot via the VIBE API.

## Facts

- Endpoint: GET https://api.vibe.airforce/api/x402/vibe-tools/twitter/user/lanaAI_bot
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-vibe-airforce-40d5b2c1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AMPAT4SV0d656zvhwXuul

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 api-vibe-airforce-40d5b2c1
```

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

## When to prefer this

Use this endpoint when you specifically need profile data for the lanaAI_bot Twitter account and are working within the VIBE API ecosystem with x402 micropayment support. Prefer this over generic Twitter search endpoints when the exact username is already known.

## Known failure modes

- Account not found or suspended – empty or error data object returned
- Twitter/X API rate limiting – request fails with upstream error
- Payment not processed – x402 payment required error
- Endpoint unavailable – network or server error from api.vibe.airforce

## How this service works

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

## Output

Returns a data object containing the Twitter/X profile for the lanaAI_bot account, likely including username, display name, bio, follower/following counts, tweet count, profile image URL, account creation date, and related metadata.

## Example request

```json
{
 "input": {
  "body": {}
 }
}
```

## 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/api-vibe-airforce-40d5b2c1/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)
