Skip to content
Get started

Retrieve POI list (sites)

GET/poi

Used to fetch a list of POIs (sites) within a geographic boundary or near a specific latitude/longitude. This is the primary method for most applications and services to consume data from Open Charge Map.

Query ParametersExpand Collapse
boundingbox: optional array of unknown

Filter results to a given bounding box. specify top left and bottom right box corners as: (lat,lng),(lat2,lng2)

camelcase: optional boolean

Set to true to get a property names in camelCase format.

chargepointid: optional string

Exact match on a given OCM POI ID (comma separated list)

client: optional string

String to identify your client application. Optional but recommended to distinguish your client from other bots/crawlers

compact: optional boolean

Set to true to remove reference data objects from output (just returns IDs for common reference data such as DataProvider etc).

connectiontypeid: optional array of unknown

Exact match on a given connection type id (comma separated list)

countrycode: optional string

2-character ISO Country code to filter to one specific country

countryid: optional array of string

Exact match on a given numeric country id (comma separated list)

dataproviderid: optional array of unknown

Exact match on a given data provider id id (comma separated list).

distance: optional number

Optionally filter results by a max distance from the given latitude/longitude

distanceunit: optional string

miles or km distance unit

greaterthanid: optional string

Filter to items with ID greater than given value

includecomments: optional boolean

If true, user comments and media items will be include in result set

latitude: optional number

Latitude for distance calculation and filtering

levelid: optional array of unknown

Exact match on a given charging level (1-3) id (comma separated list)

longitude: optional number

Longitude for distance calculation and filtering

maxresults: optional number

Limit on max number of results returned

modifiedsince: optional string

Filter to results modified after the given date

opendata: optional boolean

Use opendata=true for only OCM provided (“Open”) data.

operatorid: optional array of unknown

Exact match on a given EVSE operator id (comma separated list)

output: optional string

Optional output format json,geojson,xml,csv, JSON is the default and recommended as the highest fidelity.

polygon: optional string

Filter results within a given Polygon. Specify an encoded polyline for the polygon shape. Polygon will be automatically closed from the last point to the first point.

polyline: optional string

Filter results along an encoded polyline, use with distance param to increase search distance along line. Polyline is expanded into a polygon to cover the search distance.

sortby: optional string

Default sort order is based on spatial index but you can optionally sort by modified_asc for results in order of modification (oldest to newest), or id_asc for results in order of ID

statustypeid: optional array of unknown

Exact match on a given status type id (comma separated list)

usagetypeid: optional array of unknown

Exact match on a given usage type id (comma separated list)

verbose: optional boolean

Set to false to get a smaller result set with null items removed.

ReturnsExpand Collapse
AddressInfo: optional object { CountryID, ID, Latitude, 15 more }

Geographic position for site and (nearest) address component information.

CountryID: number

The reference ID for the Country

ID: number

ID

Latitude: number

Site latitude coordinate in decimal degrees

Longitude: number

Site longitude coordinate in decimal degrees

AccessComments: optional string

Guidance for users to use or find the equipment

AddressLine1: optional string

First line of nearby street address

AddressLine2: optional string

Second line of nearby street address

ContactEmail: optional string

Primary contact email

ContactTelephone1: optional string

Primary contact number

ContactTelephone2: optional string

Secondary contact number

Country: optional Country { ContinentCode, ID, ISOCode, Title }

Country details

ContinentCode: string

The Continentcode Schema

ID: number

The Id Schema

ISOCode: string

The Isocode Schema

Title: optional string

The Title Schema

Distance: optional number

Distance from search location, if search is around a point

DistanceUnit: optional number

Unit used for distance, 1= Miles, 2 = KM

Postcode: optional string

Postal code or Zipcode

RelatedURL: optional string

Optional website for more information

StateOrProvince: optional string

State or Province

Title: optional string

General title for this location to aid user

Town: optional string

Town or City

Connections: optional array of object { Amps, Comments, ConnectionType, 12 more }

List of equipment summary information for this site

Amps: optional number

EVSE supply max current in Amps

Comments: optional string
ConnectionType: optional object { FormalName, ID, IsDiscontinued, 2 more }

The type of end-user connection an EVSE supports.

FormalName: optional string

Formal (standard) name for this connection type

ID: optional number
IsDiscontinued: optional boolean

If true, this is an discontinued but used connection type

IsObsolete: optional boolean

If true, this is an obsolete connection type and is unlikely top be present in modern infrastructure

Title: optional string
ConnectionTypeID: optional number
CurrentType: optional object { ID, Title }

Indicates the EVSE power supply type e.g. DC (Direct Current), AC (Single Phase), AC (3 Phase).

ID: number
Title: optional string
CurrentTypeID: optional number

The supply type reference ID (e.g. DC etc)

ID: optional number
Level: optional object { Comments, ID, IsFastChargeCapable, Title }

A general category for equipment power capability. Deprecated for general use. Currently computed automatically based on equipment power.

Comments: string
ID: number
IsFastChargeCapable: boolean

If true, this level is considered ‘fast’ charging, relative to other levels.

Title: optional string
DeprecatedLevelID: optional number

A general category for power capability. Depreceated in favour of documenting specific equipment power in kW.

PowerKW: optional number

Peak available power in kW

Quantity: optional number

Optional summary number of equipment items available with this specification

Reference: optional string

Optional operators reference for this connection/port

StatusType: optional object { ID, IsOperational, IsUserSelectable, Title }

The Status Type of a site or equipment item indicates whether it is generally operational.

ID: number
IsOperational: boolean
IsUserSelectable: boolean
Title: optional string
StatusTypeID: optional number

Status Type reference ID. 0 = Unknown

Voltage: optional number

EVSE supply voltage

DataProvider: optional object { ID, IsRestrictedEdit, Comments, 7 more }

A Data Provider is the controller of the source data set used to construct the details for this POI. Data has been transformed and interpreted from it’s original form. Each Data Provider provides data either by an explicit license or agreement.

ID: number

The reference ID for this Data Provider

IsRestrictedEdit: boolean

Currently not implemented. Indicates a potential editing restriction.

Comments: optional string

General public comments with information about this Data Provider.

DataProviderStatusType: optional object { ID, IsProviderEnabled, description }

Status object describing whether this data provider is currently enabled and the type of source (manual entry, imported etc)

ID: number

The reference ID for this provider status type

IsProviderEnabled: boolean

If false, results from this data provider are not currently enabled

description: optional string

The Title of this status type

DateLastImported: optional string

Date and time (UTC) the last import was performed for this data provider (if an import).

formatdate-time
IsApprovedImport: optional boolean

If false, data may not be imported for this provider.

IsOpenDataLicensed: optional boolean

If true, data provider uses an Open Data license

License: optional string

Summary of the licensing which applies for this Data Provider. Each Data Provider has one specific license or agreement. Usage of the data requires acceptance of the given license.

Title: optional string

The Title for this Data Provider

WebsiteURL: optional string

Website URL for this data provider

DataProviderID: optional number

The reference ID for the Data Provider of this POI

DataProvidersReference: optional string

If present, this is the Data Providers own key for this POI within their source data set

DataQualityLevel: optional number

A metric applied during imports to indicate a quality level based on available information detail (5 == best). Largely unused currently.

DateCreated: optional string

The date and time (UTC, ISO 8601) this POI was added to the Open Charge Map database

formatdate-time
DateLastConfirmed: optional string

The date and time (UTC, ISO 8601) this POI was last confirmed according to the data provider or a user. See DateLastVerified for a dynamically computed date based on multiple signals.

formatdate-time
DateLastStatusUpdate: optional string

The date and time (UTC, ISO 8601) this POI or directly related child properties were updated.

formatdate-time
DateLastVerified: optional string

A dynamically computed value, the date and time (UTC, ISO 8601) this POI was last confirmed by a user edit or related user comment

formatdate-time
DatePlanned: optional string

The date and time (UTC, ISO 8601) this POI is or was planned for commissioning. In general planned POIs should not be presented to end users until confirmed operational.

formatdate-time
GeneralComments: optional string

General additional factual information for the POI. Users are discouraged from using this field for opinions on site quality etc.

ID: optional number

The OCM reference ID for this POI (Point of Interest).

IsRecentlyVerified: optional boolean

A dynamically computed value indicating of any recently confirmation activity has taken place for this site (positive check-ins etc)

MediaItems: optional array of object { ChargePointID, Comment, DateCreated, 8 more }

A list of user submitted photos for this site

ChargePointID: optional string
Comment: optional string
DateCreated: optional string
ID: optional string
IsEnabled: optional boolean
IsExternalResource: optional boolean
IsFeaturedItem: optional boolean
IsVideo: optional boolean
ItemThumbnailURL: optional string
ItemURL: optional string
User: optional object { ID, ProfileImageURL, ReputationPoints, Username }

Short public summary profile for a specific Open Charge Map user

ID: optional number
ProfileImageURL: optional string
ReputationPoints: optional number
Username: optional string
MetadataValues: optional array of unknown

Optional array of metadata values. Generally used to indicate data attribution but is also intended for future use to indicate surrounding amenties, links or foreign key values into other data sets.

NumberOfPoints: optional number

The number of bays or discreet stations available overall at this site. This indicates the limiting for number of simultaneous site users.

OperatorID: optional number

The reference ID of the equipment network operator or owner

OperatorInfo: optional object { ID, AddressInfo, BookingURL, 9 more }

An Operator is the public organisation which controls a network of charging points.

ID: number

Id

AddressInfo: optional object { CountryID, ID, Latitude, 15 more }

Geographic position for site and (nearest) address component information.

CountryID: number

The reference ID for the Country

ID: number

ID

Latitude: number

Site latitude coordinate in decimal degrees

Longitude: number

Site longitude coordinate in decimal degrees

AccessComments: optional string

Guidance for users to use or find the equipment

AddressLine1: optional string

First line of nearby street address

AddressLine2: optional string

Second line of nearby street address

ContactEmail: optional string

Primary contact email

ContactTelephone1: optional string

Primary contact number

ContactTelephone2: optional string

Secondary contact number

Country: optional Country { ContinentCode, ID, ISOCode, Title }

Country details

ContinentCode: string

The Continentcode Schema

ID: number

The Id Schema

ISOCode: string

The Isocode Schema

Title: optional string

The Title Schema

Distance: optional number

Distance from search location, if search is around a point

DistanceUnit: optional number

Unit used for distance, 1= Miles, 2 = KM

Postcode: optional string

Postal code or Zipcode

RelatedURL: optional string

Optional website for more information

StateOrProvince: optional string

State or Province

Title: optional string

General title for this location to aid user

Town: optional string

Town or City

BookingURL: optional string
Comments: optional string
ContactEmail: optional string
FaultReportEmail: optional string

Used to send automated notification to network operator if a user submits a fault report comment/check-in

DeprecatedIsPrivateIndividual: optional boolean

If true, this operator represents a private individual

IsRestrictedEdit: optional boolean

If true, this network restricts community edits for OCM data

PhonePrimaryContact: optional string

Primary contact number for network users

PhoneSecondaryContact: optional string

Secondary contact number

Title: optional string

Title

WebsiteURL: optional string

Website for more information about this network

OperatorsReference: optional string

The network operators own reference for this site (may be a site reference or a single equipment reference)

ParentChargePointID: optional number

If present, this data in this POI supercedes information in another POI. Generally not relevant to consumers.

StatusType: optional object { ID, IsOperational, IsUserSelectable, Title }

The Status Type of a site or equipment item indicates whether it is generally operational.

ID: number
IsOperational: boolean
IsUserSelectable: boolean
Title: optional string
StatusTypeID: optional number

The overall operational status type reference ID for this POI (i.e. Operational etc). 0 == Unknown

SubmissionStatus: optional object { ID, IsLive, Title }

Submission Status object, detailing the POI listing status

ID: number

Submission Status Type reference ID

IsLive: boolean

If true, POI listing is live (not draft or de-listed)

Title: optional string
SubmissionStatusTypeID: optional number

The reference ID for the submission status type which applied to this POI.

UsageCost: optional string

Free text description of likely usage costs associated with this site. Generally relates to parking charges whether network operates this site as Free

UsageType: optional object { ID, IsAccessKeyRequired, IsMembershipRequired, 2 more }

The Usage Type of a site indicates the general restrictions on usage.

ID: number
DeprecatedIsAccessKeyRequired: boolean

If true this usage required a physical access key

IsMembershipRequired: boolean

If true, this usage type requires registration or membership with a service.

IsPayAtLocation: boolean

If true, usage requires paying at location

Title: optional string
UsageTypeID: optional number

The reference ID for the site Usage Type, 0 == Unknown

UserComments: optional array of object { ChargePointID, CheckinStatusType, CheckinStatusTypeID, 8 more }

A list of user comments or check-ins for this site

ChargePointID: optional number
CheckinStatusType: optional object { ID, IsAutomatedCheckin, IsPositive, Title }

Classification for the users comment or experience using a specific charging location.

ID: number
IsAutomatedCheckin: boolean

If true, checkin or comment was provided by an automated system.

IsPositive: optional boolean

If true, this type of checkin/comment is considered positive.

Title: optional string
CheckinStatusTypeID: optional number
Comment: optional string
CommentType: optional object { ID, Title }

Category for a user comment, e.g. General Comment, Fault Report (Notice To Users And Operator)

ID: optional number
Title: optional string
CommentTypeID: optional number
DateCreated: optional string
formatdate-time
ID: optional string
RelatedURL: optional string
User: optional object { ID, ProfileImageURL, ReputationPoints, Username }

Short public summary profile for a specific Open Charge Map user

ID: optional number
ProfileImageURL: optional string
ReputationPoints: optional number
Username: optional string
UserName: optional string
UUID: optional string

A universally unique identifier used as surrogate key. ID and UUID must be preserved when submitting POI update information.

formatuuid

Retrieve POI list (sites)

curl https://api.openchargemap.io/v3/poi
{
  "Example Results": [
    {
      "DataProvider": {
        "WebsiteURL": "http://openchargemap.org",
        "Comments": null,
        "DataProviderStatusType": {
          "IsProviderEnabled": true,
          "ID": 1,
          "description": "Manual Data Entry"
        },
        "IsRestrictedEdit": false,
        "IsOpenDataLicensed": true,
        "IsApprovedImport": true,
        "License": "Licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)",
        "DateLastImported": null,
        "ID": 1,
        "description": "Open Charge Map Contributors"
      },
      "OperatorInfo": {
        "WebsiteURL": "https://www.afconev.co.il/",
        "Comments": null,
        "PhonePrimaryContact": null,
        "PhoneSecondaryContact": null,
        "IsPrivateIndividual": false,
        "AddressInfo": null,
        "BookingURL": null,
        "ContactEmail": null,
        "FaultReportEmail": null,
        "IsRestrictedEdit": false,
        "ID": 3435,
        "description": "Afcon (Israel)"
      },
      "UsageType": {
        "IsPayAtLocation": false,
        "IsMembershipRequired": true,
        "IsAccessKeyRequired": true,
        "ID": 4,
        "description": "Public - Membership Required"
      },
      "StatusType": {
        "IsOperational": true,
        "IsUserSelectable": true,
        "ID": 50,
        "description": "Operational"
      },
      "SubmissionStatus": {
        "IsLive": true,
        "ID": 200,
        "description": "Submission Published"
      },
      "UserComments": null,
      "PercentageSimilarity": null,
      "MediaItems": null,
      "IsRecentlyVerified": true,
      "DateLastVerified": "2021-11-07T16:36:00Z",
      "ID": 189853,
      "UUID": "1686CE5C-95E8-450B-93C3-95D1B1AF98D4",
      "ParentChargePointID": null,
      "DataProviderID": 1,
      "DataProvidersReference": null,
      "OperatorID": 3435,
      "OperatorsReference": null,
      "UsageTypeID": 4,
      "UsageCost": null,
      "AddressInfo": {
        "ID": 190212,
        "description": "בית משה",
        "AddressLine1": "כצנלסון 10",
        "AddressLine2": null,
        "Town": "Ashkelon",
        "StateOrProvince": "South District",
        "Postcode": "78100",
        "CountryID": 111,
        "Country": {
          "ISOCode": "IL",
          "ContinentCode": "AS",
          "ID": 111,
          "description": "Israel"
        },
        "Latitude": 31.66148706692408,
        "Longitude": 34.587748089749425,
        "ContactTelephone1": null,
        "ContactTelephone2": null,
        "ContactEmail": null,
        "AccessComments": null,
        "RelatedURL": "https://account.afconev.co.il/findCharger?31.6615343,34.5873913,20z,%D7%9B%D7%A6%D7%A0%D7%9C%D7%A1%D7%95%D7%9F%2010%20%D7%90%D7%A9%D7%A7%D7%9C%D7%95%D7%9F,494si",
        "Distance": null,
        "DistanceUnit": 0
      },
      "Connections": [
        {
          "ID": 307235,
          "ConnectionTypeID": 25,
          "ConnectionType": {
            "FormalName": "IEC 62196-2 Type 2",
            "IsDiscontinued": false,
            "IsObsolete": false,
            "ID": 25,
            "description": "Type 2 (Socket Only)"
          },
          "Reference": null,
          "StatusTypeID": 50,
          "StatusType": {
            "IsOperational": true,
            "IsUserSelectable": true,
            "ID": 50,
            "description": "Operational"
          },
          "LevelID": 2,
          "Level": {
            "Comments": "Over 2 kW, usually non-domestic socket type",
            "IsFastChargeCapable": false,
            "ID": 2,
            "description": "Level 2 : Medium (Over 2kW)"
          },
          "Amps": null,
          "Voltage": null,
          "PowerKW": 22,
          "CurrentTypeID": 20,
          "CurrentType": {
            "Description": "Alternating Current - Three Phase",
            "ID": 20,
            "description": "AC (Three-Phase)"
          },
          "Quantity": 3,
          "Comments": null
        },
        {
          "ID": 307236,
          "ConnectionTypeID": 33,
          "ConnectionType": {
            "FormalName": "IEC 62196-3 Configuration FF",
            "IsDiscontinued": false,
            "IsObsolete": false,
            "ID": 33,
            "description": "CCS (Type 2)"
          },
          "Reference": null,
          "StatusTypeID": 50,
          "StatusType": {
            "IsOperational": true,
            "IsUserSelectable": true,
            "ID": 50,
            "description": "Operational"
          },
          "LevelID": 3,
          "Level": {
            "Comments": "40KW and Higher",
            "IsFastChargeCapable": true,
            "ID": 3,
            "description": "Level 3:  High (Over 40kW)"
          },
          "Amps": null,
          "Voltage": null,
          "PowerKW": 50,
          "CurrentTypeID": 30,
          "CurrentType": {
            "Description": "Direct Current",
            "ID": 30,
            "description": "DC"
          },
          "Quantity": 1,
          "Comments": null
        }
      ],
      "NumberOfPoints": 4,
      "GeneralComments": null,
      "DatePlanned": null,
      "DateLastConfirmed": null,
      "StatusTypeID": 50,
      "DateLastStatusUpdate": "2021-11-07T16:36:00Z",
      "MetadataValues": null,
      "DataQualityLevel": 1,
      "DateCreated": "2021-11-07T16:36:00Z",
      "SubmissionStatusTypeID": 200
    },
    {
      "ID": 148527,
      "UUID": "4C524AA1-3413-4D56-804C-480304FEB0FB",
      "UserComments": [
        {
          "ID": "string",
          "ChargePointID": 0,
          "CommentTypeID": 0,
          "CommentType": {
            "ID": 0,
            "Title": "string"
          },
          "UserName": "string",
          "Comment": "string",
          "RelatedURL": "string",
          "DateCreated": "2019-08-24T14:15:22Z",
          "User": {
            "ID": 0,
            "Username": "string",
            "ReputationPoints": 0,
            "ProfileImageURL": "string"
          },
          "CheckinStatusTypeID": 0,
          "CheckinStatusType": {
            "ID": 0,
            "Title": "string",
            "IsAutomatedCheckin": true,
            "IsPositive": true
          }
        }
      ],
      "MediaItems": [
        {
          "ID": "string",
          "ChargePointID": "string",
          "ItemURL": "string",
          "ItemThumbnailURL": "string",
          "Comment": "string",
          "IsEnabled": true,
          "IsVideo": true,
          "IsFeaturedItem": true,
          "IsExternalResource": true,
          "User": {
            "ID": 0,
            "Username": "string",
            "ReputationPoints": 0,
            "ProfileImageURL": "string"
          },
          "DateCreated": "string"
        }
      ],
      "IsRecentlyVerified": true,
      "DateLastVerified": "2020-02-04T06:33:00Z",
      "ParentChargePointID": 0,
      "DataProviderID": 1,
      "DataProvidersReference": "string",
      "OperatorID": 3,
      "OperatorsReference": "PG-84306",
      "UsageTypeID": 4,
      "UsageCost": "See network operators app for current charges",
      "AddressInfo": {
        "ID": 148879,
        "AddressLine1": "Buttsgrove Way",
        "AddressLine2": null,
        "Town": "Huntingdon",
        "StateOrProvince": "string",
        "Postcode": "PE29 1PE",
        "CountryID": 1,
        "Country": {
          "ID": 1,
          "ISOCode": "GB",
          "ContinentCode": "EU",
          "Title": "United Kingdom"
        },
        "Latitude": 52.343197,
        "Longitude": -0.170632,
        "ContactTelephone1": null,
        "ContactTelephone2": null,
        "ContactEmail": "string",
        "AccessComments": "string",
        "RelatedURL": null,
        "Distance": null,
        "DistanceUnit": 1,
        "Title": "string"
      },
      "Connections": [
        {
          "ID": 206241,
          "ConnectionTypeID": 25,
          "ConnectionType": {
            "FormalName": "IEC 62196-2 Type 2",
            "IsDiscontinued": false,
            "IsObsolete": false,
            "ID": 25,
            "Title": "Type 2 (Socket Only)"
          },
          "Reference": null,
          "StatusTypeID": 50,
          "StatusType": {
            "IsOperational": true,
            "IsUserSelectable": true,
            "ID": 50,
            "Title": "Operational"
          },
          "LevelID": 2,
          "Level": {
            "ID": 2,
            "Title": "Level 2 : Medium (Over 2kW)",
            "Comments": "Over 2 kW, usually non-domestic socket type",
            "IsFastChargeCapable": true
          },
          "Amps": 32,
          "Voltage": 230,
          "PowerKW": 7.4,
          "CurrentTypeID": 10,
          "CurrentType": {
            "ID": 10,
            "Title": "AC (Single-Phase)"
          },
          "Quantity": 2,
          "Comments": "string"
        }
      ],
      "NumberOfPoints": 2,
      "GeneralComments": "This is an open charge unit installed at the Coneygear Centre at Buttsgrove Way, Huntingdon",
      "DatePlanned": "2020-02-04T06:33:00Z",
      "DateLastConfirmed": "2020-02-04T06:33:00Z",
      "StatusTypeID": 50,
      "DateLastStatusUpdate": "2020-02-04T06:33:00Z",
      "MetadataValues": [
        null
      ],
      "DataQualityLevel": 5,
      "DateCreated": "2020-02-04T06:33:00Z",
      "SubmissionStatusTypeID": 200,
      "DataProvider": {
        "WebsiteURL": "https://openchargemap.org",
        "Comments": "string",
        "DataProviderStatusType": {
          "IsProviderEnabled": true,
          "ID": [
            1
          ],
          "description": [
            "Manual Data Entry"
          ]
        },
        "IsRestrictedEdit": false,
        "IsOpenDataLicensed": "null - true",
        "IsApprovedImport": "null - true",
        "License": "Licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)",
        "DateLastImported": "null - '2020-02-04T23:09:00Z'",
        "ID": 1,
        "Title": "Open Charge Map Contributors"
      },
      "OperatorInfo": {
        "WebsiteURL": "http://www.pod-point.com/",
        "Comments": null,
        "PhonePrimaryContact": null,
        "PhoneSecondaryContact": null,
        "IsPrivateIndividual": false,
        "AddressInfo": {
          "ID": 148879,
          "AddressLine1": "Buttsgrove Way",
          "AddressLine2": null,
          "Town": "Huntingdon",
          "StateOrProvince": "string",
          "Postcode": "PE29 1PE",
          "CountryID": 1,
          "Country": {
            "ID": 1,
            "ISOCode": "GB",
            "ContinentCode": "EU",
            "Title": "United Kingdom"
          },
          "Latitude": 52.343197,
          "Longitude": -0.170632,
          "ContactTelephone1": null,
          "ContactTelephone2": null,
          "ContactEmail": "string",
          "AccessComments": "string",
          "RelatedURL": null,
          "Distance": null,
          "DistanceUnit": 1,
          "Title": "string"
        },
        "BookingURL": "string",
        "ContactEmail": "enquiries@pod-point.com",
        "FaultReportEmail": "enquiries@pod-point.com",
        "IsRestrictedEdit": true,
        "ID": 0,
        "Title": "POD Point (UK)"
      },
      "UsageType": {
        "IsPayAtLocation": true,
        "IsMembershipRequired": true,
        "IsAccessKeyRequired": true,
        "ID": 0,
        "Title": "Public - Membership Required"
      },
      "StatusType": {
        "IsOperational": true,
        "IsUserSelectable": true,
        "ID": 50,
        "Title": "Operational"
      },
      "SubmissionStatus": {
        "ID": 200,
        "Title": "string",
        "IsLive": false
      }
    }
  ]
}
Returns Examples
{
  "Example Results": [
    {
      "DataProvider": {
        "WebsiteURL": "http://openchargemap.org",
        "Comments": null,
        "DataProviderStatusType": {
          "IsProviderEnabled": true,
          "ID": 1,
          "description": "Manual Data Entry"
        },
        "IsRestrictedEdit": false,
        "IsOpenDataLicensed": true,
        "IsApprovedImport": true,
        "License": "Licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)",
        "DateLastImported": null,
        "ID": 1,
        "description": "Open Charge Map Contributors"
      },
      "OperatorInfo": {
        "WebsiteURL": "https://www.afconev.co.il/",
        "Comments": null,
        "PhonePrimaryContact": null,
        "PhoneSecondaryContact": null,
        "IsPrivateIndividual": false,
        "AddressInfo": null,
        "BookingURL": null,
        "ContactEmail": null,
        "FaultReportEmail": null,
        "IsRestrictedEdit": false,
        "ID": 3435,
        "description": "Afcon (Israel)"
      },
      "UsageType": {
        "IsPayAtLocation": false,
        "IsMembershipRequired": true,
        "IsAccessKeyRequired": true,
        "ID": 4,
        "description": "Public - Membership Required"
      },
      "StatusType": {
        "IsOperational": true,
        "IsUserSelectable": true,
        "ID": 50,
        "description": "Operational"
      },
      "SubmissionStatus": {
        "IsLive": true,
        "ID": 200,
        "description": "Submission Published"
      },
      "UserComments": null,
      "PercentageSimilarity": null,
      "MediaItems": null,
      "IsRecentlyVerified": true,
      "DateLastVerified": "2021-11-07T16:36:00Z",
      "ID": 189853,
      "UUID": "1686CE5C-95E8-450B-93C3-95D1B1AF98D4",
      "ParentChargePointID": null,
      "DataProviderID": 1,
      "DataProvidersReference": null,
      "OperatorID": 3435,
      "OperatorsReference": null,
      "UsageTypeID": 4,
      "UsageCost": null,
      "AddressInfo": {
        "ID": 190212,
        "description": "בית משה",
        "AddressLine1": "כצנלסון 10",
        "AddressLine2": null,
        "Town": "Ashkelon",
        "StateOrProvince": "South District",
        "Postcode": "78100",
        "CountryID": 111,
        "Country": {
          "ISOCode": "IL",
          "ContinentCode": "AS",
          "ID": 111,
          "description": "Israel"
        },
        "Latitude": 31.66148706692408,
        "Longitude": 34.587748089749425,
        "ContactTelephone1": null,
        "ContactTelephone2": null,
        "ContactEmail": null,
        "AccessComments": null,
        "RelatedURL": "https://account.afconev.co.il/findCharger?31.6615343,34.5873913,20z,%D7%9B%D7%A6%D7%A0%D7%9C%D7%A1%D7%95%D7%9F%2010%20%D7%90%D7%A9%D7%A7%D7%9C%D7%95%D7%9F,494si",
        "Distance": null,
        "DistanceUnit": 0
      },
      "Connections": [
        {
          "ID": 307235,
          "ConnectionTypeID": 25,
          "ConnectionType": {
            "FormalName": "IEC 62196-2 Type 2",
            "IsDiscontinued": false,
            "IsObsolete": false,
            "ID": 25,
            "description": "Type 2 (Socket Only)"
          },
          "Reference": null,
          "StatusTypeID": 50,
          "StatusType": {
            "IsOperational": true,
            "IsUserSelectable": true,
            "ID": 50,
            "description": "Operational"
          },
          "LevelID": 2,
          "Level": {
            "Comments": "Over 2 kW, usually non-domestic socket type",
            "IsFastChargeCapable": false,
            "ID": 2,
            "description": "Level 2 : Medium (Over 2kW)"
          },
          "Amps": null,
          "Voltage": null,
          "PowerKW": 22,
          "CurrentTypeID": 20,
          "CurrentType": {
            "Description": "Alternating Current - Three Phase",
            "ID": 20,
            "description": "AC (Three-Phase)"
          },
          "Quantity": 3,
          "Comments": null
        },
        {
          "ID": 307236,
          "ConnectionTypeID": 33,
          "ConnectionType": {
            "FormalName": "IEC 62196-3 Configuration FF",
            "IsDiscontinued": false,
            "IsObsolete": false,
            "ID": 33,
            "description": "CCS (Type 2)"
          },
          "Reference": null,
          "StatusTypeID": 50,
          "StatusType": {
            "IsOperational": true,
            "IsUserSelectable": true,
            "ID": 50,
            "description": "Operational"
          },
          "LevelID": 3,
          "Level": {
            "Comments": "40KW and Higher",
            "IsFastChargeCapable": true,
            "ID": 3,
            "description": "Level 3:  High (Over 40kW)"
          },
          "Amps": null,
          "Voltage": null,
          "PowerKW": 50,
          "CurrentTypeID": 30,
          "CurrentType": {
            "Description": "Direct Current",
            "ID": 30,
            "description": "DC"
          },
          "Quantity": 1,
          "Comments": null
        }
      ],
      "NumberOfPoints": 4,
      "GeneralComments": null,
      "DatePlanned": null,
      "DateLastConfirmed": null,
      "StatusTypeID": 50,
      "DateLastStatusUpdate": "2021-11-07T16:36:00Z",
      "MetadataValues": null,
      "DataQualityLevel": 1,
      "DateCreated": "2021-11-07T16:36:00Z",
      "SubmissionStatusTypeID": 200
    },
    {
      "ID": 148527,
      "UUID": "4C524AA1-3413-4D56-804C-480304FEB0FB",
      "UserComments": [
        {
          "ID": "string",
          "ChargePointID": 0,
          "CommentTypeID": 0,
          "CommentType": {
            "ID": 0,
            "Title": "string"
          },
          "UserName": "string",
          "Comment": "string",
          "RelatedURL": "string",
          "DateCreated": "2019-08-24T14:15:22Z",
          "User": {
            "ID": 0,
            "Username": "string",
            "ReputationPoints": 0,
            "ProfileImageURL": "string"
          },
          "CheckinStatusTypeID": 0,
          "CheckinStatusType": {
            "ID": 0,
            "Title": "string",
            "IsAutomatedCheckin": true,
            "IsPositive": true
          }
        }
      ],
      "MediaItems": [
        {
          "ID": "string",
          "ChargePointID": "string",
          "ItemURL": "string",
          "ItemThumbnailURL": "string",
          "Comment": "string",
          "IsEnabled": true,
          "IsVideo": true,
          "IsFeaturedItem": true,
          "IsExternalResource": true,
          "User": {
            "ID": 0,
            "Username": "string",
            "ReputationPoints": 0,
            "ProfileImageURL": "string"
          },
          "DateCreated": "string"
        }
      ],
      "IsRecentlyVerified": true,
      "DateLastVerified": "2020-02-04T06:33:00Z",
      "ParentChargePointID": 0,
      "DataProviderID": 1,
      "DataProvidersReference": "string",
      "OperatorID": 3,
      "OperatorsReference": "PG-84306",
      "UsageTypeID": 4,
      "UsageCost": "See network operators app for current charges",
      "AddressInfo": {
        "ID": 148879,
        "AddressLine1": "Buttsgrove Way",
        "AddressLine2": null,
        "Town": "Huntingdon",
        "StateOrProvince": "string",
        "Postcode": "PE29 1PE",
        "CountryID": 1,
        "Country": {
          "ID": 1,
          "ISOCode": "GB",
          "ContinentCode": "EU",
          "Title": "United Kingdom"
        },
        "Latitude": 52.343197,
        "Longitude": -0.170632,
        "ContactTelephone1": null,
        "ContactTelephone2": null,
        "ContactEmail": "string",
        "AccessComments": "string",
        "RelatedURL": null,
        "Distance": null,
        "DistanceUnit": 1,
        "Title": "string"
      },
      "Connections": [
        {
          "ID": 206241,
          "ConnectionTypeID": 25,
          "ConnectionType": {
            "FormalName": "IEC 62196-2 Type 2",
            "IsDiscontinued": false,
            "IsObsolete": false,
            "ID": 25,
            "Title": "Type 2 (Socket Only)"
          },
          "Reference": null,
          "StatusTypeID": 50,
          "StatusType": {
            "IsOperational": true,
            "IsUserSelectable": true,
            "ID": 50,
            "Title": "Operational"
          },
          "LevelID": 2,
          "Level": {
            "ID": 2,
            "Title": "Level 2 : Medium (Over 2kW)",
            "Comments": "Over 2 kW, usually non-domestic socket type",
            "IsFastChargeCapable": true
          },
          "Amps": 32,
          "Voltage": 230,
          "PowerKW": 7.4,
          "CurrentTypeID": 10,
          "CurrentType": {
            "ID": 10,
            "Title": "AC (Single-Phase)"
          },
          "Quantity": 2,
          "Comments": "string"
        }
      ],
      "NumberOfPoints": 2,
      "GeneralComments": "This is an open charge unit installed at the Coneygear Centre at Buttsgrove Way, Huntingdon",
      "DatePlanned": "2020-02-04T06:33:00Z",
      "DateLastConfirmed": "2020-02-04T06:33:00Z",
      "StatusTypeID": 50,
      "DateLastStatusUpdate": "2020-02-04T06:33:00Z",
      "MetadataValues": [
        null
      ],
      "DataQualityLevel": 5,
      "DateCreated": "2020-02-04T06:33:00Z",
      "SubmissionStatusTypeID": 200,
      "DataProvider": {
        "WebsiteURL": "https://openchargemap.org",
        "Comments": "string",
        "DataProviderStatusType": {
          "IsProviderEnabled": true,
          "ID": [
            1
          ],
          "description": [
            "Manual Data Entry"
          ]
        },
        "IsRestrictedEdit": false,
        "IsOpenDataLicensed": "null - true",
        "IsApprovedImport": "null - true",
        "License": "Licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)",
        "DateLastImported": "null - '2020-02-04T23:09:00Z'",
        "ID": 1,
        "Title": "Open Charge Map Contributors"
      },
      "OperatorInfo": {
        "WebsiteURL": "http://www.pod-point.com/",
        "Comments": null,
        "PhonePrimaryContact": null,
        "PhoneSecondaryContact": null,
        "IsPrivateIndividual": false,
        "AddressInfo": {
          "ID": 148879,
          "AddressLine1": "Buttsgrove Way",
          "AddressLine2": null,
          "Town": "Huntingdon",
          "StateOrProvince": "string",
          "Postcode": "PE29 1PE",
          "CountryID": 1,
          "Country": {
            "ID": 1,
            "ISOCode": "GB",
            "ContinentCode": "EU",
            "Title": "United Kingdom"
          },
          "Latitude": 52.343197,
          "Longitude": -0.170632,
          "ContactTelephone1": null,
          "ContactTelephone2": null,
          "ContactEmail": "string",
          "AccessComments": "string",
          "RelatedURL": null,
          "Distance": null,
          "DistanceUnit": 1,
          "Title": "string"
        },
        "BookingURL": "string",
        "ContactEmail": "enquiries@pod-point.com",
        "FaultReportEmail": "enquiries@pod-point.com",
        "IsRestrictedEdit": true,
        "ID": 0,
        "Title": "POD Point (UK)"
      },
      "UsageType": {
        "IsPayAtLocation": true,
        "IsMembershipRequired": true,
        "IsAccessKeyRequired": true,
        "ID": 0,
        "Title": "Public - Membership Required"
      },
      "StatusType": {
        "IsOperational": true,
        "IsUserSelectable": true,
        "ID": 50,
        "Title": "Operational"
      },
      "SubmissionStatus": {
        "ID": 200,
        "Title": "string",
        "IsLive": false
      }
    }
  ]
}