{"success":true,"name":"Advanced Instagram API","version":"1.0.0","description":"Get Instagram user profiles, posts, reels, hashtags, and more","endpoints":{"user":{"info":"GET /api/user/info?username={username}","posts":"GET /api/user/posts?username={username}&count={count}","highlights":"GET /api/user/highlights?username={username}"},"post":{"info":"GET /api/post/info?url={url}","download":"GET /api/post/download?url={url}"},"reel":{"info":"GET /api/reel/info?url={url}","download":"GET /api/reel/download?url={url}"},"hashtag":{"info":"GET /api/hashtag/info?name={name}"},"search":{"all":"GET /api/search?query={query}","users":"GET /api/search/users?query={query}","hashtags":"GET /api/search/hashtags?query={query}","places":"GET /api/search/places?query={query}"},"location":{"info":"GET /api/location/info?id={locationId}"}},"examples":{"userInfo":"/api/user/info?username=instagram","userPosts":"/api/user/posts?username=instagram&count=12","postDownload":"/api/post/download?url=https://www.instagram.com/p/ABC123/","reelDownload":"/api/reel/download?url=https://www.instagram.com/reel/ABC123/","hashtagInfo":"/api/hashtag/info?name=photography","search":"/api/search?query=travel"}}