ActivityPub Actors API

Actors are the primary objects in ActivityPub that represent entities capable of performing activities. Each actor has a unique IRI and exposes properties such as inbox, outbox, followers, following, and liked collections. Actor objects are retrieved via HTTP GET and served as JSON-LD using the ActivityStreams 2.0 vocabulary.

API entry from apis.yml

apis.yml Raw ↑
aid: activitypub:activitypub-actors-api
name: ActivityPub Actors API
tags:
- Actors
- Profiles
- Social Networks
properties:
- url: https://www.w3.org/TR/activitypub/#actors
  type: Documentation
- url: https://www.w3.org/TR/activitypub/#actor-objects
  type: APIReference
description: Actors are the primary objects in ActivityPub that represent entities capable of performing
  activities. Each actor has a unique IRI and exposes properties such as inbox, outbox, followers, following,
  and liked collections. Actor objects are retrieved via HTTP GET and served as JSON-LD using the ActivityStreams
  2.0 vocabulary.