---
title: "Galactapedia Filters"
method: GET
path: "/api/galactapedia/filters"
tags: ["Galactapedia"]
---

# Galactapedia Filters

`GET /api/galactapedia/filters`

Returns available category, tag, and template filter values for Galactapedia articles, with occurrence counts. Providing additional filter parameters will narrow the facets accordingly.

## Query parameters

- `filter[category]` string
- `filter[tag]` string
- `filter[template]` string
- `filter[title]` string
- `filter[created_at]` string

## Response `200`

Available filters for Galactapedia.

- object
  - `filters` object
    - `category` FilterValue[] — Category names such as Animals, Archaeology, Art, Banu, Civilizations
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `tag` FilterValue[] — Tag names such as vehicle models, locations, and lore terms
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `template` FilterValue[] — Template types such as Civilization, Company, Event
      - `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)
