Michigan State University · JSON Structure

Michigan State University Searchresponse Structure

JSON Structure for the search response envelope from the MSU Libraries VuFind REST API. Derived from the OpenAPI 3.0.3 SearchResponse schema.

Type: object Properties: 5 Required: 2
EducationHigher EducationUniversityPublic Research UniversityLand-Grant UniversityBig TenUnited StatesMichiganLibraryLibrary CatalogDigital RepositoryMetadataOAI-PMHIdentity FederationShibbolethResearch Computing

MSULibrariesCatalogSearchResponse is a JSON Structure definition published by Michigan State University, describing 5 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

resultCount status records facets resumptionToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/michigan-state-university/main/json-structure/michigan-state-university-searchresponse-structure.json",
  "x-provenance": {
    "generated": "2026-08-30",
    "method": "derived",
    "source": "openapi/_original/michigan-state-university-catalog-rest.yaml (components.schemas.SearchResponse)",
    "note": "Derived by API Evangelist from the OpenAPI Michigan State University Libraries publishes at https://catalog.lib.msu.edu/api/v1/?swagger. Not authored or published by Michigan State University."
  },
  "name": "MSULibrariesCatalogSearchResponse",
  "description": "JSON Structure for the search response envelope from the MSU Libraries VuFind REST API. Derived from the OpenAPI 3.0.3 SearchResponse schema.",
  "type": "object",
  "properties": {
    "resultCount": {
      "type": "integer",
      "description": "Number of results"
    },
    "status": {
      "type": "string",
      "description": "Status code (OK)"
    },
    "records": {
      "type": "array",
      "description": "Records",
      "items": {
        "type": "object",
        "description": "A bibliographic record (see record structure)"
      }
    },
    "facets": {
      "type": "array",
      "description": "Facets",
      "items": {
        "type": "object",
        "properties": {
          "value": {
            "type": "string",
            "description": "Facet value"
          },
          "translated": {
            "type": "string",
            "description": "Translated facet value"
          },
          "count": {
            "type": "integer",
            "description": "Count of records matching the facet"
          },
          "href": {
            "type": "string",
            "description": "Search URL with the facet applied"
          },
          "isApplied": {
            "type": "boolean",
            "description": "Whether the facet is currently applied"
          }
        }
      }
    },
    "resumptionToken": {
      "type": "object",
      "description": "Token for the next batch of results",
      "properties": {
        "token": {
          "type": "string",
          "description": "Token to use for the next request"
        },
        "expires": {
          "type": "string",
          "description": "Time when the token expires (date-time)"
        }
      }
    }
  },
  "required": [
    "resultCount",
    "status"
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/michigan-state-university-searchresponse-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.