Links

All Lores for an NFT

Fetch Lore content for a particular NFT within a supported series.
This API endpoint returns you a list of User created Lore objects for a particular NFT. This is a paginated API and accepts skip and limit as part of the query-string.
To make a request, send your Client ID in the request header alongside required query parameters to the Lores API. On success, the API will return a list of all lore objects.
get
https://api.hyy.pe/api/v1
/lores
All Lores
Take a look at how you might want to pass on the client ID via HTTP or curl:
cURL
HTTP
curl --location --request GET 'https://api.hyy.pe/api/v1/lores?searchKey=0x700f045de43fce6d2c25df0288b41669b7566bbe-12&includeMilestoneLores=true' \
--header 'client-id: YOUR_CLIENT_ID_HERE' \
--data-raw ''
HTTP
GET /api/v1/lores?searchKey=0x700f045de43fce6d2c25df0288b41669b7566bbe-12&includeMilestoneLores=true HTTP/1.1
Host: api.hyy.pe
client-id: YOUR_CLIENT_ID_HERE