dilame / instagram-private-api

NodeJS Instagram private API SDK. Written in TypeScript.
MIT License
5.99k stars 1.14k forks source link

How to get login history? #1355

Open holden321 opened 3 years ago

holden321 commented 3 years ago

There is a web page with login history: https://www.instagram.com/session/login_activity/ But is it possible to get it by API? I can't find the end-point. This won't work: /api/v1/session/login_activity/ or there should be some special params in request.

Nerixyz commented 3 years ago

Is there any module/page in the app that displays this information?

holden321 commented 3 years ago

You can find it by menu in the app: Settings / Security / Login Activity

ben221199 commented 3 years ago

You could use https://www.instagram.com/session/login_activity/?__a=1, but I think you prefer a endpoint on https://i.instagram.com/api/v1/{...} more.