Skip to main content
All platforms

Source reference

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's official Truth API (announced July 2026) is a licensed institutional feed limited to the platform's top trending accounts; 1322 runs its own independent detection layer for any tracked account, 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.

Source
Truth Social
Delivery
REST management and Discord delivery are included in published base plans. WebSocket is a source-specific add-on; Telegram and signed-webhook routes depend on account configuration and enabled features.
Manage
REST, dashboard, or Discord

What 1322 monitors on Truth Social Monitoring API: posts & retruths

  • 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 the event moves

Real-time delivery: REST management and Discord delivery are included in published base plans. WebSocket is a source-specific add-on; Telegram and signed-webhook routes depend on account configuration and enabled features. Base URL https://truth.1322.io. The feed is filtered to the accounts on your tracked list; manage that list through 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"
}
DT
Donald J. Trump
@realDonaldTrump
198ms

A GREAT day for America. Big news coming!

22.7K RT140K Likes

The same normalized event is rendered in the hosted live feed.

Common questions

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?

REST management and Discord delivery are included in published base plans. WebSocket is a source-specific add-on; Telegram and signed-webhook routes depend on account configuration and enabled features.

Backfill?

No, real-time stream only.

Is there an official Truth Social API?

Since July 2026, yes, for institutions: Trump Media's Truth API (announced July 16, 2026) is a licensed data feed covering the platform's top 10 trending accounts for financial-services partners, available from August 1, 2026. There is still no public self-serve developer API for arbitrary accounts. 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.