Demigods Unchained NFT data.
Used for a demo marketplace on the Immutable X platform.
NFT data can be found in db.json
.
Use the free hosted JSON server to access the NFT data.
# get all NFTs
curl https://my-json-server.typicode.com/codeSchwert/nephelae/zk
# get a specific NFT
curl https://my-json-server.typicode.com/codeSchwert/nephelae/zk/1
There are 2 versions of the NFT data:
zk
- Metadata is represented using the OpenSea standardstark
- Metadata is represented using the Stark X metadata standard
Each version of the NFT data can be accessed using the following endpoints:
# zkEVM version
curl https://my-json-server.typicode.com/codeSchwert/nephelae/zk
# Stark X version
curl https://my-json-server.typicode.com/codeSchwert/nephelae/x