africa.kandake.asha.recipe.get

kandake.africa

Documentation

Get a single recipe record with author information.

main query

Get a single recipe record with author information.

Parameters

did string did Required

A decentralized identifier (DID).

rkey string record-key Required

A valid record key for AT Protocol repositories.

Output

Encodingapplication/json

Errors

RecipeNotFound
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
A decentralized identifier (DID).
A valid record key for AT Protocol repositories.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "RecipeNotFound"
    }
  ],
  "output": {
    "schema": {
      "ref": "#recipeView",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "did",
      "rkey"
    ],
    "properties": {
      "did": {
        "type": "string",
        "format": "did"
      },
      "rkey": {
        "type": "string",
        "format": "record-key"
      }
    }
  },
  "description": "Get a single recipe record with author information."
}
recipeView object

No description available.

Properties

did string did Required

A decentralized identifier (DID).

handle string handle Required

An AT Protocol handle (e.g., alice.bsky.social).

uri string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

View raw schema
{
  "type": "object",
  "required": [
    "uri",
    "did",
    "handle",
    "recipe"
  ],
  "properties": {
    "did": {
      "type": "string",
      "format": "did"
    },
    "uri": {
      "type": "string",
      "format": "at-uri"
    },
    "handle": {
      "type": "string",
      "format": "handle"
    },
    "recipe": {
      "ref": "africa.kandake.asha.recipe.recipe#main",
      "type": "ref"
    }
  }
}

Lexicon Garden

@