Directory / api.businesschanges.dev
Retrieve chronological business-change events for an exact premises or, when explicitly requested, its parent building. The response discloses match scope and preserves suite identity.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X POST 'https://api.businesschanges.dev/v1/locations/timeline' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch -X POST 'https://api.businesschanges.dev/v1/locations/timeline'
Endpoint: https://api.businesschanges.dev/v1/locations/timeline. Operated by api.businesschanges.dev, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Poll a compact, stable delta feed of events first observed since a timestamp or prior cursor, including superseded and retracted events. Use for recurring resea…