Canon Lore details
Fetch all the lore blocks for a specific canon lore item.
This API endpoint lets you pull in Lore Details for a specific Canon lore item for a collection.
To make a request, send your client ID in the request header along with any other necessary parameters defined below. Details are fetched with the help of a Lore id. Lore ids are available when you request a list of all canon / project lore associated with an NFT collection.
On success, the API will return full lore details along with the community / collection details (the one this specific lore is attributed to).
get
https://api.hyy.pe/api/v1
/canon/YOUR_LORE_ID
Canon Lore Details
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/canon/6261c907d1ab470018cf6150' \
--header 'client-id: YOUR_CLIENT_ID_HERE'
GET /api/v1/canon/6261c907d1ab470018cf6150 HTTP/1.1
Host: api.hyy.pe
client-id: YOUR_CLIENT_ID_HERE
Last modified 1yr ago