A web application that fetches and displays redeemable codes for various HoYoverse games from a public API, presenting them as clickable links for easy redemption.
- Multi-Game Support: Displays codes for:
- Genshin Impact
- Honkai: Star Rail
- Zenless Zone Zero
- Automatic Updates: Fetches the latest codes from the API on page load
- Clickable Links: Each code is a direct link to the game's redemption page
- Responsive Design: Works on both desktop and mobile devices
- Clean UI: GitHub-inspired interface with clear organization
- AD free: No ads whatsoever
- Day and Night mode: Hoyo inspired design
- The page loads and makes a request to
https://db.hashblen.com/codes - The API returns JSON database containing all available codes
- The website organizes codes by game and displays them in sections
- Each code becomes a clickable link that opens the game's redemption page
No installation needed! This is a static website that can be:
- Hosted on GitHub Pages
- Run locally by simply opening the HTML file
- Deployed to any static web hosting service
Simply visit the hosted website. The codes will automatically load and display. Click any code to be taken directly to its redemption page.
The website processes JSON data in this format:
{
"hsr": [
{
"code": "STARRAILGIFT",
"description": "Reward description",
"added_at": 1724055693
}
],
"zzz": [...],
"genshin": [...],
"retcode": 0,
"previous_update": 1746345076,
"latest_update": 1746348678
}
