I6Eal Open Ai Data Api State Layers Schema is an example object payload from i6eal Open AI Data API, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://i6eal.de/data/ki-laender-lagebild/schema.json",
"title": "KI-Länder-Lagebild public projection",
"type": "object",
"required": [
"schemaVersion",
"dataset",
"generatedAt",
"temporal",
"materialFingerprint",
"stateTableVersion",
"summary",
"methodology",
"states"
],
"properties": {
"schemaVersion": {
"const": "ki-laender-lagebild/v2"
},
"dataset": {
"const": "german-state-ai-evidence-layers"
},
"generatedAt": {
"type": "string",
"format": "date-time"
},
"trackingSince": {
"type": "string",
"format": "date-time"
},
"temporal": {
"type": "object"
},
"materialFingerprint": {
"type": "string",
"pattern": "^sha256:[a-f0-9]{64}$"
},
"stateTableVersion": {
"const": "bkg-land-code+iso-3166-2/v2"
},
"summary": {
"type": "object"
},
"coverage": {
"type": "object"
},
"methodology": {
"type": "object"
},
"semantics": {
"type": "object"
},
"sources": {
"type": "array"
},
"federalContext": {
"type": "object"
},
"excludedProcurement": {
"type": "object"
},
"states": {
"type": "array",
"minItems": 16,
"maxItems": 16,
"items": {
"type": "object",
"required": [
"id",
"code",
"bkgStateCode",
"iso3166_2",
"slug",
"names",
"procurementLabel",
"profilePath",
"dossier",
"layers"
],
"properties": {
"id": {
"type": "string",
"pattern": "^state:(?:0[1-9]|1[0-6])$"
},
"code": {
"type": "string",
"pattern": "^(?:0[1-9]|1[0-6])$"
},
"bkgStateCode": {
"type": "string",
"pattern": "^(?:0[1-9]|1[0-6])$"
},
"iso3166_2": {
"type": "string",
"pattern": "^DE-[A-Z]{2}$"
},
"slug": {
"type": "string"
},
"names": {
"type": "object"
},
"procurementLabel": {
"type": "string"
},
"profilePath": {
"type": "string"
},
"dossier": {
"type": "string"
},
"layers": {
"type": "object"
}
}
}
}
},
"additionalProperties": false
}
Every example 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 examples
4 MCP tools reach this
find_examplesBrowse and filter every example 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.
All 92 tools →
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/i6eal-open-ai-data-api-state-layers-schema"
All examples
curl "https://apis.io/api/v1/examples?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.