UMD Libraries space availability

Current bookable-space availability for one UMD library location. Additional properties are LibCal space-group ids as string keys; overall_available and total are location-wide aggregates. Derived from a live probe — the upstream OpenAPI declares an untyped 200 body.

UniversityHigher EducationEducationUnited StatesMarylandPublic Research UniversityLand GrantBig TenLibraryResearch DataDigital CollectionsIdentity FederationOAI-PMHOpen DataGeospatial

Properties

Name Type Description
overall_available integer Spaces available right now across every group at this location.
total integer Total bookable spaces at this location.
View JSON Schema on GitHub

JSON Schema

university-of-maryland-college-park-space-availability-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/university-of-maryland-college-park/refs/heads/main/json-schema/university-of-maryland-college-park-space-availability-schema.json",
  "title": "UMD Libraries space availability",
  "description": "Current bookable-space availability for one UMD library location. Additional properties are LibCal space-group ids as string keys; overall_available and total are location-wide aggregates. Derived from a live probe \u2014 the upstream OpenAPI declares an untyped 200 body.",
  "type": "object",
  "properties": {
    "overall_available": {
      "type": "integer",
      "description": "Spaces available right now across every group at this location.",
      "examples": [
        0
      ]
    },
    "total": {
      "type": "integer",
      "description": "Total bookable spaces at this location.",
      "examples": [
        74
      ]
    }
  },
  "required": [
    "overall_available",
    "total"
  ],
  "additionalProperties": {
    "$ref": "#/$defs/spaceGroup"
  },
  "$defs": {
    "spaceGroup": {
      "type": "object",
      "title": "Space group",
      "properties": {
        "name": {
          "type": "string",
          "description": "LibCal group name.",
          "examples": [
            "McKeldin Library Study Carrels"
          ]
        },
        "available": {
          "type": "string",
          "description": "Spaces free right now. Serialised as a string by the upstream service.",
          "examples": [
            "0"
          ]
        },
        "total": {
          "type": "string",
          "description": "Spaces in this group. Serialised as a string by the upstream service.",
          "examples": [
            "59"
          ]
        },
        "next_available": {
          "type": [
            "string",
            "null"
          ],
          "format": "date-time",
          "description": "ISO 8601 local start time of the next free slot, or null when none is known.",
          "examples": [
            "2026-08-31T08:00:00-04:00"
          ]
        }
      },
      "required": [
        "name",
        "available",
        "total"
      ],
      "additionalProperties": true
    }
  },
  "x-generated": "2026-08-30",
  "x-method": "derived",
  "x-source": "live probe of https://api.www.lib.umd.edu/api/libtools (2026-08-30)",
  "x-operator": "institution"
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/university-of-maryland-college-park-space-availability"
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 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.