{"message":"Instagram Profile API (Pure JavaScript)","version":"3.0","endpoints":{"Main API Endpoints":{"GET /info":"Get user profile info (query: username_or_id_or_url)","GET /followers":"Get user followers (query: username_or_id_or_url, amount, pagination_token)","GET /following":"Get user following (query: username_or_id_or_url, amount, pagination_token)","GET /search_users":"Search for users (query: search_query)","POST /api/profiles":"Get multiple profiles (body: {usernames: []})"},"Additional Endpoints":{"GET /ig/v1/posts":"Get user posts","GET /ig/v1/stories":"Get user stories","GET /ig/v1/highlights":"Get user highlights","GET /ig/v1/search_hashtags":"Search for hashtags","GET /ig/v1/search_places":"Search for places"},"Legacy Plugin Endpoints (v1)":{"GET /v1/info":"Get user profile info","GET /v1/followers":"Get user followers","GET /v1/following":"Get user following","GET /v1/search_users":"Search for users","GET /v1/posts":"Get user posts","GET /v1/stories":"Get user stories","GET /v1/highlights":"Get user highlights","GET /v1/search_hashtags":"Search for hashtags","GET /v1/search_places":"Search for places"},"Utility Endpoints":{"GET /api/cache/clear":"Clear profile cache","GET /api/cache/stats":"Get cache statistics","GET /health":"Health check","GET /stats/requests":"Get request statistics","GET /stats/logs":"Get API logs"}},"features":["WordPress plugin compatible endpoints","Same query parameters as external API","Authorization can be enabled/disabled via settings","5-minute cache for better performance","Rate limiting protection","Detailed error messages","External API fallback for reliability"],"authentication":{"format":"Authorization: Bearer YOUR_API_KEY","required_for":"All endpoints when enabled in settings"}}