Mastodon Docs
HomepageSponsorsApps
en
en
  • What is Mastodon?
  • Using Mastodon
    • Signing up for an account
    • Setting up your profile
    • Posting toots
    • Using the network features
    • Dealing with unwanted content
    • Promoting yourself and others
    • Set your preferences
    • More settings
    • Using Mastodon externally
    • Moving or leaving accounts
  • Running Mastodon
    • Preparing your machine
    • Installing from source
    • Configuring variables
    • Installing optional features
      • Full-text search
      • Hidden services
      • Single Sign On (SSO, LDAP, PAM, CAS, SAML)
    • Setting up your new instance
    • Using the admin CLI
    • Upgrading to a new release
    • Backing up your server
    • Migrating to a new machine
    • Scaling up your server
    • Moderation actions
    • Troubleshooting errors
  • Developing Mastodon Apps
    • Getting started with the API
    • Playing with public data
    • Obtaining client app access
    • Logging in with an account
    • Guidelines and best practices
    • Libraries and implementations
  • Contributing to Mastodon
    • Technical overview
    • Setting up a dev environment
    • Code structure
    • Routes
  • Spec compliance
    • ActivityPub
    • WebFinger
    • Security
    • Microformats
    • OAuth
  • REST API
    • OAuth Scopes
  • API Methods
    • apps
      • oauth
    • accounts
      • bookmarks
      • favourites
      • mutes
      • blocks
      • domain_blocks
      • filters
      • reports
      • follow_requests
      • endorsements
      • featured_tags
      • preferences
      • suggestions
    • statuses
      • media
      • polls
      • scheduled_statuses
    • timelines
      • conversations
      • lists
      • markers
      • streaming
    • notifications
      • push
    • search
    • instance
      • trends
      • directory
      • custom_emojis
    • admin
    • proofs
    • oembed
  • API Entities
    • Account
    • Admin::Account
    • Admin::Report
    • Activity
    • Application
    • Attachment
    • Card
    • Context
    • Conversation
    • Emoji
    • Error
    • FeaturedTag
    • Field
    • Filter
    • History
    • IdentityProof
    • Instance
    • List
    • Marker
    • Mention
    • Notification
    • Poll
    • PushSubscription
    • Relationship
    • Report
    • Results
    • Preferences
    • ScheduledStatus
    • Source
    • Status
    • Tag
    • Token
Powered by GitBook
On this page
  • Apex (Salesforce)
  • C# (.NET Standard)
  • C++
  • Crystal
  • Common Lisp
  • Elixir
  • Go
  • Haskell
  • Java
  • JavaScript
  • JavaScript (Browser)
  • JavaScript (Node.js)
  • Perl
  • PHP
  • Python
  • R
  • Ruby
  • Rust
  • Scala
  • Swift

Was this helpful?

  1. Developing Mastodon Apps

Libraries and implementations

Interface with the Mastodon API in the programming language of your choice.

Apex (Salesforce)

  • apex-mastodon

C# (.NET Standard)

  • Mastodot

  • Mastonet

  • TootNet

  • mastodon-api-cs

  • Mastodon.Net

C++

  • mastodon-cpp

Crystal

  • mastodon.cr

Common Lisp

  • tooter

Elixir

  • hunter

Go

  • go-mastodon

  • madon

Haskell

  • hastodon

Java

  • mastodon4j

JavaScript

  • masto.js

  • libodonjs

JavaScript (Browser)

  • mastodon.js

JavaScript (Node.js)

  • node-mastodon

  • mastodon-api

Perl

  • Mastodon::Client

PHP

  • Mastodon API for Laravel

  • Mastodon-api-php

  • Composer based php API wrapper

  • MastodonOAuthPHP

  • Phediverse Mastodon REST Client

  • TootoPHP

  • oauth2-mastodon

  • Mastodon Wordpress API

Python

  • Mastodon.py

R

  • mastodon

Ruby

  • mastodon-api

Rust

  • mammut

  • elefren

Scala

  • scaladon

Swift

  • MastodonKit

PreviousGuidelines and best practicesNextTechnical overview

Last updated 5 years ago

Was this helpful?