---
title: "Get rollup info"
method: GET
path: "/rollup/{id}"
tags: ["rollup"]
---

# Get rollup info

`GET /rollup/{id}`

Returns detailed information and cumulative statistics for the rollup identified by its internal id, including name, description, social links, namespaces, and providers.

## Path parameters

- `id` integer, 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)
