Profile summary + location slice of the full record.
Try in Playground| Name | Type | Required | Description |
|---|---|---|---|
| id | string | no | Stable profile id (prsn_...). Get it from /api/v1/profile/username-to-urn — read data.id. Provide id OR handle. (e.g. prsn_pgvv42ri57uei) |
| handle | string | no | Public profile handle. Provide id OR handle. (e.g. satyanadella) |
curl -H "X-API-Key: zq_…" \ "https://zooq.dev/api/v1/profile/about?id=prsn_pgvv42ri57uei&handle=satyanadella"
{
"success": true,
"statusCode": 200,
"message": "Profile retrieved successfully",
"errors": null,
"data": {
"id": "prsn_pgvv42ri57uei",
"handle": "satyanadella",
"headline": "Chairman and CEO at Microsoft",
"summary": "As chairman and CEO of Microsoft, I define my mission and that of my company as empowering every person and every organization on the planet to achieve more.",
"geo": { "city": "Redmond, Washington", "full": "Redmond, Washington, United States", "country": "United States", "countryCode": "us" },
"geo_city": "Redmond, Washington",
"geo_country": "United States",
"geo_country_code": "us"
}
}Successful responses are wrapped in the standard envelope. The data field carries the actual payload; errors is null on success.
300 free credits on signup, no card required. That covers 30 calls.
Get an API key →