Restaurant Times

Description: Shows operating hours and scheduling information for restaurants.

API Response Structure:

{
  "times": [
    {
      "opening": "8:00 AM",
      "closing": "10:00 PM"
    }
  ],
  "description": "Regular business hours",
  "type": "instantAnswers",
  "configType": "restaurantTimes"
}

Fields:

  • times (array): Operating hours

    • opening (string): Opening time

    • closing (string): Closing time

  • description (string): Additional information about hours

  • type (string): Always "instantAnswers"

  • configType (string): Always "restaurantTimes"