Skip to main content
GET
/
v1
/
people
/
about
curl --request GET \
  --url 'https://api.netrows.com/v1/people/about?username=example' \
  --header 'Authorization: Bearer YOUR_API_KEY'
{
  "success": true,
  "message": "",
  "data": {
    "Contact information": "Updated less than 1 year ago",
    "Joined": "May 2013",
    "Profile photo": "Updated less than 3 months ago",
    "isVerified": false
  }
}
Authorization
string
required
Your API key from dashboard

Query Parameters

username
string
required
The username of the profile
curl --request GET \
  --url 'https://api.netrows.com/v1/people/about?username=example' \
  --header 'Authorization: Bearer YOUR_API_KEY'
{
  "success": true,
  "message": "",
  "data": {
    "Contact information": "Updated less than 1 year ago",
    "Joined": "May 2013",
    "Profile photo": "Updated less than 3 months ago",
    "isVerified": false
  }
}

Cost

This endpoint costs 1 credit per request.

Rate Limits

Subject to your account’s rate limit (10-100 requests/minute based on plan).