---
title: "Related content across the network."
method: GET
path: "/posts/{slug}/related"
tags: ["APIs"]
---

# Related content across the network.

`GET /posts/{slug}/related`

Stories, areas, guidance, and papers related to a story. Ranked by shared-tag relevance (rare, specific tags weigh most). Cross-type by default; filter with types.

## Path parameters

- `slug` string, required

## Query parameters

- `types` string
- `limit` integer

## Response `200`

A page of related content.

- object

## Other responses

- `404` — No such resource.

---

[API](https://skmtc.dev/apievangelist/apis/api-evangelist-network-api.md) · [All operations](https://skmtc.dev/apievangelist/apis/api-evangelist-network-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apievangelist/api-evangelist-network-api/revisions/2be0060cad61/schema)
