---
title: "Get Services List with Description"
method: GET
path: "/services/"
---

# Get Services List with Description

`GET /services/`

Retrieve a list of available services along with their details and descriptions.

## Response `200`

OK

- object[]
  - `service` string
  - `name` string
  - `type` string
  - `category` string
  - `average` string
  - `description` string
  - `rate` string
  - `min` string
  - `max` string
  - `refill` boolean
  - `cancel` boolean
  - `dripfeed` boolean

## Other responses

- `204` — No Content
- `404` — Not Found

---

[API](https://skmtc.dev/undrctrl/apis/undrctrl-api.md) · [All operations](https://skmtc.dev/undrctrl/apis/undrctrl-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/undrctrl/undrctrl-api/revisions/017b450658c4/schema)
