community.gifthood.feed.getListing

gifthood.community

Documentation

Fetch the full detail view of a single listing by DID and record key.

main query

Fetch the full detail view of a single listing by DID and record key.

Parameters

did string did Required

DID of the account that created the listing.

rkey string Required

Record key (TID) of the listing record in the poster's repo.

Output

Encodingapplication/json

Errors

NotFound
NotAvailableToPublic The author hides their content from logged-out viewers; sign in to view.
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
DID of the account that created the listing.
Record key (TID) of the listing record in the poster's repo.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "NotFound"
    },
    {
      "name": "NotAvailableToPublic",
      "description": "The author hides their content from logged-out viewers; sign in to view."
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "listing"
      ],
      "properties": {
        "listing": {
          "ref": "community.gifthood.feed.defs#listingDetailView",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "did",
      "rkey"
    ],
    "properties": {
      "did": {
        "type": "string",
        "format": "did",
        "description": "DID of the account that created the listing."
      },
      "rkey": {
        "type": "string",
        "description": "Record key (TID) of the listing record in the poster's repo."
      }
    }
  },
  "description": "Fetch the full detail view of a single listing by DID and record key."
}

Lexicon Garden

@