---
title: "Get all characters"
method: GET
path: "/v1/characters"
tags: ["Characters"]
---

# Get all characters

`GET /v1/characters`

You can access the list of characters by using the `/characters` endpoint. Pagination is supported via the `?page=2` querystring. You can also filter the results using the `name`, `status`, `species`, `type` and `gender` query parameters.

## Query parameters

- `page` number
- `name` string, required
- `status` string
- `species` string
- `type` string
- `gender` string

## Headers

- `Authorization` string, required

## Response `200`

OK Response

- object
  - `info` object, required
    - `count` integer, required
    - `pages` integer, required
    - `next` string, required
    - `prev` unknown, required
  - `results` object[], required
    - `id` integer, required
    - `name` string, required
    - `status` string, required
    - `species` string, required
    - `type` string, required
    - `gender` string, required
    - `origin` object, required
      - `name` string, required
      - `url` string, required
    - `location` object, required
      - `name` string, required
      - `url` string, required
    - `image` string, required
    - `episode` string[], required
    - `url` string, required
    - `created` string, required

---

[API](https://skmtc.net/zuplo/apis/the-rick-and-morty-api-via-a-zuplo-gateway.md) · [All operations](https://skmtc.net/zuplo/apis/the-rick-and-morty-api-via-a-zuplo-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuplo/the-rick-and-morty-api-via-a-zuplo-gateway/revisions/ad990c01539f/schema)
