---
title: "Get Indicator Links or Properties"
method: GET
path: "/api/indicator.php"
tags: ["Indicators"]
---

# Get Indicator Links or Properties

`GET /api/indicator.php`

Retrieve links or properties for a specific indicator.

## Query parameters

- `key` string
- `iid` string, required
- `get` 'links' | 'properties', nullable, required
- `historical` 0 | 1
- `pretty` 0 | 1

## Response `200`

Successful request. Returns requested indicator information in JSON format.

- union
  - LinksResponse — Response containing linked indicators grouped by link type. Dynamic keyed object where {key} represents the link type.
  - PropertiesResponse — Response containing indicator properties grouped by property type. Dynamic keyed object where {key} represents the property type.

## 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)
