https://api-testnet.ghostmarket.io/api/v1/metadata?chain={chain}&contract={contract}&token_id={token_id}
json
object is escaped, so, should be unescaped before use.
Following is an example of the unescaped object ( "\" removed for clarity ).image
field contains one of the prefixes "ipfs://" the content must be retrieved from IPFS:
Extract the IPFS hash from the image
field of the metadata (The Hash is the text following the "//" in the URL), and append this to the IPFS HTTP gateway - https://ipfs.io/ipfs/{hash} URL.
image
URI, browse to:image
field points to a non IPFS URL, e.g. AWS or a generic HTTP(S) address, then directly access the image using the supplied URL.