API Break Monitor - Real Estate API
Who Needs This? Developers building api-powered applications Data analysts needing structured api reference data Product teams integrating breaking change, deprecation, version, migration features Researchers looking for api-related datasets Key Features 4 endpoints — access different data categories Full-text search across all fields via ?q= parameter Pagination with ?limit= and ?offset=…
API Break Monitor - Real Estate API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
listMigrationResources /apibreakmonitor/migration_resources |
Retrieve a paginated list of migration resources records with optional search and filtering. |
| GET |
getMigrationResources /apibreakmonitor/migration_resources/{id} |
Retrieve a single migration resources record by its unique identifier. |
| GET |
listBreakingChangeTypes /apibreakmonitor/breaking_change_types |
Retrieve a paginated list of breaking change types records with optional search and filtering. |
| GET |
getBreakingChangeTypes /apibreakmonitor/breaking_change_types/{id} |
Retrieve a single breaking change types record by its unique identifier. |
| GET |
listRealDeprecations /apibreakmonitor/real_deprecations |
Retrieve a paginated list of real deprecations records with optional search and filtering. |
| GET |
listApiProviders /apibreakmonitor/api_providers |
Retrieve a paginated list of api providers records with optional search and filtering. |
| GET |
getRealDeprecations /apibreakmonitor/real_deprecations/{id} |
Retrieve a single real deprecations record by its unique identifier. |
| GET |
getApiProviders /apibreakmonitor/api_providers/{id} |
Retrieve a single api providers record by its unique identifier. |