instagram.com

Description of Instagram RESTful API. Current limitations: * Instagram service does not support cross origin headers for security reasons, therefore it is not possible to use Swagger UI and make API calls directly from bro

🔑 apikey 27 endpoints socialmedia
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (5 total)

npm install instagram-private-api
npm install instagram-javascript-sdk
composer require instagram-graph-api-php-sdk
# See https://github.com/crino/instagram-ios-sdk
# See https://github.com/shyambhat/InstagramKit
curl examples
Search for tags by name.
curl \
  # append ?access_token=$API_KEY to the URL \
  /tags/search
Search for media in a given area.
curl \
  # append ?access_token=$API_KEY to the URL \
  /media/search
Search for a user by name.
curl \
  # append ?access_token=$API_KEY to the URL \
  /users/search
Endpoints (27 total)
GET
/tags/search
Search for tags by name.
GET
/media/search
Search for media in a given area.
GET
/users/search
Search for a user by name.
GET
/media/popular
Get a list of currently popular media.
GET
/tags/{tag-name}
Get information about a tag object.
GET
/users/self/feed
See the authenticated user's feed.
GET
/users/{user-id}
Get basic information about a user.
GET
/locations/search
Search for a location by geographic coordinate.
GET
/media/{media-id}
Get information about a media object.
GET
/media/{media-id}/likes
Get a list of users who have liked this media.
GET
/users/self/media/liked
See the list of media liked by the authenticated user.
GET
/locations/{location-id}
Get information about a location.
At a glance
Total SDKs5
Languages4
Endpoints27
Authapikey
Categories2