Lore Tags for Collection
Fetch a list of lore tags available for a collection
This API endpoint returns you a list of Lore tags (array of strings) for an NFT collection / series.
To make a request, send your Client ID in the request header alongside required query parameters to the API. On success, the API will return a list of all the tags.
get
https://api.hyy.pe/api/v1/community
/lore-tags
Lores by collection
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/community/lore-tags?searchKey=<smart-contract-address>' \
--header 'client-id: <client-id>' \
--data-raw ''
GET /api/v1/community/lore-tags?searchKey=<smart-contract-address> HTTP/1.1
Host: api.hyy.pe
client-id: <client-id>
For Artblocks, this endpoint will be modified as:
https://api.hyy.pe/api/v1/community/lore-tags?searchKey=<smart-contract-address>-<project_id>
So, For e.g. 'Fidenza by Tyler Hobbs' query endpoint will be:
https://api.hyy.pe/api/v1/community/lore-tags?searchKey=0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-78
Last modified 1yr ago