Answer the question
In order to leave comments, you need to log in
How to find out a nickname on Instagram by ID?
You need to find out the nickname by id. I have already rummaged through the sea of sites, the maximum that I have found is "find out ID by nickname".
How can I find out the nickname of the account to which the ID belongs? Is it possible to somehow access the account page using the ID?
That is, for example, everything is simple with a nickname: instagram / nickname, but with an ID it doesn’t work that way.
Answer the question
In order to leave comments, you need to log in
More or less like this:
curl -A "<USER_AGENT>" https://i.instagram.com/api/v1/users/<USER_ID>/info/
{
"user": {
"username": "<OWNER_USERNAME>",
"pk": <OWNER_PK>,
"profile_pic_url": "<OWNER_PIC_URL>"
},
"status": "ok"
}
{ "message": "useragent mismatch", "status": "fail" }
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question