GET
/api/v2/encar/change_idStart cursor by date
Returns the first change_id at/after a date — the start cursor you pass to /changes.
Query parameters
| Field | Type | Description |
|---|---|---|
| date required | string | Date as yyyy-mm-dd. |
Request
curl -s 'https://global-auto-hub.ru/api/v2/encar/change_id?date=2026-06-15&api_key=YOUR_API_KEY'Response
{
"change_id": 11864179
}