OrderStatusHistory is a JSON Structure definition published by Otter, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-structure/public-api-order-status-history-structure.json",
"name": "OrderStatusHistory",
"description": "The Order Status Update History and extra data.",
"type": "object",
"properties": {
"orderStatusHistory": {
"type": "array",
"description": "Array of OrderStatusEvent",
"items": {
"$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-order-status-event-schema.json"
}
},
"orderAcceptedInfo": {
"type": "object",
"nullable": true,
"description": "[NEW] Extra information added once the order was accepted by the restaurant. This field is nullable.",
"properties": {
"preparationTimeInMinutes": {
"type": "int32",
"description": "[NEW] The time in minutes the restaurant says it will take to prepare the order."
}
},
"required": [
"preparationTimeInMinutes"
]
}
}
}
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.