Core Reference Data
GET/referencedata
Returns the core reference data used for looking up IDs such as Connection Types, Operators, Countries etc.
This information is useful for UIs such as editing systems or for fetching results in the lighter non-verbose mode, then hydrating POI results back into complex objects.
Core Reference Data
curl https://api.openchargemap.io/v3/referencedata{
"ChargerTypes": [
{
"Comments": "Over 2 kW, usually non-domestic socket type",
"ID": 2,
"IsFastChargeCapable": true,
"Title": "Level 2 : Medium (Over 2kW)"
}
],
"CheckinStatusTypes": [
{
"ID": 0,
"IsAutomatedCheckin": true,
"IsPositive": true,
"Title": "Title"
}
],
"ConnectionTypes": [
{
"FormalName": "IEC 62196-2 Type 2",
"ID": 25,
"IsDiscontinued": false,
"IsObsolete": false,
"Title": "Type 2 (Socket Only)"
}
],
"Countries": [
{
"ContinentCode": "EU",
"ID": 1,
"ISOCode": "GB",
"Title": "United Kingdom"
}
],
"CurrentTypes": [
{
"ID": 10,
"Title": "AC (Single-Phase)"
}
],
"DataProviders": [
{
"ID": 1,
"IsRestrictedEdit": false,
"Comments": "Comments",
"DataProviderStatusType": {
"ID": 0,
"IsProviderEnabled": true,
"description": "description"
},
"DateLastImported": "2020-02-04T23:09:00Z",
"IsApprovedImport": true,
"IsOpenDataLicensed": true,
"License": "Licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)",
"Title": "Open Charge Map Contributors",
"WebsiteURL": "https://openchargemap.org"
}
],
"DataTypes": {},
"MetadataGroups": "MetadataGroups",
"Operators": [
{
"ID": 0,
"AddressInfo": {
"CountryID": 1,
"ID": 148879,
"Latitude": 52.343197,
"Longitude": -0.170632,
"AccessComments": "AccessComments",
"AddressLine1": "Buttsgrove Way",
"AddressLine2": "AddressLine2",
"ContactEmail": "ContactEmail",
"ContactTelephone1": "ContactTelephone1",
"ContactTelephone2": "ContactTelephone2",
"Country": {
"ContinentCode": "EU",
"ID": 1,
"ISOCode": "GB",
"Title": "United Kingdom"
},
"Distance": 0,
"DistanceUnit": 0,
"Postcode": "PE29 1PE",
"RelatedURL": "RelatedURL",
"StateOrProvince": "StateOrProvince",
"Title": "Title",
"Town": "Huntingdon"
},
"BookingURL": "BookingURL",
"Comments": "Comments",
"ContactEmail": "enquiries@pod-point.com",
"FaultReportEmail": "enquiries@pod-point.com",
"IsPrivateIndividual": false,
"IsRestrictedEdit": true,
"PhonePrimaryContact": "PhonePrimaryContact",
"PhoneSecondaryContact": "PhoneSecondaryContact",
"Title": "POD Point (UK)",
"WebsiteURL": "http://www.pod-point.com/"
}
],
"StatusTypes": [
{
"ID": 50,
"IsOperational": true,
"IsUserSelectable": true,
"Title": "Operational"
}
],
"SubmissionStatusTypes": [
{
"ID": 200,
"IsLive": true,
"Title": "Title"
}
],
"UsageTypes": [
{
"ID": 0,
"IsAccessKeyRequired": true,
"IsMembershipRequired": true,
"IsPayAtLocation": true,
"Title": "Public - Membership Required"
}
],
"UserCommentTypes": [
{
"ID": 0,
"Title": "Title"
}
]
}Returns Examples
{
"ChargerTypes": [
{
"Comments": "Over 2 kW, usually non-domestic socket type",
"ID": 2,
"IsFastChargeCapable": true,
"Title": "Level 2 : Medium (Over 2kW)"
}
],
"CheckinStatusTypes": [
{
"ID": 0,
"IsAutomatedCheckin": true,
"IsPositive": true,
"Title": "Title"
}
],
"ConnectionTypes": [
{
"FormalName": "IEC 62196-2 Type 2",
"ID": 25,
"IsDiscontinued": false,
"IsObsolete": false,
"Title": "Type 2 (Socket Only)"
}
],
"Countries": [
{
"ContinentCode": "EU",
"ID": 1,
"ISOCode": "GB",
"Title": "United Kingdom"
}
],
"CurrentTypes": [
{
"ID": 10,
"Title": "AC (Single-Phase)"
}
],
"DataProviders": [
{
"ID": 1,
"IsRestrictedEdit": false,
"Comments": "Comments",
"DataProviderStatusType": {
"ID": 0,
"IsProviderEnabled": true,
"description": "description"
},
"DateLastImported": "2020-02-04T23:09:00Z",
"IsApprovedImport": true,
"IsOpenDataLicensed": true,
"License": "Licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)",
"Title": "Open Charge Map Contributors",
"WebsiteURL": "https://openchargemap.org"
}
],
"DataTypes": {},
"MetadataGroups": "MetadataGroups",
"Operators": [
{
"ID": 0,
"AddressInfo": {
"CountryID": 1,
"ID": 148879,
"Latitude": 52.343197,
"Longitude": -0.170632,
"AccessComments": "AccessComments",
"AddressLine1": "Buttsgrove Way",
"AddressLine2": "AddressLine2",
"ContactEmail": "ContactEmail",
"ContactTelephone1": "ContactTelephone1",
"ContactTelephone2": "ContactTelephone2",
"Country": {
"ContinentCode": "EU",
"ID": 1,
"ISOCode": "GB",
"Title": "United Kingdom"
},
"Distance": 0,
"DistanceUnit": 0,
"Postcode": "PE29 1PE",
"RelatedURL": "RelatedURL",
"StateOrProvince": "StateOrProvince",
"Title": "Title",
"Town": "Huntingdon"
},
"BookingURL": "BookingURL",
"Comments": "Comments",
"ContactEmail": "enquiries@pod-point.com",
"FaultReportEmail": "enquiries@pod-point.com",
"IsPrivateIndividual": false,
"IsRestrictedEdit": true,
"PhonePrimaryContact": "PhonePrimaryContact",
"PhoneSecondaryContact": "PhoneSecondaryContact",
"Title": "POD Point (UK)",
"WebsiteURL": "http://www.pod-point.com/"
}
],
"StatusTypes": [
{
"ID": 50,
"IsOperational": true,
"IsUserSelectable": true,
"Title": "Operational"
}
],
"SubmissionStatusTypes": [
{
"ID": 200,
"IsLive": true,
"Title": "Title"
}
],
"UsageTypes": [
{
"ID": 0,
"IsAccessKeyRequired": true,
"IsMembershipRequired": true,
"IsPayAtLocation": true,
"Title": "Public - Membership Required"
}
],
"UserCommentTypes": [
{
"ID": 0,
"Title": "Title"
}
]
}