Fetch public tweet embed information.
Get embed information for a public tweet.
/v1/social-media:twitter-syndication/tweet/:tweetId5m cache1 paramchecking key…// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";
const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });
const data = await client.run("social-media:twitter-syndication", "tweet", {
"tweetId": "1626383461892841472"
});
console.log(data);/v1/social-media:twitter-syndication/tweet/:tweetIdGet embed information for a public tweet.
tweetIdstringrequiredin pathcurl -X GET "https://api.zpi.web.id/v1/social-media:twitter-syndication/tweet/1626383461892841472" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"null/v1/social-media:twitter-syndication/profile/:usernameProfil X beserta tweet terbarunya, tanpa login.
usernamestringrequiredin pathcurl -X GET "https://api.zpi.web.id/v1/social-media:twitter-syndication/profile/nasa" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"ok": true,
"user": {
"id": "11348282",
"url": "https://twitter.com/NASA",
"name": "NASA",
"avatar": "https://pbs.twimg.com/profile_images/1321163587679784960/0ZxKlEKB_normal.jpg",
"banner": "https://pbs.twimg.com/profile_banners/11348282/1775567134",
"username": "NASA",
"verified": true,
"createdAt": "Wed Dec 19 20:20:32 +0000 2007",
"protected": false,
"mediaCount": 28063,
"description": "Making the seemingly impossible, possible. ✨",
"listedCount": 96996,
"statusesCount": 74299,
"followersCount": 92246891,
"followingCount": 119,
"favouritesCount": 16904
},
"count": 20,
"tweets": [
{
"id": "2085320225776427457",
"url": "https://twitter.com/NASA/status/2085320225776427457",
"lang": "en",
"text": "LIVE: Time for a spacewalk! Watch as @Astro_Jessica and @Astro_Anil step outside the @Space_Station to prepare the orbiting lab for a new solar array. The spacewalk will begin arou…",
"isReply": false,
"createdAt": "Thu Aug 06 11:00:59 +0000 2026",
"isRetweet": false,
"retweetOf": {},
"quoteCount": 8,
"replyCount": 64,
"retweetCount": 85,
"favoriteCount": 360,
"conversationId": "2085320225776427457",
"possiblySensitive": false
},
{
"id": "2085116299223425392",
"url": "https://twitter.com/NASA/status/2085116299223425392",
"lang": "en",
"text": "On Aug. 12, you have the chance to experience a total solar eclipse from anywhere in the world.\n\nStarting at 1:15pm ET (1715 UTC), we'll stream live as the Moon passes in front of …",
"media": [
{
"url": "https://pbs.twimg.com/media/HO_SOR-WYAAVT4J.jpg",
"type": "video",
"video": "https://video.twimg.com/amplify_video/2085116218021736448/vid/avc1/1280x720/Eh8miiwmo8s_CHWk.mp4?tag=14"
}
],
"isReply": false,
"createdAt": "Wed Aug 05 21:30:39 +0000 2026",
"isRetweet": false,
"retweetOf": {},
"quoteCount": 126,
"replyCount": 205,
"retweetCount": 1885,
"favoriteCount": 7175,
"conversationId": "2085116299223425392",
"possiblySensitive": false
},
{
"id": "2085101081260904717",
"url": "https://twitter.com/NASA/status/2085101081260904717",
"lang": "en",
"text": "In the early hours of Wednesday, Aug. 5, a portion of a @SpaceX rocket impacted on the Moon's surface. In this video, we answer some of your questions. https://t.co/BhWcGfRYMO",
"media": [
{
"url": "https://pbs.twimg.com/media/HO_EYeIWMAAl-yw.png",
"type": "video",
"video": "https://video.twimg.com/amplify_video/2085101033903071233/vid/avc1/1280x720/NbDpoBdvreV6p1qW.mp4?tag=14"
}
],
"isReply": false,
"createdAt": "Wed Aug 05 20:30:11 +0000 2026",
"isRetweet": false,
"retweetOf": {},
"quoteCount": 50,
"replyCount": 197,
"retweetCount": 416,
"favoriteCount": 2194,
"conversationId": "2085101081260904717",
"possiblySensitive": false
}
]
}