Skip to main content
GET
/
api
/
feed.php
Get Linked Indicators
curl "https://pulsedive.com/api/feed.php?iid=1&get=links"
{
  "page_current": 0,
  "results": [
    {
      "iid": 219,
      "indicator": "servmill.com",
      "type": "domain",
      "risk": "medium",
      "stamp_linked": "2018-05-08 14:56:18",
      "summary": {
        "properties": {
          "geo": {
            "country": "United Kingdom of Great Britain and Northern Ireland",
            "region": "England",
            "city": "REDACTED FOR PRIVACY",
            "countrycode": "GB"
          },
          "whois": {
            "++privacy": "1",
            "++gdpr": "1"
          }
        }
      }
    }
  ]
}

Query Parameters

key
string

Your Pulsedive API key.

API key authentication is optional. However, requests without a key have stricter rate limits. We recommend including an API key for better performance and reliability.

fid
string
required

Unique identifier of the feed to retrieve.

Example:

"1"

get
enum<string>
required

Indicates which data subset to retrieve. Options include:

  • links: Retrieves relationship data showing how the indicator connects to other objects.

Large result sets are automatically paginated. To learn how to handle paginated responses, visit Pagination.

Available options:
links
summary
enum<integer>

Summarize the data in the response.

For summarized data, set to 1. For full results, set to 0.

Available options:
1,
0
Example:

1

splitrisk
enum<integer>

Split out indicator counts by risk level.

For risk breakdown, set to 1. For non-aggregated results, set to 0.

Available options:
1,
0
Example:

1

pretty
enum<integer>
default:0

Indicates whether to format returned JSON results.

For pretty-printed output, set to 1. For compact output, set to 0.

Available options:
0,
1

Response

Successful request. Returns linked indicators in JSON format.

Response containing paginated linked indicators.

page_current
integer

Current page number.

Example:

0

results
object[]

Array of indicators linked to the feed.