Skip to content
Pasan Kamburugamuwa edited this page Jan 2, 2024 · 23 revisions

Welcome to the osomemastodon documentation.

API Documentation

API Endpoints

  1. Instance - Get Mastodon Instances API

  2. Status - Search by keyword API

  3. Status - Most recent by hashtag API

  4. Status - Most recent for instance API

  5. Status - Single status by Id API

  6. Accounts - Search by keyword

  7. Accounts - Single Account by Id

  8. Get Hashtag metadata

  9. Instance - Get Mastodon Instances API

Overview

The Mastodon Instances API provides a list of Mastodon instances based on specified criteria, including minimum active users, count, sorting, and authorization. You can access the official documentation from here.

Official API Endpoint

GET https://instances.social/api/1.0/instances/list

Request

Clone this wiki locally