DataProvider
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.
Properties
| Name | Type | Description |
|---|---|---|
| WebsiteURL | string | Website URL for this data provider |
| Comments | string | General public comments with information about this Data Provider. |
| DataProviderStatusType | object | Status object describing whether this data provider is currently enabled and the type of source (manual entry, imported etc) |
| IsRestrictedEdit | boolean | Currently not implemented. Indicates a potential editing restriction. |
| IsOpenDataLicensed | boolean | If true, data provider uses an Open Data license |
| IsApprovedImport | boolean | If false, data may not be imported for this provider. |
| License | 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. |
| DateLastImported | string | Date and time (UTC) the last import was performed for this data provider (if an import). |
| ID | integer | The reference ID for this Data Provider |
| Title | string | The Title for this Data Provider |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://openchargemap.org/schema/DataProvider.json",
"title": "DataProvider",
"type": "object",
"description": "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.",
"properties": {
"WebsiteURL": {
"type": "string",
"description": "Website URL for this data provider",
"example": "https://openchargemap.org",
"pattern": "^(.*)$"
},
"Comments": {
"type": "string",
"description": "General public comments with information about this Data Provider."
},
"DataProviderStatusType": {
"type": "object",
"description": "Status object describing whether this data provider is currently enabled and the type of source (manual entry, imported etc)",
"properties": {
"IsProviderEnabled": {
"type": "boolean",
"description": "If false, results from this data provider are not currently enabled",
"default": false,
"example": true
},
"ID": {
"type": "integer",
"description": "The reference ID for this provider status type",
"default": 0,
"example": [
1
]
},
"description": {
"type": "string",
"description": "The Title of this status type",
"example": [
"Manual Data Entry"
],
"pattern": "^(.*)$"
}
},
"required": [
"IsProviderEnabled",
"ID"
]
},
"IsRestrictedEdit": {
"type": "boolean",
"description": "Currently not implemented. Indicates a potential editing restriction.",
"default": false,
"example": false
},
"IsOpenDataLicensed": {
"type": "boolean",
"description": "If true, data provider uses an Open Data license",
"example": true
},
"IsApprovedImport": {
"type": "boolean",
"description": "If false, data may not be imported for this provider.",
"example": true
},
"License": {
"type": "string",
"description": "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.",
"example": "Licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)",
"pattern": "^(.*)$"
},
"DateLastImported": {
"type": "string",
"format": "date-time",
"description": "Date and time (UTC) the last import was performed for this data provider (if an import).",
"example": "2020-02-04T23:09:00Z"
},
"ID": {
"type": "integer",
"description": "The reference ID for this Data Provider",
"example": 1
},
"Title": {
"type": "string",
"description": "The Title for this Data Provider",
"example": "Open Charge Map Contributors",
"pattern": "^(.*)$"
}
},
"required": [
"IsRestrictedEdit",
"ID"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/DataProvider"
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.