Skip to main content
Reports a vehicle plate’s SOAT (mandatory traffic-accident insurance) record from SBS (Superintendencia de Banca, Seguros y AFP), Peru’s banking and insurance regulator. Returns the siniestralidad (number of accidents covered by SOAT in the last 5 years) and the list of SOAT policies on record: issuing company, vehicle class and use, accidents per policy, coverage window, and status. One lookup, by plate.

SOAT report

POST /pe/sbs/soat/v1

Response

Each policy (active and every policies[] entry) has company, vehicle_class, vehicle_use, accident_count, policy_number, certificate_number, start_date and end_date (yyyy-mm-dd when parseable), status (VIGENTE / VENCIDA / ANULADA), annulled_date, and comment.
SOAT is Peru’s mandatory traffic-accident insurance. accident_count is the siniestralidad: the number of accidents covered by SOAT policies in the last five years. has_active_soat: false means no policy is currently in force, even if past policies appear in the history.
This lookup can take longer than a typical request. It is an async job. By default the request waits inline and returns { data }, or you can poll / use a callback_url.

Full reference

Schemas, response fields, and an interactive playground.