mastodon/mastodon-api

Embeds Card in Status

Opened this issue · 0 comments

Is it possible to embed the attribute Card in the entity Status (nullable true)?

Currently, the only possibility seems to make a second call to:
GET /api/v1/statuses/:id/card

For instance with:

GET /api/v1/statuses/:id

Form data:

Field Description Optional
card boolean: get the attached card (default: no) yes