generated from nhcarrigan/template
feat: public read API for quest and exploration timers #229
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature Request
Summary
Add a public read-only API endpoint that exposes live timer data for a player's active quests and explorations. This would allow community members to build external tooling (notification bots, automation scripts, timer displays, etc.) on top of Elysium data without needing to scrape the frontend.
Use Case
A community member wants to use quest/exploration timers as a source of long-running timers for personal automation projects. The current frontend embeds timer data inside JavaScript and over images, making it difficult to scrape reliably.
Suggested Endpoint Shape
Response:
Authentication could be optional (read-only, no write access), or could require the player's own JWT to scope it to their own data.
Notes
✨ This issue was created with help from Hikari~ 🌸