Building
A campus building returned by the Rokwire Gateway Building Block API.
UniversityHigher EducationEducationPublic Research UniversityUnited StatesIllinoisBig TenLand-Grant UniversityCourse CatalogResearch DataResearch RepositoryOpen DataIdentity FederationOAI-PMHLibraryResearch ComputingOpen-Source
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.rokwire.illinois.edu/gateway/schemas/building.json",
"x-provenance": {
"generated": "2026-06-03",
"method": "derived",
"source": "openapi/_original/university-of-illinois-urbana-champaign-rokwire-gateway.yaml",
"note": "Authored by API Evangelist from the Gateway wayfinding building/floorplan responses; UIUC publishes no JSON Schema of its own."
},
"title": "Building",
"description": "A campus building returned by the Rokwire Gateway Building Block API.",
"type": "object",
"required": [
"ID",
"Number",
"Name",
"FullAddress",
"Address1",
"Address2",
"City",
"State",
"ZipCode",
"ImageURL",
"MailCode",
"Entrances",
"Latitude",
"Longitude",
"Floors",
"Features"
],
"properties": {
"ID": {
"type": "string",
"readOnly": true
},
"Name": {
"type": "string",
"readOnly": true
},
"Number": {
"type": "string",
"readOnly": true
},
"FullAddress": {
"type": "string",
"readOnly": true
},
"Address1": {
"type": "string"
},
"Address2": {
"type": "string",
"readOnly": true
},
"City": {
"type": "string",
"readOnly": true
},
"State": {
"type": "string",
"readOnly": true
},
"ZipCode": {
"type": "string",
"readOnly": true
},
"ImageURL": {
"type": "string",
"readOnly": true
},
"MailCode": {
"type": "string",
"readOnly": true
},
"Latitude": {
"type": "number",
"readOnly": true
},
"Longitude": {
"type": "number",
"readOnly": true
},
"Entrances": {
"type": "array",
"items": {
"type": "object"
},
"readOnly": true
},
"Floors": {
"type": "array",
"items": {
"type": "string"
},
"readOnly": true
},
"Features": {
"type": "array",
"items": {
"type": "object"
},
"readOnly": true
},
"ShortName": {
"type": "string",
"readOnly": true
}
}
}
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.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/university-of-illinois-urbana-champaign-building"
All schemas
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 email required.
A second provider on the same verified email joins the account you already have.