Skip to main content
GET
List tables changed since a given timestamp

Authorizations

X-API-Key
string
header
required

Query Parameters

since
string | null

ISO-8601 UTC timestamp. Only tables synced after this point are returned. Required. Must not be older than 30 days. Example: 2026-07-01T00:00:00Z

category
string | null

Optional category filter. When provided, only tables belonging to this category are returned. Unknown values result in HTTP 400 with a list of valid categories.

Response

List of changed tables (may be empty if nothing has changed)

table_name
string
required

Internal database table name (snake_case iXHaus export name).

last_sync_at
string<date-time>
required

UTC timestamp of the last successful sync for this table.

category
string | null
required

API category slug (e.g. realestates). null for tables that have no category mapping and are only accessible via /raw/.

api_table_name
string | null
required

Table name as used in the category endpoint URL (e.g. objects). null when category is null.

endpoint_url
string
required

Relative URL to fetch data for this table, e.g. /realestates/objects or /raw/ixhaus__ixexpobj.