---
title: "Get DApp by ID"
method: GET
path: "/v1/dapps/{dapp_id}"
tags: ["dapps"]
---

# Get DApp by ID

`GET /v1/dapps/{dapp_id}`

This endpoint returns single DApp by its unique identifier.

## Path parameters

- `dapp_id` string, required

## Response `200`

Requested DApp

- Response19
  - `links` ResponseLinks19, required
    - `self` string, required — Link to the current response
  - `data` Container16, required — Represents a decentralized application (DApp).
    - `type` string, required — DApps resource type.
    - `id` string, required — Unique identifier of the DApp.
    - `attributes` Attributes14 — Represents attributes of a decentralized application (DApp) corresponding to JSON API specification.
      - `name` string — The name of the decentralized application.
      - `description` string — A brief summary or details about the decentralized application.
      - `icon` object — Icon related to object.
        - `url` string, url, nullable — URL of the icon.
      - `url` string, url — Link to the DApp
      - `manage_positions_url` string, url — A link to the page for managing application positions or configurations.
      - `external_links` ExternalLink[] — A list of relevant URLs.
        - `type` string — Type of the link
        - `name` string — Displayable name of the link
        - `url` string, url, required — Link to the external resource

## Other responses

- `400` — Parameters are malformed
- `401` — Unathenticated request
- `429` — Too many requests error

---

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