{
"id": "app.didpic.feed.getTagFeed",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"tag",
"postCount",
"feed"
],
"properties": {
"tag": {
"type": "string"
},
"feed": {
"type": "array",
"items": {
"ref": "app.didpic.feed.defs#postView",
"type": "ref"
}
},
"cursor": {
"type": "string"
},
"postCount": {
"type": "integer",
"minimum": 0,
"description": "Total distinct records (posts + comments) using this tag."
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"tag"
],
"properties": {
"tag": {
"type": "string",
"maxLength": 640,
"description": "Hashtag without the leading #. Lowercased server-side.",
"maxGraphemes": 64
},
"limit": {
"type": "integer",
"default": 30,
"maximum": 50,
"minimum": 1
},
"cursor": {
"type": "string"
}
}
},
"description": "Chronological newest-first feed of posts using a specific hashtag. Applies the viewer's label / age-gate filters server-side."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:an2jtp4jgkkbtmwfzhpbxawd
- CID
-
bafyreibm4yspihf3rw7h235cl4i2supwhgqism6htiuexeettobmluwlhe
- Indexed At
- 2026-05-24 01:15 UTC
- AT-URI
-
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.feed.getTagFeed