Skip to main content
← All platforms

Truth Social Monitoring API: posts & retruths

The 1322 Truth Social API is a real-time monitoring service that streams new truths (posts), retruths, quote chains and profile activity for the Truth Social accounts on your tracked list, delivered over WebSocket as structured JSON. Truth Social has no official public streaming API, 1322 runs its own detection layer, so no Truth Social credentials are required. Posts from high-impact political accounts arrive typically within a few hundred milliseconds of publication, which is why prediction-market and news-trading bots use this feed for first-touch signals.

What 1322 monitors

  • New truths (posts)
  • Retruths and quote chains (outer actor, the retruthed/quoted author, and nested quotes)
  • Profile updates and follow / unfollow events
  • Deletions and pin / unpin changes

How it works

Real-time delivery: WebSocket stream, REST API, Discord bot embeds, Telegram bot/cards, and signed customer webhooks. Base URL https://truth.1322.io. Filtered to the accounts on your tracked list; manage that list via REST, Discord, or the dashboard.

Example truth event (trimmed)

{
  "platform": "truth",
  "eventType": "post",
  "handle": "example",
  "content": "…",
  "isRepost": false,
  "quotedPost": { "handle": "other", "text": "…" },
  "timestamp": "2026-06-07T12:00:00Z"
}

Rendered in your feed

DT
Donald J. Trump
@realDonaldTrump
198ms

A GREAT day for America. Big news coming!

22.7K RT140K Likes

FAQ

What does it track?

New truths, retruths, quote chains, profile/follow changes, deletions and pins for tracked accounts.

Do I get the quoted/retruthed post?

Yes, the referenced author and nested quote chain are included.

How fast?

Real-time WebSocket delivery.

How do I pick accounts?

Manage the tracked list via REST API, Discord bot, or dashboard.

Authentication?

API key per request / WebSocket connection.

Delivery options?

WebSocket stream, REST API, Discord bot embeds, Telegram bot/cards, and signed customer webhooks.

Backfill?

No, real-time stream only.

Is there an official Truth Social API?

Truth Social exposes no official public streaming API for third parties. 1322's monitoring layer is independent, you authenticate with a 1322 API key, not Truth Social credentials.

Can I use this for prediction markets (Polymarket, Kalshi)?

Yes, Truth Social posts from political figures are among the most market-moving signals for prediction markets. Pair this feed with 1322's News monitoring for corroboration in the same WebSocket stream.

Guides & comparisons

Other platforms