Parameter | Description |
---|---|
Query | Query string to search results with. |
Sort | Sort results by given field. |
Parameter | Description |
---|---|
Limit | Limit the number of elements on the response. |
Page | The page number to be returned. |
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"username": "AlienVault",
"pulse_count": 178,
"user_id": 16976,
"subscriber_count": 7,
"member_since": "1343 days ago ",
"award_count": 0,
"avatar_url": "https://otx.alienvault.com/assets/images/default-avatar.png",
"follower_count": 4,
"indicator_count": 62545
}
]
}
Was this page helpful?