Instagram API: Can i check if user is verified?
I would like to know if there is any way to check if the user verification badge with the Instagram API? I have saw that https://api.instagram.com/v1/users/ {user-id} doesn't returns if the user is verified, but if you view the source code of a users page, you can see that it has a boolean that called isVerified key and it's value inside a json struct of the user. Thanks! Ok, this is not a great answer but here is how I accomplished this same task. Once I have a username from the API I do the following regex on the source of their profile page: $response = file_get_contents('https://instagram