ISH-744
Created by kopper
10 months ago
Mar 05 2025, 21:12 GMT+1
Updated by pancakes
4 months ago
Sep 09 2025, 13:04 GMT+2
Mastodon API: Implement reactions list endpoint

https://github.com/TheEssem/mastodon/pull/11

  • StatusEntity has a new reactions_count property
  • New endpoint: /api/v1/statuses/:id/reactions. No API definition I can find but from poking at the PR and at a live instance:
    • Seems to return an array of ReactionEntity except without count and with an account field instead of accounts array, repeating each reaction multiple times for different accounts
    • Is paginated, max 30 per page
    • Possible to filter reactions by an emoji query parameter (?emoji=⭐, or with custom emoji ?emoji=spinny_cat@remote-instance.example)
Project
Iceshrimp.NET
Priority
Normal
N
Type
Bug
B
State
Triaged
T
Assignee
pancakes
Avatar
Subsystem
Backend
B
Component
Mastodon client API
M
Affected version
Unknown
Target version
Unscheduled
Released in version
Unreleased