Response Array is:

object(stdClass)#1 (4) {
  ["post code"]=>
  string(5) "90210"
  ["country"]=>
  string(13) "United States"
  ["country abbreviation"]=>
  string(2) "US"
  ["places"]=>
  array(1) {
    [0]=>
    object(stdClass)#2 (5) {
      ["place name"]=>
      string(13) "Beverly Hills"
      ["longitude"]=>
      string(9) "-118.4065"
      ["state"]=>
      string(10) "California"
      ["state abbreviation"]=>
      string(2) "CA"
      ["latitude"]=>
      string(7) "34.0901"
    }
  }
}