JSON Drill-Down Visualizer

Goal: Extract the longitude value (2.29) into Python.
Raw JSON API Response
{
  "type": "Feature",
  "properties": {
    "name": "Eiffel Tower",
    "location": {
      "city": "Paris",
      "coordinates": [
        2.29, 48.85
      ]
    }
  }
}
Python Code Builder
longitude_val = data