Netlify
communityCloud platform for web developers to build, deploy, and scale modern web projects.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://api.netlify.com/api/v1/sitesList all sites in account
Parameters
filterall|owner|guest (stringoptionalper_pageresults per page (integeroptionalReturns
sites[] with id, name, url, ssl_url, created_at, updated_at, build_settingsGET
https://api.netlify.com/api/v1/sites/{site_id}Get site details
Parameters
site_idsite ID or subdomain (stringrequiredReturns
id, name, url, ssl_url, custom_domain, deploy_url, build_settings, published_deployGET
https://api.netlify.com/api/v1/sites/{site_id}/deploysList recent deploys for a site
Parameters
site_idsite ID (stringrequiredper_pageresults (integeroptionalReturns
deploys[] with id, state, branch, commit_ref, deploy_time, created_at, error_message