https://drain.lat/api/v1/instagram
GET /profile/:username
GET /profile/:username
Fetch a public Instagram profile.
The Instagram username to look up.
Instagram user ID.
Instagram username.
Display name.
Profile bio.
Avatar image URL.
Website link in bio.
Whether the account is verified.
Alias for isVerified (may appear in some responses).
Whether the account is private.
Whether the account is a business account.
Business category if applicable.
Follower count.
Following count.
Total post count.
Total reels count.
Link to the Instagram profile.
Response
GET /profile/:username/posts
GET /profile/:username/posts
Get the last 12 posts from a public Instagram profile.
The Instagram username.
Instagram username.
Total posts on the account.
Whether the account is private.
Response
Private accounts return an empty
posts array with "isPrivate": true.