We provide a simple read-only API for retrieving stories and comments.
GET /api/v1/topstories
Returns the current top 30 stories on the front page.
GET /api/v1/item/{id}
Returns details for a specific item (story or comment).
Note: This API is currently powered by our Supabase backend. Direct access is restricted to authenticated sessions.