---
title: "List Valorant abilities"
method: GET
path: "/valorant/abilities"
tags: ["Valorant abilities"]
---

# List Valorant abilities

`GET /valorant/abilities`

List abilities
> ℹ️  
> 
> This endpoint is available to all customers

## Query parameters

- `filter` FilterOverValorantAbilities
  - `ability_type` string[]
  - `creds` number[]
  - `id` integer[]
  - `name` string[]
  - `videogame_version` unknown
- `range` RangeOverValorantAbilities
  - `ability_type` string[]
  - `creds` number[]
  - `id` integer[]
  - `name` string[]
- `sort` string[]
- `search` SearchOverValorantAbilities
  - `ability_type` 'ability_one' | 'ability_two' | 'grenade_ability' | 'ultimate_ability' — Ability type
  - `name` string — Name of the ability
- `page` union
  - integer
  - object
    - `number` integer
    - `size` integer
- `per_page` integer

## Response `200`

A list of Valorant abilities

- object[]
  - `ability_type` 'ability_one' | 'ability_two' | 'grenade_ability' | 'ultimate_ability', nullable, required — Ability type
  - `creds` number, nullable, required — Credit cost of the ability
  - `id` integer, required — ID of the ability
  - `image_url` string, uri, nullable, required — URL to an image of the ability
  - `name` string, required — Name of the ability
  - `videogame_versions` string[], required — Array of of video game versions (ie. patches) for this resource

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/pandascore/apis/all-videogames.md) · [All operations](https://skmtc.net/pandascore/apis/all-videogames/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandascore/all-videogames/revisions/3bf456812994/schema)
