Registro Único Nacional de Tránsito (RUNT) Personas - Colombia

Lets integrate Registro Único Nacional de Tránsito (RUNT) Personas - Colombia in your system. First, get your Apitude API key, then send a POST request to Apitude... And that's it!.

Get API Access
That POST request should return the following

{
    "message": "Request processed successfully",
    "url": "/api/v1.0/requests/runt-person-co/e0606c19-a32d-410f-b2eb-d57a665677bc/",
    "request_id": "e0606c19-a32d-410f-b2eb-d57a665677bc"
}
                                
This response will contains a unique request ID that you should poll using a GET as follows
How does the response looks like?

{
   "result": {
      "data": {
         "found": true,
         "sicov": [],
         "nombres": "JOHN",
         "licencia": [
            {
               "ot_expide": "SDT SUBSECRETARIA DE MOVILIDAD RIONEGRO",
               "restricciones": "CONDUCIR CON LENTES",
               "estado_licencia": "ACTIVA",
               "numero_licencia": "104888888",
               "detalle_licencia": [
                  {
                     "categoria": "B1",
                     "fecha_expedicion": "2013-12-28",
                     "fecha_vencimiento": "2023-12-28",
                     "serial_version_uid": 2792365148681728000,
                     "fecha_vencimiento_examen": "2023-12-28"
                  }
               ],
               "fecha_expedicion": "2013-12-28",
               "serial_version_uid": 2792365148681728000
            }
         ],
         "apellidos": "DOE SMITH",
         "pagos_ansv": [],
         "no_inscrito": false,
         "solicitudes": [
            {
               "estado": "AUTORIZADA",
               "entidad": "SDT SUBSECRETARIA DE MOVILIDAD RIONEGRO",
               "identificador": "C.C. 104888888",
               "fecha_solicitud": "2013-12-28",
               "numero_solicitud": "46497049",
               "serial_version_uid": 2792365148681728000,
               "tramites_realizados": "TRAMITE RECATEGORIZACION LICENCIA CONDUCCION HACIA ABAJO"
            }
         ],
         "infracciones": [],
         "estado_persona": "ACTIVA",
         "tipo_documento": "C.C.",
         "nro_inscripcion": "527437",
         "tiene_licencias": true,
         "estado_conductor": "ACTIVO",
         "numero_documento": "104888888",
         "fecha_inscripcion": "2010-04-09",
         "serial_version_uid": 2792365148681728000,
         "certificado_aptitud": [],
         "mostrar_solicitudes": "SI",
         "certificados_medicos": [],
         "validacion_identidad": [],
         "intentos_validacion_identidad": []
      },
      "error": "",
      "end_at": "2024-08-14 20:43:06.320169",
      "status": 200,
      "message": "successful",
      "queried_by": "AnonymousUser",
      "service_name": "runt-person-co"
   },
   "message": "Request completed"
}
                                
Ok, but what does each field in that JSON means?
The general parts:

  • message:The message is an Apitude generated string with an informational text about the request.
  • result:The result is contains the main part of the request.
  • result.error:The error is a string generated by apitude for the request if everything worked it will be blank.
  • result.message:The message is a string with two options successful or unsuccessful depending of how your request finished.
  • result.queried_by:The queried_by field is a string that lets you know what user started the request.
  • result.end_at:The end_at field is a string formatted date that lets you know at what time the request ended in Apitude.
  • result.service_name:The service_name field is a string that echos the service called. For this service it will always be runt-person-co.
  • result.status:The status field is a integer that represents whether the service returned data from the input sent in the request. It could be one of the following values:
    • 200: The service returned response data for the payload that was sent in the creation of the request.
    • 404: The service did not returned data for the payload that was sent in the creation of the request.
    • 400: The service did not started because your input was invalid.
    • 500: Apitude tried to execute your request, however the service Apitude uses to execute your request was down. Please wait some time and try again, Apitude will not charged you for requests with this code.

    Depending on the service, you want it to return different codes. For example, if you are checking the user against a security list to whitelist the user you should look for a 404, because a 200 would mean the user is in fact in the list. Other cases however, like creating objects in the name of a user you want the code to be 200, since it will imply the creation was a success.

The data in the response:

Please refer to the official docs of this service online to find out more about what data is returned.

About this service

Este servicio proporciona acceso a la base de datos del Registro Único Nacional de Tránsito (RUNT) de Colombia a través de una API. Permite a los usuarios obtener información completa sobre el historial de conducción de una persona, incluyendo detalles actuales e históricos de licencias de conducción, infracciones de tránsito, certificaciones médicas y trámites administrativos relacionados con los privilegios de conducción. El servicio es particularmente útil para verificaciones de antecedentes, procesos legales y para verificar el estado y el historial de conducción de un individuo en Colombia.

Who can you query using this service?:

This service (runt-person-co) is available for you to query individuals only.

Get API Access
Services
Chile
Colombia
EU
Mexico
Peru
USA