Back to home

Changes API

Retrieve detected changes via the API

Changes API

Retrieve information about detected changes on your tracked sites.

List Changes

GET /api/changes

Returns a list of all detected changes. Supports query parameters:

  • siteId: Filter by site ID
  • changeType: Filter by change type
  • significance: Filter by significance level
  • limit: Limit number of results
  • offset: Pagination offset

Get Change Details

GET /api/changes/{id}

Returns detailed information about a specific change, including:

  • Change type and significance
  • AI summary and insights
  • Diff data
  • Related snapshots

Site Changes

Get all changes for a specific site:

GET /api/sites/{id}/changes
    Changes API | Competitor Watch Docs | Competitor Watch