EarlyHunt · Developers
EarlyHunt developer resources
Public, unauthenticated read APIs and machine-readable indexes so agents and integrators can discover weekly AI launches, project pages, and citation-ready Markdown without scraping the UI.
Start here
- OpenAPI specification —
/openapi.json - llms.txt — when to use EarlyHunt + hub map
- About EarlyHunt
- Sitemap
Public read API (no auth)
Base URL: https://earlyhunt.com. Errors return JSON shaped as { "error": { "code", "message", "hint" } }.
| Method | Path | Description |
|---|---|---|
| GET | /api/v1/search?q= | Site search across projects, launches, blog, and studio |
| GET | /api/v1/projects | List public projects (status=ongoing|scheduled|launched|all) |
| GET | /api/v1/projects/{slug} | Single public project by slug |
| GET | /api/v1/categories | Category hubs |
| GET | /api/v1/weeks/current | Active or upcoming launch week window |
Markdown & Accept negotiation
Append .md to public HTML URLs for citation-ready Markdown, or send Accept: text/markdown — responses include Vary: Accept. Examples: /index.md, /project/{slug}.md, /pricing.md.
Auth note
Submitting projects, voting, and payments use the website session (NextAuth / OAuth or email magic link). There is no self-serve API key or OAuth authorization server for write access yet. For partnerships, email hi@earlyhunt.com.