Not able to load image got from web api

I recently worked with someone on api, When I send a request to web I get a filename of the image in response, I don’t know how to load that image, When I asked the api developer he said to me to load that image from working directory in html.
{“response”: “xanderdarkofficial.jpg”}
this is an example response of the api.

Please take a look at the question again thats nothing to do with json knowledge

There must be base url of the API. For example, base url could be: https://www.example.com and then you can just add xanderdarkofficial.jpg as suffix to get the image from the web.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.