To make it compatible with other mastodon apps:
GET /api/v1/accounts/:id
GET /api/v1/accounts/:id/followers
GET /api/v1/accounts/:id/following
POST /api/v1/accounts/:id/block
POST /api/v1/accounts/:id/unblock
POST /api/v1/accounts/:id/mute
GET /api/v1/accounts/relationships
GET /api/v1/accounts/search
PATCH /api/v1/accounts/update_credentials
POST /api/v1/media
PUT /api/v1/media/:id
POST /api/v1/apps
GET /api/v1/favourites
GET /api/v1/follow_requests
POST /api/v1/follows
GET /api/v1/instance
To make it compatible with other mastodon apps:
Accounts
GET /api/v1/accounts/:idGET /api/v1/accounts/:id/followers// It's implemented for AP so it's just the sameGET /api/v1/accounts/:id/followingPOST /api/v1/accounts/:id/blockPOST /api/v1/accounts/:id/unblockPOST /api/v1/accounts/:id/muteGET /api/v1/accounts/relationshipsGET /api/v1/accounts/searchPATCH /api/v1/accounts/update_credentialsMedia
POST /api/v1/mediaPUT /api/v1/media/:idApps
POST /api/v1/appsLikes
GET /api/v1/favouritesFollow Request
GET /api/v1/follow_requestsFollow
POST /api/v1/followsDone but 404 sending to mastodon inbox #22Instance
GET /api/v1/instanceNeed to be pushed