Skip to main content

Instagram

Base URL: https://drain.lat/api/v1/instagram
Instagram aggressively rate limits requests. These endpoints may occasionally return a rate limit error. Results are cached for 10 minutes.
Fetch a public Instagram profile.
string
required
The Instagram username to look up.
string
Instagram user ID.
string
Instagram username.
string
Display name.
string
Profile bio.
string
Avatar image URL.
string
Website link in bio.
boolean
Whether the account is verified.
boolean
Alias for isVerified (may appear in some responses).
boolean
Whether the account is private.
boolean
Whether the account is a business account.
string
Business category if applicable.
number
Follower count.
number
Following count.
number
Total post count.
number
Total reels count.
string
Link to the Instagram profile.
Response
Get the last 12 posts from a public Instagram profile.
string
required
The Instagram username.
string
Instagram username.
array
number
Total posts on the account.
boolean
Whether the account is private.
Response
Private accounts return an empty posts array with "isPrivate": true.