ActivityPub NodeInfo API

NodeInfo is a complementary protocol used by ActivityPub servers to expose server capability metadata at /.well-known/nodeinfo. It describes the software name, version, supported protocols, usage statistics, and open registration status, enabling clients and crawlers to understand server capabilities without inspecting individual actors.

API entry from apis.yml

apis.yml Raw ↑
aid: activitypub:activitypub-nodeinfo-api
name: ActivityPub NodeInfo API
tags:
- NodeInfo
- Discovery
- Server Metadata
- Social Networks
properties:
- url: https://nodeinfo.diaspora.software/
  type: Documentation
- url: https://www.w3.org/TR/activitypub/#actor-objects
  type: APIReference
description: NodeInfo is a complementary protocol used by ActivityPub servers to expose server capability
  metadata at /.well-known/nodeinfo. It describes the software name, version, supported protocols, usage
  statistics, and open registration status, enabling clients and crawlers to understand server capabilities
  without inspecting individual actors.