| PARAMETER | DESCRIPTION | DEFAULT |
|---|
| output | json, xml, csv JSON format is recommended as highest fidelity | json |
| maxresults | limit on max number of results returned | 100 |
| countrycode | GB, US etc. Single ISO Country Code. | (blank) |
| countryid | exact match on a given numeric country id (comma separated list) | (blank) |
| latitude | latitude reference for distance calculation | (blank) |
| longitude | longitude reference for distance calculation | (blank) |
| distance | return results based on specified distance from specified latitude/longitude | (blank) |
| distanceunit | Miles or KM | Miles |
| operatorid | exact match on a given EVSE operator id (comma separated list) | (blank) |
| connectiontypeid | exact match on a given connection type id (comma separated list) | (blank) |
| levelid | exact match on a given charging level (1-3) id (comma separated list) | (blank) |
| minpowerkw | minimum output power in kW (this information is not known for many locations) | (blank) |
| usagetypeid | exact match on a given usage type id (comma separated list) | (blank) |
| statustypeid | exact match on a given status type id (comma separated list) | (blank) |
| dataproviderid | exact match on a given data provider id id (comma separated list). Use opendata=true for only OCM provided (“Open”) data. | (blank) |
| modifiedsince | POIs modified since the given date (UTC) e.g. 2016-09-15T09:30 | (blank) |
| opendata | true or false. Set to true to include only Open Data licensed content, false to return only non-open licensed data. By default all available data is returned. You should refer to the license of the original data provider in each case. | (blank) |
| includecomments | true or false. Set to true to also include user comments and media items (photos) per charging location. | false |
| verbose | true or false. Set to false to get a smaller result set with null items removed. | true |
| compact | true or false. Set to true to remove reference data objects from output (just returns IDs for common reference data such as DataProvider etc). | false |
| camelcase | true or false. Set to true to get a property names in camelCase format. | false |
| callback | specify the name of the JSONP callback (if required), JSON response type only. | (blank) |
| chargepointid | exact match on a given POI id (comma separated list). | (blank) |