Get a single Threads post.
Endpoint
/v1/threads/posts
Query
Link to the Threads post.
When true, returns a smaller response with fewer fields.
const response = await fetch( "https://api.socialfetch.dev/v1/threads/posts?url=https://www.threads.net/@zuck/post/DK-BydcJHkF", { headers: { "x-api-key": "YOUR_API_KEY" } } ); const data = await response.json(); console.log(data);