Get a user's currently active stories by username or profile URL. Returns each story's media URLs, post time and expiry, link stickers, mentions, tagged users, location, and audio.
curl "https://apidirect.io/v1/instagram/user/stories?username=natgeo" \
-H "X-API-Key: YOUR_API_KEY"
{
"stories": [
{
"title": "@natgeo on Instagram",
"url": "https://instagram.com/stories/natgeo/3976510169036109894/",
"date": "2026-09-01 10:02:53",
"date_timestamp": 1788256973,
"expires_at": "2026-09-02 10:02:53",
"expires_at_timestamp": 1788343373,
"author": "natgeo",
"author_id": "787132",
"author_name": "National Geographic",
"author_verified": true,
"source": "Instagram",
"domain": "instagram.com",
"snippet": "",
"is_video": false,
"media_type": "story",
"media_id": "3976510169036109894",
"thumbnail_url": "https://scontent.cdninstagram.com/v/t51.82787-15/story.jpg",
"video_url": "",
"video_duration": null,
"width": 750,
"height": 1334,
"location": null,
"tagged_users": [],
"mentions": [],
"links": [
{
"url": "https://www.nationalgeographic.com/environment/article/super-el-nino-extreme-weather-climate",
"title": "Visit Link"
}
],
"audio": null,
"coauthors": [],
"is_paid_partnership": false
}
],
"username": "natgeo",
"count": 3
}
24 hours from posting. Stories the user saved to their profile are available through the User Highlights endpoint.
The account has no active stories, or it is private. Both return 200 with an empty array.
Yes, after roughly 6-24 hours. Re-request the story when you need fresh links.
You only pay for successful requests. The Instagram User Stories API costs $0.006 per request. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 5 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key