Easily explore Netlify's REST API
The Netlify API lets you handle atomic deploys of websites, manage form submissions, inject JavaScript snippets, and much more via a REST interface.
Popular endpoints
Common questions
How can I send requests to the Netlify API?
tryapis.com lets you easily send requests to Netlify's 108 DELETE, GET, PATCH, POST and PUT API endpoints from your browser or from a cURL command. Find the endpoint you're looking for in the navigation bar.
How can I use the Netlify API in my app or website?
First, find the endpoint you need on tryapis.com. Then, add any parameters you want to pass in to the endpoint. Finally, select "Generate code" and choose your programming language of choice, like Node.js or Python.
What's the difference between tryapis.com and Postman?
tryapis.com pre-populates headers, query and body parameters (with in-line docs!) to save you time. Postman is better for internal APIs that don't have OpenAPI Specs.
What version of Netlify's API does tryapis.com use?
2.6.0 (from Netlify's latest OpenAPI spec)
Do I have to pay to use tryapis.com?
No, tryapis.com is free to use.
Quick links
Related APIs