University of Leeds Spacefinder Space
One campus or library space as published at https://spacefinder.leeds.ac.uk/spaces.json. DERIVED by API Evangelist on 2026-08-30 from the live 68-object response; the University of Leeds publishes no schema for this dataset.
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | |
| title | string | |
| slug | string | |
| description | string | |
| building | string | |
| floor | string | |
| address | string | |
| lat | number | |
| lng | number | |
| location | string | GeoJSON Point serialised as a JSON string, not a nested object. Observed form. |
| what3words | string | |
| space_type | string | |
| noise | string | |
| access | string | |
| restricted | boolean | |
| restriction | string | |
| disabled_access | boolean | |
| published | boolean | |
| facilities | array | |
| atmosphere | array | |
| work | array | |
| tags | array | |
| opening_hours | object | |
| images | array | |
| links | array | |
| contacts | array | |
| facebook_url | string | |
| twitter_screen_name | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/university-of-leeds/main/json-schema/university-of-leeds-spacefinder-space.json",
"title": "University of Leeds Spacefinder Space",
"description": "One campus or library space as published at https://spacefinder.leeds.ac.uk/spaces.json. DERIVED by API Evangelist on 2026-08-30 from the live 68-object response; the University of Leeds publishes no schema for this dataset.",
"x-provenance": {
"generated": "2026-08-30",
"method": "derived",
"source": "Derived from GET https://spacefinder.leeds.ac.uk/spaces.json (HTTP 200, 137649 bytes, 68 objects), probed 2026-08-30."
},
"x-operator": "institution",
"type": "object",
"required": [
"id",
"title",
"slug",
"building"
],
"properties": {
"id": {
"type": "integer"
},
"title": {
"type": "string"
},
"slug": {
"type": "string"
},
"description": {
"type": "string"
},
"building": {
"type": "string"
},
"floor": {
"type": "string",
"examples": [
"1st and 2nd floors",
"1st floor",
"2nd Floor",
"7th floor",
"Basement"
]
},
"address": {
"type": "string"
},
"lat": {
"type": "number"
},
"lng": {
"type": "number"
},
"location": {
"type": "string",
"description": "GeoJSON Point serialised as a JSON string, not a nested object. Observed form."
},
"what3words": {
"type": "string"
},
"space_type": {
"type": "string",
"enum": [
"Café",
"General Seating Area",
"IT Cluster",
"Library",
"Outdoor Seating Area"
]
},
"noise": {
"type": "string",
"enum": [
"Animated discussion",
"Background chatter",
"Strictly silent",
"Whispers"
]
},
"access": {
"type": "string",
"enum": [
"Anyone (public)",
"University Staff and Students",
"University Staff and Students "
]
},
"restricted": {
"type": "boolean"
},
"restriction": {
"type": "string"
},
"disabled_access": {
"type": "boolean"
},
"published": {
"type": "boolean"
},
"facilities": {
"type": "array",
"items": {
"type": "string",
"enum": [
"accessible_toilets",
"adjustable_furniture",
"baby_changing",
"bike_racks",
"blue_badge_parking",
"bookable",
"break",
"computers",
"daylight",
"food_drink",
"free_wifi",
"gender_neutral_toilets",
"individual_study_space",
"induction_loops",
"laptops_allowed",
"large_desks",
"light",
"outdoor_seating",
"prayer_room",
"printers_copiers",
"projector",
"refreshments",
"signal",
"sockets",
"toilets",
"views",
"wheelchair_accessible",
"whiteboards"
]
}
},
"atmosphere": {
"type": "array",
"items": {
"type": "string",
"enum": [
"cosy",
"disciplined",
"friendly",
"historic",
"inspiring",
"inspiring'",
"modern",
"relaxed",
"social"
]
}
},
"work": {
"type": "array",
"items": {
"type": "string",
"enum": [
"close",
"friends",
"group",
"in_a_library",
"private"
]
}
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"opening_hours": {
"type": "object",
"additionalProperties": {
"type": "object",
"properties": {
"open": {
"type": "boolean"
},
"from": {
"type": "string"
},
"to": {
"type": "string"
}
}
}
},
"images": {
"type": "array",
"items": {
"type": "object"
}
},
"links": {
"type": "array",
"items": {
"type": "object"
}
},
"contacts": {
"type": "array",
"items": {
"type": "object"
}
},
"facebook_url": {
"type": "string"
},
"twitter_screen_name": {
"type": "string"
}
},
"additionalProperties": true
}
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/university-of-leeds-spacefinder-space"
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.