v1

latestOpenAPI 3.0.3Apache 2.02026-07-2272488.9 KB
Indicators

Get Indicator Links or Properties

Retrieve links or properties for a specific indicator.

get/api/indicator.php

Query parameters

keystring

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.

iidstring required

Unique identifier of the indicator to retrieve.

get'links' | 'properties' nullable 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.
historical0 | 1

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.

pretty0 | 1

Indicates whether to format returned JSON results.

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

Response

Successful request. Returns requested indicator information in JSON format.

LinksResponse required

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

OR
PropertiesResponse required

Response containing indicator properties grouped by property type. Dynamic keyed object where {key} represents the property type.