Get a Truth Social post by URL.
Endpoint
/v1/truthsocial/posts
Query
Link to the Truth Social post.
const response = await fetch( "https://api.socialfetch.dev/v1/truthsocial/posts?url=https://truthsocial.com/@justthenews/116972401572691045", { headers: { "x-api-key": "YOUR_API_KEY" } } ); const data = await response.json(); console.log(data);