IG

FREEMIUM
By Crawler | Updated hace 16 días | Social
Popularity

9.9 / 10

Latency

3,549ms

Service Level

100%

Health Check

N/A

Back to All Discussions

"user_info" Endpoint Returns "{}" Empty Response

Rapid account: Utkuolcar T 8 N 1 Dl Ie Gu

Code (RestSharp) :

var client = new RestClient(“https://instagram28.p.rapidapi.com/user_info?user_name=” + Username);
var request = new RestRequest(Method.GET);
request.AddHeader(“x-rapidapi-host”, “instagram28.p.rapidapi.com”);
request.AddHeader(“x-rapidapi-key”, Config.ApiKey);
IRestResponse response = client.Execute(request);

Result:

var jsonString = response.Content;

“{}”

response.StatusCode

“OK”

Rapid account: Amirtank
amirtank Commented hace 2 años

Same problem for me. Plz fix it.

Join in the discussion - add comment below:

Login / Signup to post new comments