Explore - Query
GET https://pulsedive.com/api/explore.php?q=ioc=*pulsedive*&limit=10&pretty=1
This is a limited example of our Explore capabilities.
Pulsedive API documentation for Explore can be found here: https://pulsedive.com/api/explore
Learn more about Explore with our Query Guide here: https://pulsedive.com/explore/
Our Explore query language allows you to search across our dataset with boolean logic and wildcards. You can search indicators by value, type, risk, last seen timestamp, threat, feed, attribute, and property, or any combination. For an in-depth overview, please take a look at the Explore query language documentation.
Request
The Explore API request is straightforward. Simply URI-encode your Explore query and place it in the q parameter.
You can limit the number of records using the limit parameter. Limits are documented here .
Export
You can export Explore results in CSV and STIX 2.1 format. Read more in our complete Explore API documentation .
Request Params
| Key | Datatype | Required | Description |
| q
| string | | Explore query |
| limit
| number | | Set result limit |
| pretty
| number | | Pretty-print JSON response |
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: ``