Authenticated REST API for Timiverse universe lore data. All endpoints require Authorization: Bearer <api_key>.
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/lore | Index of all available lore categories |
| GET | /api/lore/intro | Universe introduction |
| GET | /api/lore/corporations | Business verticals, megacorps, shadowcorps |
| GET | /api/lore/corporations/verticals | Business verticals only |
| GET | /api/lore/corporations/megacorps | Megacorporations only |
| GET | /api/lore/corporations/shadowcorps | Shadow corporations only |
| GET | /api/lore/financials | Commodity metals & materials pricing |
| GET | /api/lore/movement | Ship classes & fleet vessels |
| GET | /api/lore/routes | All trade lanes |
| GET | /api/lore/routes/[id] | Single trade lane by ID |
| GET | /api/lore/sectors | All sectors with planets |
| GET | /api/lore/sectors/[slug] | Single sector (agriculture, bioatmosphere, hazard, hightech, industrial, rawresource, shadow) |
| GET | /api/lore/sectors/[slug]/planets | Planets in a sector |
| GET | /api/lore/sectors/[slug]/planets/[name] | Single planet by name |
| GET | /api/lore/planets | All planets across all sectors |
| GET | /api/lore/technology | Technology era, travel, weapons, defense, computing |