---
title: "Comm-Link Filters"
method: GET
path: "/api/comm-links/filters"
tags: ["Comm-Links"]
---

# Comm-Link Filters

`GET /api/comm-links/filters`

Returns available category, channel, and series filter values for Comm-Links, with occurrence counts. Providing additional filter parameters will narrow the facets accordingly.

## Query parameters

- `filter[id]` integer
- `filter[title]` string
- `filter[content]` string
- `filter[channel]` string
- `filter[series]` string
- `filter[category]` string
- `filter[created_at]` string

## Response `200`

Available filters for Comm-Links.

- object
  - `filters` object
    - `category` FilterValue[] — Category names such as General, Community, Lore, Development
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `channel` FilterValue[] — Channel names such as Engineering, Transmission, Featured post
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `series` FilterValue[] — Series names such as Around the Verse, 10 For the Chairman
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.

---

[API](https://skmtc.net/starcitizenwiki/apis/star-citizen-wiki-api.md) · [All operations](https://skmtc.net/starcitizenwiki/apis/star-citizen-wiki-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/starcitizenwiki/star-citizen-wiki-api/versions/8b259bb9a44c/schema)
