# Twitter Tweet Details Lookup

> Twitter Tweet Details Lookup is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-14).

Fetches full details for a specific tweet by its numeric tweet ID.

## Facts

- Endpoint: POST https://x402.orthogonal.com/fiber/v1/twitter/tweet-details
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twitter-tweet-details-lookup-231cf6f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KSAzMrtsHFtT6dTCS3Hty

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 twitter-tweet-details-lookup-231cf6f3 -d '<json body>'
```

Example prompt: Can you pull up the full details for tweet ID 1847392015834726400 — I want to see the text, author, and any engagement stats?

## When to prefer this

Use this endpoint when you have a specific tweet ID and need its full structured details, including author info, text content, timestamps, and engagement metrics. Prefer this over search-based endpoints when you already know the exact tweet identifier. Useful for fact-checking, archiving, monitoring specific posts, or building downstream analysis on known tweets.

## Known failure modes

- Tweet ID not found or deleted — returns error indicating invalid or non-existent tweet
- Malformed or non-numeric tweet ID — validation error
- Tweet from a private/protected account — access denied or empty response
- Rate limiting or payment failure — 402 payment required or service error

## How this service works

Fetches full details for a specific tweet by ID.

## Output

Returns full tweet details including the tweet's text content, author/user information, posting timestamp, engagement metrics (likes, retweets, replies), and any associated media or metadata for the specified tweet ID.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "tweetId": {
   "type": "string",
   "description": "Numeric tweet ID."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twitter-tweet-details-lookup-231cf6f3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
