Chud Social API

A public API and embed proxy for Truth Social. Fetch profiles and posts as JSON, or share post links with full OpenGraph metadata for rich previews in Discord, Slack, and similar platforms.

Try the endpoints

Fetch live data and inspect the full JSON response.

GET /api/v1/{handle}
Enter a handle above.
GET /api/v1/{handle}/posts/{id}
Enter a handle and post ID above.
OpenGraph preview pages

Preview how a post link will appear when shared in Discord, Slack, or similar platforms.

GET /{handle}/posts/{id}
Enter a handle and post ID to preview.
Endpoints
GET /api/v1/{handle} Profile JSON
GET /api/v1/{handle}/posts/{id} Post JSON
Interactive docs (Swagger)