Skip to main content
GET
/
api
/
indicator.php
curl "https://pulsedive.com/api/indicator.php?iid=47936201&get=links"
{
  "Related URLs": [
    {
      "iid": 6038591,
      "indicator": "https://pulsedive.com/api/facebook.com/recover/code/",
      "type": "url",
      "risk": "retired",
      "stamp_linked": "2019-10-14 19:51:08",
      "summary": {
        "properties": {
          "whois": {
            "++privacy": "1"
          },
          "geo": {
            "country": "Canada",
            "city": "Toronto",
            "region": "ON",
            "countrycode": "CA"
          }
        }
      }
    }
  ],
  "Redirects": [
    {
      "iid": 642010,
      "indicator": "https://pulsedive.com/",
      "type": "url",
      "risk": "none",
      "stamp_linked": "2026-02-26 17:00:13",
      "summary": {
        "domainiid": 53929,
        "properties": {
          "whois": {
            "++gdpr": "1",
            "++privacy": ""
          },
          "geo": {
            "city": "REDACTED FOR PRIVACY",
            "region": "NJ",
            "country": "United States of America",
            "countrycode": "US"
          },
          "http": {
            "++content-type": "text/html",
            "++code": "200"
          }
        },
        "domain": "pulsedive.com",
        "attributes": []
      }
    }
  ],
  "Active DNS": [
    {
      "iid": 169108,
      "indicator": "ns3.digitalocean.com",
      "type": "domain",
      "risk": "none",
      "stamp_linked": "2020-09-01 03:13:21",
      "summary": {
        "domainiid": 169109,
        "properties": {
          "http": {
            "++code": "200",
            "++content-type": "text/html"
          },
          "geo": {
            "countrycode": "US",
            "city": "NEW YORK",
            "region": "NY",
            "country": "United States of America"
          },
          "whois": {
            "++privacy": "",
            "++gdpr": ""
          }
        },
        "attributes": [],
        "domain": "digitalocean.com"
      }
    }
  ]
}

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.

iid
string
required

Unique identifier of the indicator to retrieve.

get
enum<string> | null
required

Indicates which data subset to retrieve. Options include:

  • links: Retrieves relationship data showing how the indicator connects to other objects.
  • properties: Retrieves only the properties data, such as classification changes, sightings, timestamps, and related metadata. Use for better performance when you only need current property values or want to control response size.
Available options:
links,
properties
historical
enum<integer>
default:0

Indicates whether to return indicator properties as they appeared in previous scans. Use to analyze trends or audit historical threat activity.

For historical data, set to 1. For recent data, set to 0.

Available options:
0,
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 requested indicator information in JSON format.

Response containing linked indicators grouped by link type. Dynamic keyed object where {key} represents the link type.

{key}
object[]