ConsoleCatalog
Sign in
RUNT Colombia logo

RUNT Colombia

portalpublico.runt.gov.coGovernment Legalno auth

RUNT - Colombia's national vehicle and driver registry portal.

Vehicle Registration

ASYNCREADNo auth

Returns full vehicle registration data plus active RTM certificates for a plate and owner document.

ParametersFormJSON

Vehicle plate number e.g. "KLS049" (3 letters + 3 digits for cars, 3 letters + 2 digits for motorcycles)

"NACIONAL", "EXTRANJERO" (foreign-registered), or "DIPLOMATICO" (diplomatic corps)

Owner document/ID number - cedula (e.g. "39547772") or NIT (e.g. "900304940")

Document type code - "C" (cedula, default) or "N" (NIT for companies). Use "E" for foreign ID, "P" for passport

cost: 3 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "rnt_vehicle_query",
    "params": {
      "placa": "DMW321",
      "procedencia": "NACIONAL",
      "documento": "39547772",
      "tipo_documento": "C"
    }
  }'