Forgejo API
GET/activitypub/repository-id/{repository-id}

Get a repository ActivityPub actor

Retrieves the ActivityPub actor for a repository identified by its repository ID. Supply repository-id as the numeric identifier of the repository whose actor document you need.

1 parameter
repository-idintegerrequired
The repository's numeric identifier, formatted as a 64-bit integer.

1 status code
200Returns the repository's ActivityPub actor object, including its `@context` property.
@contextstringoptional

Error handling

repository-id must be a 64-bit integer that identifies an existing repository. Use the repository's numeric ID rather than its owner or repository name.