Skip to main content
GET
Get Linked Indicators

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.