Skip to main content
GET
Read an account's recent posts

Authorizations

Authorization
string
header
required

Your Groniz API key

Path Parameters

platform
enum<string>
required

Platform to read from. Only x is supported today.

Available options:
x

Query Parameters

username
string

Account handle, without the @. Either username or user_id is required.

user_id
string

Platform user id. Cheaper than username (skips the handle lookup). Either username or user_id is required.

limit
integer
default:10

Maximum items to return. Default 10, capped at 100.

Required range: x <= 100
since
string

Lookback window: a duration (30d, 12h, 45m, 30s), a date (2026-07-01), or an ISO timestamp. Anything else returns 400 — the window is never silently ignored. No window unless set.

Response

The account id and its posts

user_id
string
posts
object[]