Instagram "Sandbox Mode" API tester
Scope:
basic
public_content
follower_list
likes
comments
relationships
Instagram Logout
Select API or enter below
--Media
/media/{media-id}
/media/shortcode/{short-code}
/media/search
--Users
/users/self
/users/{user_id}
/users/self/media/recent
/users/{user_id}/media/recent
/users/self/media/liked
/users/search
--Tags
/tags/{tag-name}
/tags/{tag-name}/media/recent
/tags/search
--Locations
/locations/{location-id}
/locations/{location-id}/media/recent
/locations/search
--Relationships
/users/self/follows
/users/self/followed-by
/users/self/requested-by
/users/{user-id}/relationship
--Comments
/media/{media-id}/comments
--Likes
/media/{media-id}/likes
GET
(No need to add access_token= to the url, it will be added automatically)