Skip to content

API Playground

Poke Astro API routes and watch JSON responses flow back.

Endpoints in your pages folder

Astro API routes live alongside your pages. Drop a .ts file in src/pages/api/ and export HTTP method handlers — no Express required.

Available endpoints