Spoonacular · JSON Structure

Spoonacular Search Result Structure

Type: object Properties: 8 Required: 1
RestaurantFood And DrinkRecipesNutritionMeal PlanningPublic APIs

SearchResult is a JSON Structure definition published by Spoonacular, describing 8 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

image link name type kvtable content id relevance

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/spoonacular/refs/heads/main/json-structure/spoonacular-search-result-structure.json",
  "name": "SearchResult",
  "description": "",
  "type": "object",
  "properties": {
    "image": {
      "type": "string",
      "example": "example"
    },
    "link": {
      "type": "string",
      "nullable": true,
      "example": "example"
    },
    "name": {
      "type": "string",
      "example": "Spaghetti"
    },
    "type": {
      "type": "string",
      "example": "example"
    },
    "kvtable": {
      "type": "string",
      "example": "example"
    },
    "content": {
      "type": "string",
      "nullable": true,
      "example": "example"
    },
    "id": {
      "type": "int32",
      "example": 716429
    },
    "relevance": {
      "type": "double",
      "example": 1.0
    }
  },
  "required": [
    "name"
  ]
}