Welcome to Hapi.Bar

Your gateway to the vibrant world of Hashinals and NFTs on the Hedera network. Our API is designed to seamlessly bridge the gap between the digital and the decentralized, offering a unique toolset for NFT enthusiasts, collectors, and developers alike.

Hashinal Topic ID Gateway

Easily retrieve information about any Hashinal using their unique topic ID (0.0.xxxxxx). Our API allows you to access both the JSON file and the Media file for any HCS-1 file with a simple endpoint:

https://hapi.bar/hash/{hashinal_topic_id}

Fetch Hashinal Metadata + Image Data

For those looking for a one-stop solution, our API provides a combined JSON return that includes both the metadata and the image data for a Hashinal. Access everything you need in one go, ensuring efficient and streamlined integration.

https://hapi.bar/hashdata/{hashinal_metadata_topic_id}
{ "name": "Hapi", "creator": "Hapi.Bar", "description": "Hapi is a Hedera Network API service", "image": "hcs://1/0.0.4957215", "imageData": "data:image/jpeg;base64,WZbEgJ0DUGQ==" "type": "image/png", "format": "HIP412@2.0.0", "attributes": [ { "trait_type": "Mood", "value": "Hapi" } ], "files": [], }