Lemmy website screenshot

Lemmy

Lemmy is a free, open-source, self-hostable federated link aggregator and discussion platform built as a Reddit alternative. It exposes a versioned REST API at /api/v4/ for creating posts, commenting, managing communities, voting, searching, and administering instances. Lemmy federates across the Fediverse using the ActivityPub protocol, allowing users on different Lemmy instances and compatible platforms (Mastodon, PeerTube, Friendica) to interact without a central server. Each instance operator configures their own rate limits; default limits include 50 comments per 10 minutes, 100 searches per 10 minutes, and 5 new registrations per day. Authentication uses JWT bearer tokens obtained via the login endpoint. The software is licensed under AGPL-3.0 and written in Rust with an Actix web framework backend.

Lemmy publishes 14 APIs on the APIs.io network, including Account API, Admin API, Authentication API, and 11 more. Tagged areas include Communities, Federated, Fediverse, Link Aggregator, and Open-Source.

The Lemmy catalog on APIs.io includes 1 JSON-LD context and 1 Spectral governance ruleset.

Lemmy’s developer surface includes authentication, documentation, getting-started guide, engineering blog, and 10 more developer resources.

52.7/100 developing ▬ flat Agent 31/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreeSelf serve⚡ Free to try
14 APIs
CommunitiesFederatedFediverseLink AggregatorOpen-SourceSocial Networks

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 52.7/100 · developing
Contract Quality 19.1 / 25
Developer Ergonomics 6.5 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 4.8 / 13
Governance 7.0 / 12
Discoverability 7.4 / 10
Agent readiness — 31/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/lemmy: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 14

Individual APIs this provider publishes, each with its own machine-readable definition.

Lemmy Account API

User account management and settings

Lemmy Admin API

Administrative actions

Lemmy Authentication API

Account registration, login, and password management

Lemmy Comment API

Creating and managing comments

Lemmy Community API

Community management and discovery

Lemmy Federation API

ActivityPub federation and cross-instance operations

Lemmy Images API

Image upload and retrieval

Lemmy Notifications API

User notifications and alerts

Lemmy Person API

User profiles and discovery

Lemmy Post API

Creating and managing posts

Lemmy Private Messages API

Direct messaging between users

Lemmy Reports API

Content reporting and moderation

Lemmy Search API

Search across posts, comments, communities, and users

Lemmy Site API

Site-level information and configuration

Scroll for all 14

Pricing Plans 1

Published pricing tiers and plan structures.

Lemmy Plans Pricing

3 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Lemmy Rate Limits

6 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Lemmy Finops

FINOPS

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Lemmy Context

34 classes · 34 properties

JSON-LD

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

Lemmy API Rules

5 rules · 4 warnings 1 info

SPECTRAL

JSON Schema 3

Standalone JSON Schema definitions for this provider's data models.

Comment

13 properties

JSON SCHEMA

Community

17 properties

JSON SCHEMA

Post

21 properties

JSON SCHEMA

Examples 3

Example request and response payloads for these APIs.

Create Post

4 fields

EXAMPLE

Login

5 fields

EXAMPLE

Search

4 fields

EXAMPLE

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Lemmy Authentication

http · 1 scheme

SECURITY

Lemmy Domain Security

TLSv1.3 · DNSSEC · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Lemmy Agentic Access

52 operations · 32 acting · 1 human-in-the-loop

52 operations · 32 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: lemmy
name: Lemmy
description: Lemmy is a free, open-source, self-hostable federated link aggregator and discussion platform built as a Reddit
  alternative. It exposes a versioned REST API at /api/v4/ for creating posts, commenting, managing communities, voting, searching,
  and administering instances. Lemmy federates across the Fediverse using the ActivityPub protocol, allowing users on different
  Lemmy instances and compatible platforms (Mastodon, PeerTube, Friendica) to interact without a central server. Each instance
  operator configures their own rate limits; default limits include 50 comments per 10 minutes, 100 searches per 10 minutes,
  and 5 new registrations per day. Authentication uses JWT bearer tokens obtained via the login endpoint. The software is
  licensed under AGPL-3.0 and written in Rust with an Actix web framework backend.
type: Index
accessModel:
  pricing: free
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Free · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/lemmy.png
tags:
- Communities
- Federated
- Fediverse
- Link Aggregator
- Open-Source
- Social Networks
url: https://raw.githubusercontent.com/api-evangelist/lemmy/refs/heads/main/apis.yml
created: '2026-06-13'
modified: '2026-06-13'
specificationVersion: '0.19'
apis:
- aid: lemmy:lemmy-account-api
  name: Lemmy Account API
  description: User account management and settings
  humanURL: https://join-lemmy.org/docs/
  baseURL: https://lemmy.world/api/v4
  tags:
  - Account
  properties:
  - type: OpenAPI
    url: openapi/lemmy-account-api-openapi.yml
  - type: Documentation
    url: https://join-lemmy.org/docs/
  - type: Authentication
    url: https://join-lemmy.org/docs/client_development/authentication.html
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy-js-client
  - type: JSONSchema
    url: json-schema/post.json
  - type: JSONSchema
    url: json-schema/comment.json
  - type: JSONSchema
    url: json-schema/community.json
  - type: JSONLDContext
    url: json-ld/lemmy-context.jsonld
  - type: Vocabulary
    url: vocabulary/lemmy-vocabulary.yml
  - type: Examples
    url: examples/login.json
  - type: Examples
    url: examples/create-post.json
  - type: Examples
    url: examples/search.json
  - type: RateLimits
    url: rate-limits/lemmy-rate-limits.yml
  - type: Plans
    url: plans/lemmy-plans-pricing.yml
  - type: FinOps
    url: finops/lemmy-finops.yml
- aid: lemmy:lemmy-admin-api
  name: Lemmy Admin API
  description: Administrative actions
  humanURL: https://join-lemmy.org/docs/
  baseURL: https://lemmy.world/api/v4
  tags:
  - Admin
  properties:
  - type: OpenAPI
    url: openapi/lemmy-admin-api-openapi.yml
  - type: Documentation
    url: https://join-lemmy.org/docs/
  - type: Authentication
    url: https://join-lemmy.org/docs/client_development/authentication.html
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy-js-client
  - type: JSONSchema
    url: json-schema/post.json
  - type: JSONSchema
    url: json-schema/comment.json
  - type: JSONSchema
    url: json-schema/community.json
  - type: JSONLDContext
    url: json-ld/lemmy-context.jsonld
  - type: Vocabulary
    url: vocabulary/lemmy-vocabulary.yml
  - type: Examples
    url: examples/login.json
  - type: Examples
    url: examples/create-post.json
  - type: Examples
    url: examples/search.json
  - type: RateLimits
    url: rate-limits/lemmy-rate-limits.yml
  - type: Plans
    url: plans/lemmy-plans-pricing.yml
  - type: FinOps
    url: finops/lemmy-finops.yml
- aid: lemmy:lemmy-authentication-api
  name: Lemmy Authentication API
  description: Account registration, login, and password management
  humanURL: https://join-lemmy.org/docs/
  baseURL: https://lemmy.world/api/v4
  tags:
  - Authentication
  properties:
  - type: OpenAPI
    url: openapi/lemmy-authentication-api-openapi.yml
  - type: Documentation
    url: https://join-lemmy.org/docs/
  - type: Authentication
    url: https://join-lemmy.org/docs/client_development/authentication.html
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy-js-client
  - type: JSONSchema
    url: json-schema/post.json
  - type: JSONSchema
    url: json-schema/comment.json
  - type: JSONSchema
    url: json-schema/community.json
  - type: JSONLDContext
    url: json-ld/lemmy-context.jsonld
  - type: Vocabulary
    url: vocabulary/lemmy-vocabulary.yml
  - type: Examples
    url: examples/login.json
  - type: Examples
    url: examples/create-post.json
  - type: Examples
    url: examples/search.json
  - type: RateLimits
    url: rate-limits/lemmy-rate-limits.yml
  - type: Plans
    url: plans/lemmy-plans-pricing.yml
  - type: FinOps
    url: finops/lemmy-finops.yml
- aid: lemmy:lemmy-comment-api
  name: Lemmy Comment API
  description: Creating and managing comments
  humanURL: https://join-lemmy.org/docs/
  baseURL: https://lemmy.world/api/v4
  tags:
  - Comment
  properties:
  - type: OpenAPI
    url: openapi/lemmy-comment-api-openapi.yml
  - type: Documentation
    url: https://join-lemmy.org/docs/
  - type: Authentication
    url: https://join-lemmy.org/docs/client_development/authentication.html
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy-js-client
  - type: JSONSchema
    url: json-schema/post.json
  - type: JSONSchema
    url: json-schema/comment.json
  - type: JSONSchema
    url: json-schema/community.json
  - type: JSONLDContext
    url: json-ld/lemmy-context.jsonld
  - type: Vocabulary
    url: vocabulary/lemmy-vocabulary.yml
  - type: Examples
    url: examples/login.json
  - type: Examples
    url: examples/create-post.json
  - type: Examples
    url: examples/search.json
  - type: RateLimits
    url: rate-limits/lemmy-rate-limits.yml
  - type: Plans
    url: plans/lemmy-plans-pricing.yml
  - type: FinOps
    url: finops/lemmy-finops.yml
- aid: lemmy:lemmy-community-api
  name: Lemmy Community API
  description: Community management and discovery
  humanURL: https://join-lemmy.org/docs/
  baseURL: https://lemmy.world/api/v4
  tags:
  - Community
  properties:
  - type: OpenAPI
    url: openapi/lemmy-community-api-openapi.yml
  - type: Documentation
    url: https://join-lemmy.org/docs/
  - type: Authentication
    url: https://join-lemmy.org/docs/client_development/authentication.html
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy-js-client
  - type: JSONSchema
    url: json-schema/post.json
  - type: JSONSchema
    url: json-schema/comment.json
  - type: JSONSchema
    url: json-schema/community.json
  - type: JSONLDContext
    url: json-ld/lemmy-context.jsonld
  - type: Vocabulary
    url: vocabulary/lemmy-vocabulary.yml
  - type: Examples
    url: examples/login.json
  - type: Examples
    url: examples/create-post.json
  - type: Examples
    url: examples/search.json
  - type: RateLimits
    url: rate-limits/lemmy-rate-limits.yml
  - type: Plans
    url: plans/lemmy-plans-pricing.yml
  - type: FinOps
    url: finops/lemmy-finops.yml
- aid: lemmy:lemmy-federation-api
  name: Lemmy Federation API
  description: ActivityPub federation and cross-instance operations
  humanURL: https://join-lemmy.org/docs/
  baseURL: https://lemmy.world/api/v4
  tags:
  - Federation
  properties:
  - type: OpenAPI
    url: openapi/lemmy-federation-api-openapi.yml
  - type: Documentation
    url: https://join-lemmy.org/docs/
  - type: Authentication
    url: https://join-lemmy.org/docs/client_development/authentication.html
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy-js-client
  - type: JSONSchema
    url: json-schema/post.json
  - type: JSONSchema
    url: json-schema/comment.json
  - type: JSONSchema
    url: json-schema/community.json
  - type: JSONLDContext
    url: json-ld/lemmy-context.jsonld
  - type: Vocabulary
    url: vocabulary/lemmy-vocabulary.yml
  - type: Examples
    url: examples/login.json
  - type: Examples
    url: examples/create-post.json
  - type: Examples
    url: examples/search.json
  - type: RateLimits
    url: rate-limits/lemmy-rate-limits.yml
  - type: Plans
    url: plans/lemmy-plans-pricing.yml
  - type: FinOps
    url: finops/lemmy-finops.yml
- aid: lemmy:lemmy-images-api
  name: Lemmy Images API
  description: Image upload and retrieval
  humanURL: https://join-lemmy.org/docs/
  baseURL: https://lemmy.world/api/v4
  tags:
  - Images
  properties:
  - type: OpenAPI
    url: openapi/lemmy-images-api-openapi.yml
  - type: Documentation
    url: https://join-lemmy.org/docs/
  - type: Authentication
    url: https://join-lemmy.org/docs/client_development/authentication.html
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy-js-client
  - type: JSONSchema
    url: json-schema/post.json
  - type: JSONSchema
    url: json-schema/comment.json
  - type: JSONSchema
    url: json-schema/community.json
  - type: JSONLDContext
    url: json-ld/lemmy-context.jsonld
  - type: Vocabulary
    url: vocabulary/lemmy-vocabulary.yml
  - type: Examples
    url: examples/login.json
  - type: Examples
    url: examples/create-post.json
  - type: Examples
    url: examples/search.json
  - type: RateLimits
    url: rate-limits/lemmy-rate-limits.yml
  - type: Plans
    url: plans/lemmy-plans-pricing.yml
  - type: FinOps
    url: finops/lemmy-finops.yml
- aid: lemmy:lemmy-notifications-api
  name: Lemmy Notifications API
  description: User notifications and alerts
  humanURL: https://join-lemmy.org/docs/
  baseURL: https://lemmy.world/api/v4
  tags:
  - Notifications
  properties:
  - type: OpenAPI
    url: openapi/lemmy-notifications-api-openapi.yml
  - type: Documentation
    url: https://join-lemmy.org/docs/
  - type: Authentication
    url: https://join-lemmy.org/docs/client_development/authentication.html
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy-js-client
  - type: JSONSchema
    url: json-schema/post.json
  - type: JSONSchema
    url: json-schema/comment.json
  - type: JSONSchema
    url: json-schema/community.json
  - type: JSONLDContext
    url: json-ld/lemmy-context.jsonld
  - type: Vocabulary
    url: vocabulary/lemmy-vocabulary.yml
  - type: Examples
    url: examples/login.json
  - type: Examples
    url: examples/create-post.json
  - type: Examples
    url: examples/search.json
  - type: RateLimits
    url: rate-limits/lemmy-rate-limits.yml
  - type: Plans
    url: plans/lemmy-plans-pricing.yml
  - type: FinOps
    url: finops/lemmy-finops.yml
- aid: lemmy:lemmy-person-api
  name: Lemmy Person API
  description: User profiles and discovery
  humanURL: https://join-lemmy.org/docs/
  baseURL: https://lemmy.world/api/v4
  tags:
  - Person
  properties:
  - type: OpenAPI
    url: openapi/lemmy-person-api-openapi.yml
  - type: Documentation
    url: https://join-lemmy.org/docs/
  - type: Authentication
    url: https://join-lemmy.org/docs/client_development/authentication.html
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy-js-client
  - type: JSONSchema
    url: json-schema/post.json
  - type: JSONSchema
    url: json-schema/comment.json
  - type: JSONSchema
    url: json-schema/community.json
  - type: JSONLDContext
    url: json-ld/lemmy-context.jsonld
  - type: Vocabulary
    url: vocabulary/lemmy-vocabulary.yml
  - type: Examples
    url: examples/login.json
  - type: Examples
    url: examples/create-post.json
  - type: Examples
    url: examples/search.json
  - type: RateLimits
    url: rate-limits/lemmy-rate-limits.yml
  - type: Plans
    url: plans/lemmy-plans-pricing.yml
  - type: FinOps
    url: finops/lemmy-finops.yml
- aid: lemmy:lemmy-post-api
  name: Lemmy Post API
  description: Creating and managing posts
  humanURL: https://join-lemmy.org/docs/
  baseURL: https://lemmy.world/api/v4
  tags:
  - Post
  properties:
  - type: OpenAPI
    url: openapi/lemmy-post-api-openapi.yml
  - type: Documentation
    url: https://join-lemmy.org/docs/
  - type: Authentication
    url: https://join-lemmy.org/docs/client_development/authentication.html
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy-js-client
  - type: JSONSchema
    url: json-schema/post.json
  - type: JSONSchema
    url: json-schema/comment.json
  - type: JSONSchema
    url: json-schema/community.json
  - type: JSONLDContext
    url: json-ld/lemmy-context.jsonld
  - type: Vocabulary
    url: vocabulary/lemmy-vocabulary.yml
  - type: Examples
    url: examples/login.json
  - type: Examples
    url: examples/create-post.json
  - type: Examples
    url: examples/search.json
  - type: RateLimits
    url: rate-limits/lemmy-rate-limits.yml
  - type: Plans
    url: plans/lemmy-plans-pricing.yml
  - type: FinOps
    url: finops/lemmy-finops.yml
- aid: lemmy:lemmy-private-messages-api
  name: Lemmy Private Messages API
  description: Direct messaging between users
  humanURL: https://join-lemmy.org/docs/
  baseURL: https://lemmy.world/api/v4
  tags:
  - Private Messages
  properties:
  - type: OpenAPI
    url: openapi/lemmy-private-messages-api-openapi.yml
  - type: Documentation
    url: https://join-lemmy.org/docs/
  - type: Authentication
    url: https://join-lemmy.org/docs/client_development/authentication.html
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy-js-client
  - type: JSONSchema
    url: json-schema/post.json
  - type: JSONSchema
    url: json-schema/comment.json
  - type: JSONSchema
    url: json-schema/community.json
  - type: JSONLDContext
    url: json-ld/lemmy-context.jsonld
  - type: Vocabulary
    url: vocabulary/lemmy-vocabulary.yml
  - type: Examples
    url: examples/login.json
  - type: Examples
    url: examples/create-post.json
  - type: Examples
    url: examples/search.json
  - type: RateLimits
    url: rate-limits/lemmy-rate-limits.yml
  - type: Plans
    url: plans/lemmy-plans-pricing.yml
  - type: FinOps
    url: finops/lemmy-finops.yml
- aid: lemmy:lemmy-reports-api
  name: Lemmy Reports API
  description: Content reporting and moderation
  humanURL: https://join-lemmy.org/docs/
  baseURL: https://lemmy.world/api/v4
  tags:
  - Reports
  properties:
  - type: OpenAPI
    url: openapi/lemmy-reports-api-openapi.yml
  - type: Documentation
    url: https://join-lemmy.org/docs/
  - type: Authentication
    url: https://join-lemmy.org/docs/client_development/authentication.html
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy-js-client
  - type: JSONSchema
    url: json-schema/post.json
  - type: JSONSchema
    url: json-schema/comment.json
  - type: JSONSchema
    url: json-schema/community.json
  - type: JSONLDContext
    url: json-ld/lemmy-context.jsonld
  - type: Vocabulary
    url: vocabulary/lemmy-vocabulary.yml
  - type: Examples
    url: examples/login.json
  - type: Examples
    url: examples/create-post.json
  - type: Examples
    url: examples/search.json
  - type: RateLimits
    url: rate-limits/lemmy-rate-limits.yml
  - type: Plans
    url: plans/lemmy-plans-pricing.yml
  - type: FinOps
    url: finops/lemmy-finops.yml
- aid: lemmy:lemmy-search-api
  name: Lemmy Search API
  description: Search across posts, comments, communities, and users
  humanURL: https://join-lemmy.org/docs/
  baseURL: https://lemmy.world/api/v4
  tags:
  - Search
  properties:
  - type: OpenAPI
    url: openapi/lemmy-search-api-openapi.yml
  - type: Documentation
    url: https://join-lemmy.org/docs/
  - type: Authentication
    url: https://join-lemmy.org/docs/client_development/authentication.html
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy-js-client
  - type: JSONSchema
    url: json-schema/post.json
  - type: JSONSchema
    url: json-schema/comment.json
  - type: JSONSchema
    url: json-schema/community.json
  - type: JSONLDContext
    url: json-ld/lemmy-context.jsonld
  - type: Vocabulary
    url: vocabulary/lemmy-vocabulary.yml
  - type: Examples
    url: examples/login.json
  - type: Examples
    url: examples/create-post.json
  - type: Examples
    url: examples/search.json
  - type: RateLimits
    url: rate-limits/lemmy-rate-limits.yml
  - type: Plans
    url: plans/lemmy-plans-pricing.yml
  - type: FinOps
    url: finops/lemmy-finops.yml
- aid: lemmy:lemmy-site-api
  name: Lemmy Site API
  description: Site-level information and configuration
  humanURL: https://join-lemmy.org/docs/
  baseURL: https://lemmy.world/api/v4
  tags:
  - Site
  properties:
  - type: OpenAPI
    url: openapi/lemmy-site-api-openapi.yml
  - type: Documentation
    url: https://join-lemmy.org/docs/
  - type: Authentication
    url: https://join-lemmy.org/docs/client_development/authentication.html
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy
  - type: GitHubRepository
    url: https://github.com/LemmyNet/lemmy-js-client
  - type: JSONSchema
    url: json-schema/post.json
  - type: JSONSchema
    url: json-schema/comment.json
  - type: JSONSchema
    url: json-schema/community.json
  - type: JSONLDContext
    url: json-ld/lemmy-context.jsonld
  - type: Vocabulary
    url: vocabulary/lemmy-vocabulary.yml
  - type: Examples
    url: examples/login.json
  - type: Examples
    url: examples/create-post.json
  - type: Examples
    url: examples/search.json
  - type: RateLimits
    url: rate-limits/lemmy-rate-limits.yml
  - type: Plans
    url: plans/lemmy-plans-pricing.yml
  - type: FinOps
    url: finops/lemmy-finops.yml
common:
- type: AgenticAccess
  url: agentic-access/lemmy-agentic-access.yml
- type: DomainSecurity
  url: security/lemmy-domain-security.yml
- type: Authentication
  url: authentication/lemmy-authentication.yml
- type: GitHubOrganization
  url: https://github.com/LemmyNet
- type: Website
  url: https://join-lemmy.org
- type: Documentation
  url: https://join-lemmy.org/docs/
- type: GettingStarted
  url: https://join-lemmy.org/docs/client_development/
- type: License
  url: https://github.com/LemmyNet/lemmy/blob/main/LICENSE
- type: Blog
  url: https://join-lemmy.org/news/
- type: RateLimits
  url: rate-limits/lemmy-rate-limits.yml
- type: Plans
  url: plans/lemmy-plans-pricing.yml
- type: FinOps
  url: finops/lemmy-finops.yml
- type: GitHubRepository
  url: https://github.com/LemmyNet/lemmy
- type: ActivityPub
  url: https://www.w3.org/TR/activitypub/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com