blue.recipes.feed.getRecipe

thighhighs.moe

Documentation

Response model for fetching multiple recipes.

main query

Response model for fetching multiple recipes.

Parameters

uris array of string Required

No description available.

Output

Encodingapplication/json
recipes array Required

No description available.

Errors

NotFound
InvalidUri
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "NotFound"
    },
    {
      "name": "InvalidUri"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "recipes"
      ],
      "properties": {
        "recipes": {
          "type": "array",
          "items": {
            "ref": "blue.recipes.feed.defs#recipeView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "uris"
    ],
    "properties": {
      "uris": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "at-uri"
        }
      }
    }
  },
  "description": "Response model for fetching multiple recipes."
}

Lexicon Garden

@