Reads
Read Profile
Profile and follower counts for ANY public account — no connected channel required. Metered per upstream call.
GET
Read an account profile
No connected channel required
Every other endpoint in this API acts through a channel you connected. Reads do not: the server queries its own data provider, so/reads/* works for any public account — a
competitor, a prospect, someone you have never touched.
That is also why a target is mandatory. There is no “me” here (nothing in the request
identifies an account of yours), so pass username or user_id:
user_id is cheaper than username — a handle costs an extra lookup upstream, and reads are
metered per upstream call. Every profile response returns id; reuse it for follow-up reads.Authorizations
Your Groniz API key
Path Parameters
Platform to read from. Only x is supported today.
Available options:
x Query Parameters
Account handle, without the @. Either username or user_id is required.
Platform user id. Cheaper than username (skips the handle lookup). Either username or user_id is required.
Response
The normalized profile
Read an account profile
