Skip to content

Instantly share code, notes, and snippets.

@monica2587
Last active November 12, 2015 19:11
Show Gist options
  • Save monica2587/689120a8bfc06b7b6cc3 to your computer and use it in GitHub Desktop.
Save monica2587/689120a8bfc06b7b6cc3 to your computer and use it in GitHub Desktop.
namara.io simple API request
https://api.namara.io/v0/data_sets/057d7914-839e-4625-b8f8-2aa109f11e5a/data/en-3
[
{
"make": "ACURA",
"co2_emissions_g_km": 274,
"year": "2012",
"model_high_output_engine": "RDX AWD TURBO",
"fuel_consumption_hwy_l_100km": 10.3,
"fuel_consumption_comb_l_100km": 11.9,
"transmission": "AS5",
"comb_mpg": 24,
"fuel_type": "Z",
"vehicle_class": "SUV",
"engine_size_l": 2.3,
"fuel_consumption_city_l_100km": 13.2,
"cylinders": 4
},
{
"make": "ACURA",
"co2_emissions_g_km": 274,
"year": "2012",
"model_high_output_engine": "RL AWD",
"fuel_consumption_hwy_l_100km": 9.7,
"fuel_consumption_comb_l_100km": 11.9,
"transmission": "AS6",
"comb_mpg": 24,
"fuel_type": "Z",
"vehicle_class": "MID-SIZE",
"engine_size_l": 3.7,
"fuel_consumption_city_l_100km": 13.7,
"cylinders": 6
},
...
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment