Analítico

Afluencia mensual por línea de transporte

Retorna registros de afluencia mensual por línea desde plutarco.afluencia_linea. Granularidad: 1 fila = 1 línea × 1 mes × 1 año. Sistemas disponibles: METRO, MB (Metrobús), CBB (Cablebús), TL (Tren Ligero), TROLE (Trolebús). Datos fuente: SEMOVI / organismos operadores. Total actual: 1,197 registros (5 sistemas).

get/analitico/afluencia-linea

Query parameters

sistemastring

Filtrar por sistema: METRO, MB, CBB, TL, TROLE

linea_idinteger

ID exacto de la línea (ref: public.lineas.id)

aniointeger

Filtrar por año. Ej: 2024

mes_numinteger

Filtrar por mes (1-12). Ej: 3 = Marzo

Response

Registros de afluencia encontrados

totalinteger

Example response

{
  "data": [
    {
      "afluencia": 24300000,
      "anio": 2025,
      "fuente": "DGST",
      "linea_id": 191,
      "mes": "Marzo",
      "mes_num": 3,
      "nombre_linea": "Metro Línea 1",
      "num_comercial": "1",
      "sistema": "METRO"
    }
  ],
  "total": 150
}