Purdue University · Schema
Purdue HFS Published Daily Menu
The published menu for one Purdue dining location on one calendar date, as returned by GET https://api.hfs.purdue.edu/menus/v2/locations/{location}/{date}. Derived from a live keyless response on 2026-08-30.
UniversityHigher EducationEducationUnited StatesIndianaPublic Research UniversityLand-Grant UniversityAssociation of American UniversitiesBig Ten Academic AllianceResearch ComputingResearch RepositoryIdentity FederationOAI-PMHCampus LifeCourse Catalog
Properties
| Name | Type | Description |
|---|---|---|
| Location | string | |
| Date | string | Returned as US M/D/YYYY even though the request path takes YYYY-MM-DD. |
| IsPublished | boolean | |
| Notes | stringnull | |
| Meals | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/purdue/main/json-schema/purdue-hfs-location-menu-schema.json",
"title": "Purdue HFS Published Daily Menu",
"description": "The published menu for one Purdue dining location on one calendar date, as returned by GET https://api.hfs.purdue.edu/menus/v2/locations/{location}/{date}. Derived from a live keyless response on 2026-08-30.",
"x-provenance": {
"generated": "2026-08-30",
"method": "derived",
"source": "openapi/purdue-hfs-dining-menus-api-openapi.yml",
"x-operator": "institution"
},
"type": "object",
"required": ["Location", "Date", "Meals"],
"properties": {
"Location": { "type": "string" },
"Date": { "type": "string", "description": "Returned as US M/D/YYYY even though the request path takes YYYY-MM-DD." },
"IsPublished": { "type": "boolean" },
"Notes": { "type": ["string", "null"] },
"Meals": {
"type": "array",
"items": {
"type": "object",
"properties": {
"ID": { "type": "string", "format": "uuid" },
"Name": { "type": "string" },
"Order": { "type": "integer" },
"Status": { "type": "string", "description": "Observed values: Open, Closed." },
"Type": { "type": "string" },
"Hours": {
"type": ["object", "null"],
"properties": {
"StartTime": { "type": "string" },
"EndTime": { "type": "string" }
}
},
"Notes": { "type": ["string", "null"] },
"Stations": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Name": { "type": "string" },
"Items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"ID": { "type": "string", "format": "uuid" },
"Name": { "type": "string" },
"IsVegetarian": { "type": "boolean" },
"NutritionReady": { "type": "boolean" },
"Allergens": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Name": { "type": "string" },
"Value": { "type": "boolean" }
}
}
}
}
}
}
}
}
}
}
}
}
}
}
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
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/purdue-hfs-location-menu"
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.