Skip to main content

ScottyLabs Dining API (2.4.0)

Download OpenAPI specification:Download

This is an API that serves dining location info for Carnegie Mellon University.

dining

Everything about food at CMU

Returns all location information

Responses

Response samples

Content type
application/json
{
  • "locations": {
    }
}

Returns location based on name

path Parameters
name
required
string

The name of the dining location

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Returns locations that are open at the specified time

path Parameters
day
required
integer

The day of the week with 0 - Sunday, 6 - Saturday

hour
required
integer

The hour in 24H format (e.g. 9 for 9:30 AM)

min
required
integer

The minute in the hour (e.g. 30 for 9:30 AM)

Responses

Response samples

Content type
application/json
{
  • "locations": {
    }
}