Release Notes
Surge maintains a public log of API and platform changes. There are two ways to consume it.
Web
Browse releases at surge.app/changelog. Notable changes — new endpoints, deprecations, breaking webhook payload updates — are announced there first.
API
For programmatic access, the changelog is also exposed as a REST endpoint:
GET https://api.surge.app/changelogThe response is a chronologically ordered list of release entries. This is useful if you want to surface "what's new in Surge" inside your own product, or to track API changes you depend on.