Simulador de cálculo de transporte bajo la norma ISO 14083:2023.
Emisión Estimada
1,56 tCO₂e
Intensidad Energética
0,08 kg CO₂e / tkm
Interactúa con el servicio web en tiempo real mediante peticiones JSON estructuradas.
// POST https://api.greenrouter.com/v1/emissions
{
"transport_mode": "road_FTL",
"freight_weight_tons": 23.00,
"distance_km": 1387.42,
"fuel_type": "biodiesel_7",
"temperature_controlled": true
}
// RESPONSE (Status 200 OK)
{
"haulage_emissions_tCO2e": 3.18,
"hub_emissions_tCO2e": 0.01,
"total_emissions_tCO2e": 3.19,
"standards_compliance": ["ISO_14083", "GLEC_v3"]
}