Skip to content

Search actors

GET
/api/v1/search/actor
curl --request GET \
--url 'https://example.com/api/v1/search/actor?q=example'

Searches for ActivityPub actors by username, combining local and federated results

q
required
string
includeSelf
boolean

Array of matching actors

Media type application/json
Array<object>
object
Example generated
[
{}
]

Bad Request

Internal Server Error