scrappy / truthsocial / post
Truth Social Data API
Accounts and posts from Truth Social over plain HTTP.
post
GET/scrappy/truthsocial/v1/post1 credit / call
A single post by id.
Parameters
- id
- required · numeric id
Request
curl "https://sfaie.com/api/scrappy/truthsocial/v1/post?id=113920476105832449" \
-H "Authorization: Bearer $SFAIE_API_KEY"Response
{
"data": {
"id": "113920476105832449",
"created_at": "2026-05-14T16:20:11.000Z",
"url": "https://truthsocial.com/@citytrailsf/113920476105832449",
"text": "New loop added to the Presidio route map. Full details on the site.",
"content": "<p>New loop added to the Presidio route map. Full details on the site.</p>",
"account": {
"id": "109348271094835712",
"username": "citytrailsf",
"acct": "citytrailsf",
"display_name": "City Trails SF",
"note": "Walking routes and small parks in San Francisco.",
"followers_count": 1824,
"following_count": 86,
"statuses_count": 412,
"verified": false,
"avatar": "https://cdn.sfaie.com/samples/citytrailsf.jpg",
"created_at": "2023-02-11T18:40:19.000Z",
"url": "https://truthsocial.com/@citytrailsf"
},
"in_reply_to_id": null,
"reblog": null,
"quote": null,
"media_attachments": [],
"mentions": [],
"tags": [
"sanfrancisco"
],
"replies_count": 3,
"reblogs_count": 11,
"favourites_count": 57
}
}Try it
numeric id
Sign in to try this endpoint.
Calls are real. Accepted calls cost 1 credit.