---
title: "Get Linked Indicators"
method: GET
path: "/api/feed.php"
tags: ["Feeds"]
---

# Get Linked Indicators

`GET /api/feed.php`

Retrieve indicators linked to a specific feed.

## Query parameters

- `key` string
- `fid` string, required
- `get` 'links' | 'properties', nullable, required
- `summary` 1 | 0
- `splitrisk` 1 | 0
- `pretty` 0 | 1

## Response `200`

Successful request. Returns linked indicators in JSON format.

- LinkedIndicatorsResponse — Response containing paginated linked indicators.
  - `page_current` integer — Current page number.
  - `results` LinkedIndicator[] — Array of indicators linked to the feed.
    - `iid` integer — Unique identifier of the linked indicator.
    - `indicator` string — Value of the linked indicator. May be: - a domain name (e.g., `microsoft.com`) - an IP address (e.g., `8.8.8.8`) - a URL (e.g., `https://pulsedive.com/explore`)
    - `type` string — Type of the linked indicator.
    - `risk` 'unknown' | 'very low' | 'low' | 'medium' | 'high' | 'critical' | 'retired' | 'none' — Risk level of the linked indicator.
    - `stamp_linked` string, sql-date-time, nullable — Timestamp when the indicator was linked. 24-hour format, UTC time zone.
    - `summary` object — Dynamically-generated condensed summary of key information about the linked indicator. Structure varies by indicator type and available data. Examples of data that could be included: domain name, geolocation data, WHOIS data, threats, and feeds.

## Other responses

- `400` — Bad request. The request was malformed or missing required parameters.
- `401` — Unauthorized. Your API key is missing or invalid.
- `404` — Not found. The requested indicator could not be located.
- `429` — Rate limit exceeded. Too many requests have been made in a short period of time.
- `500` — Server error. An unexpected problem occurred on our end. These errors are automatically reported to our team.

---

[API](https://skmtc.dev/pulsedive/apis/pulsedive-api-reference.md) · [All operations](https://skmtc.dev/pulsedive/apis/pulsedive-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pulsedive/pulsedive-api-reference/revisions/d0d40458010b/schema)
