Get Profile
Fetch an Are.na user or group profile by username or profile URL.
Capability ID
arena.profile.get
Cost
1 credit per request
Maximum runtime
10 seconds
POST
/execute
Shared execution endpoint
Input parameters
username
string
required
Are.na username or profile URL
Example
laurel-schwulst
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative sample
The full redacted fixture is shown in the response panel.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
avatar_url |
string |
https://static.avatars.are.na/449/large_394b882d8af9c3ac0ae82d50d2ca27e… |
bio |
string |
<p><a href="https://laurelschwulst.com" target="_blank" rel="nofollow n… |
class |
string |
User |
counts |
object |
3 fields |
counts.channels |
integer |
541 |
counts.followers |
integer |
4385 |
counts.following |
integer |
2285 |
created_at |
string |
March 2012 |
href |
string |
/laurel-schwulst |
id |
integer |
449 |
name |
string |
Laurel Schwulst |
slug |
string |
laurel-schwulst |
username |
string |
laurel-schwulst |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.