Government Legal
RUNT Colombia logo

RUNT Colombia API

portalpublico.runt.gov.co

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

Actions
1
Category
Government Legal
Login
Not required
Output
JSON

Call the RUNT Colombia API

Submit a task, then poll the job until it settles. This example runs rnt_vehicle_query.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "rnt_vehicle_query",
    "params": {
      "placa": "ABC123",
      "documento": "39547772"
    }
  }'

1 action on portalpublico.runt.gov.co

Read

  • Vehicle Registration

    rnt_vehicle_queryread5 credits / call

    Returns the full vehicle dossier for a plate + owner document: identifiers, mechanical specs, technical dimensions, registration history, encumbrances (gravámenes/prendas/limitaciones), SOAT insurance history, tecno-mecánica (RTM) certificates with certificate document references, armoring (blindaje), DIJIN theft certificate, GPS, repotenciado, registro inicial, desintegración, póliza de caución and PCR permits.

    placa
    string · required
    procedencia
    string
    documento
    string · required
    tipo_documento
    string
    include_raw
    boolean

RUNT Colombia API questions

Is there an API for RUNT Colombia?
RUNT Colombia does not offer a public data API for this, but Anakin Wire provides 1 maintained endpoint for portalpublico.runt.gov.co. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape RUNT Colombia data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when portalpublico.runt.gov.co changes its markup, Anakin updates the action.
Do I need a RUNT Colombia account?
No. Every RUNT Colombia action listed here runs anonymously — no account and no credentials required.
What does the RUNT Colombia API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Government Legal APIs

All Government Legal sites