ActivityPub Liked Collection API

The liked collection is an optional OrderedCollection endpoint on an actor listing all objects the actor has liked. Posting a Like activity to the actor's outbox adds the referenced object to this collection. It is publicly readable and supports pagination through the standard ActivityStreams 2.0 collection paging mechanism.

API entry from apis.yml

apis.yml Raw ↑
aid: activitypub:activitypub-liked-api
name: ActivityPub Liked Collection API
tags:
- Liked
- Reactions
- Activities
- Social Networks
properties:
- url: https://www.w3.org/TR/activitypub/#liked
  type: Documentation
description: The liked collection is an optional OrderedCollection endpoint on an actor listing all objects
  the actor has liked. Posting a Like activity to the actor's outbox adds the referenced object to this
  collection. It is publicly readable and supports pagination through the standard ActivityStreams 2.0
  collection paging mechanism.