- returns what the source says right now, not as of a refresh,
- resolves one subject per call (a cédula, a plate, a radicado),
- spends 10 credits per request (see Rate limits).
Latency
Most live lookups answer in a few seconds, at the pace of their source. The slowest run as async jobs: wait inline, poll, or get a callback; that page lists which endpoints they are. A repeated identical lookup can answer from a recent cached result (X-Cache: HIT). Cached answers spend the same credits as a miss.
Availability
A live lookup is only as available as its source. When the source fails or is unreachable, the endpoint returns a5xx with type: "upstream_error" (see
Errors). Lookups are idempotent, so retrying is always safe.
Datasets
The other answer mode: the whole source, queried in milliseconds.