list_launch_directories

The catalog of launch directories Nick Launches tracks, for planning a submission campaign.

No credentials

Returns the directories we track and keep current: where to submit, what each one is for, and what it costs in effort. Useful when an agent is planning a launch week rather than a single submission.

Parameters

limit1-100default: 25

How many directories to return.

Response

directoriesobject[]

One entry per directory, with its name, URL, submission page and a short description of what gets accepted there.

Example

List the launch directories Nick Launches tracks and group them by how much effort each submission takes.

Notes

Pair this with check_launch_readiness. Fix the site once, then submit everywhere in the same session, rather than discovering a missing og:image on the fifth directory.

The same catalog is browsable at /tools/launch-directories/, which is where the entries are curated. The tool reads that list, so the two never disagree.

A campaign planner that turns this list into an ordered plan, with per directory requirements, is on the Roadmap.

REST equivalent

GET /api/v1/directories/, documented on Overview.

Was this page helpful?