{
"id": "app.didpic.feed.searchTags",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"tags"
],
"properties": {
"tags": {
"type": "array",
"items": {
"ref": "#tagSuggestion",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "Tag prefix (lowercased server-side). Empty result if blank."
},
"limit": {
"type": "integer",
"default": 10,
"maximum": 25,
"minimum": 1
}
}
},
"description": "Search hashtags by prefix, ordered by popularity (number of distinct records using the tag)."
},
"tagSuggestion": {
"type": "object",
"required": [
"tag",
"postCount"
],
"properties": {
"tag": {
"type": "string"
},
"postCount": {
"type": "integer",
"minimum": 0,
"description": "Number of distinct posts + comments using this tag."
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:an2jtp4jgkkbtmwfzhpbxawd
- CID
-
bafyreig7mlptyn5xi6qfhpld2ffb5gayixaoypypdd5hdkkdherbrnshj4
- Indexed At
- 2026-05-24 01:15 UTC
- AT-URI
-
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.feed.searchTags