Home
University of Twente
University Of Twente Energy Series Example
University Of Twente Energy Series Example
University Higher Education Education Technical University Netherlands Europe Open Data Energy Sustainability Research Data Identity Federation Student Mobility Open Science
University Of Twente Energy Series Example is an example object payload from University of Twente, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationId method path summary generated method_provenance source x-operator requestExamples responseExamples
Example Payload
{
"operationId": "getEnergySeries",
"method": "GET",
"path": "/api/Energy/{resource}/{type}",
"summary": "University of Twente historical energy series for a campus resource",
"generated": "2026-09-01",
"method_provenance": "probed",
"source": "https://energyapi.utwente.nl",
"x-operator": "institution",
"requestExamples": [
{
"name": "campus-electricity-monthly",
"url": "https://energyapi.utwente.nl/api/Energy/universiteit-twente/electricity?resolution=month&from=2025-01-01%2000:00&to=2025-04-01%2000:00",
"headers": {},
"body": null
},
{
"name": "campus-electricity-co2-yearly",
"url": "https://energyapi.utwente.nl/api/Energy/universiteit-twente/electricity?resolution=year&from=2024-01-01%2000:00&to=2025-01-01%2000:00&co2=true",
"headers": {},
"body": null
},
{
"name": "malformed-timestamp",
"url": "https://energyapi.utwente.nl/api/Energy/universiteit-twente/electricity?resolution=bogus&from=x&to=y",
"headers": {},
"body": null
}
],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"name": "campus-electricity-monthly",
"probedAt": "2026-09-01",
"example": {
"error": null,
"results": {
"unit": "kWh",
"data": [
{
"timestamp": "2024-12-31T23:00:00Z",
"value": 1849501.3499999999,
"corrected": true
},
{
"timestamp": "2025-01-31T23:00:00Z",
"value": 1706251.3500000017,
"corrected": true
},
{
"timestamp": "2025-02-28T23:00:00Z",
"value": 1795845.5200000019,
"corrected": true
}
]
}
}
},
{
"status": "200",
"contentType": "application/json",
"name": "campus-electricity-co2-yearly",
"probedAt": "2026-09-01",
"example": {
"error": null,
"results": {
"unit": "kg CO\u2082e",
"data": [
{
"timestamp": "2023-12-31T23:00:00Z",
"value": 4238142.660493115,
"corrected": true
}
]
}
}
},
{
"status": "400",
"contentType": "application/json",
"name": "malformed-timestamp",
"probedAt": "2026-09-01",
"note": "The spec documents 400 as components/schemas/ProblemDetails (RFC 7807). The service actually returns the same {error, results} envelope as a success. Recorded as observed, not as documented.",
"example": {
"error": "Timestamp not provided in ISO8601 format: yyyy-MM-ddTHH:mm:ssZ",
"results": {
"unit": null,
"data": []
}
}
}
]
}
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/university-of-twente-energy-series-example"
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.