GET /v2/user/storiesUser stories
Fetch current stories for a user id.
Instagram API
Monitor public stories and highlights without premium pricing. Our Instagram Stories API fetches stories by user id or URL and supports highlight trays — affordable for frequent polling jobs.
Try on RapidAPIStories disappear quickly, so polling schedules matter for monitoring use cases. Resolve the profile first, then call /v2/user/stories on a cadence that fits your RapidAPI plan.
For Instagram /s/ share links, call the share-by-url helper before story-by-url so the underlying object can be resolved correctly.
GET /v2/user/storiesFetch current stories for a user id.
GET /v2/story/by/urlResolve a story from its URL.
GET /v2/user/highlightsList highlight covers for a user.
Stories expire. If the user has no active public stories, the Instagram Stories API returns an empty or unavailable payload.
Highlights are persisted collections; stories are ephemeral. Use highlight endpoints for historical trays.