---
title: "Get rollup by slug"
method: GET
path: "/rollup/slug/{slug}"
tags: ["rollup"]
---

# Get rollup by slug

`GET /rollup/slug/{slug}`

Returns rollup information by its human-readable slug identifier (e.g. "eclipse"). Returns 204 if no rollup with the given slug is found.

## Path parameters

- `slug` string, required

## Response `200`

OK

- ResponsesRollup
  - `bridge` string, string
  - `category` string, string
  - `color` string, string
  - `compression` string, string
  - `defi_lama` string, string
  - `description` string, string
  - `explorer` string, string
  - `github` string, string
  - `id` integer
  - `l2_beat` string, string
  - `links` string[]
  - `logo` string, string
  - `name` string, string
  - `provider` string, string
  - `settled_on` string, string
  - `slug` string, string
  - `stack` string, string
  - `tags` string[]
  - `twitter` string, string
  - `type` string, string
  - `vm` string, string
  - `website` string, string

## Other responses

- `204` — No Content
- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/celenium-io/apis/celenium-api.md) · [All operations](https://skmtc.net/celenium-io/apis/celenium-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celenium-io/celenium-api/versions/df8fa3d17ac3/schema)
