Digit Cities 2

Here we reuest the non US cities that begin with a digit. This page is sending in a get request to the /locations endpoint with the following parameters:

q={"_and":[{"_not":{"location_country":"US"}},{"_begins":{"location_city":["1","2","3","4","5","6","7","8","9","0"]}}]}
&f=["location_total_num_patents", "location_state", "location_country", "location_latitude", "location_longitude", "location_city", "location_id"]
&s=[{"location_state":"asc"}]

The map below is initially centered on Indianapolis. To display the map centered on one of the null states, click on the corresponding radio button and then click the "Center Map" link. All of the states are supposed to be in the US (requested by my query and returned by the service as US) but clearly not all of them are in the US. Hover over a pin to see the city name or click on a pin to see the latitude, longitude and number of patents the location has. Clicks on location_ids will display raw data from the locations endpoint below the map.

Digit Cities   Center Map
CityStateCountry latitude longitudelocation_id
Requesting data from Patentsview. Results will appear here in a few seconds!
¹ Number of patents at this location.