---
title: "Get metric availability for a project"
method: GET
path: "/v2/projects/{project_id}"
tags: ["Projects"]
---

# Get metric availability for a project

`GET /v2/projects/{project_id}`

Use this endpoint to retrieve the metric availability for a project.

## Path parameters

- `project_id` string, required

## Response `200`

OK

- object
  - `data` object
    - `name` string — Returns the project name used on the web application.
    - `project_id` string — Returns the ID of the project.
    - `symbol` string — Returns the ticker for a project's token (exists if token is launched).
    - `description` object — Returns project's description for who, what, and how.
    - `market_sectors` object — Returns the market sectors the project belongs to.
    - `chains` string[] — Returns the chains the project operates on, e.g. `ethereum`, `avalanche`.
    - `links` object[] — Returns the links to the project's website, social media, and other resources.
      - `summary` string — Link title
      - `url` string — Link URL
    - `aggregate_by_options` object — Returns what a metric can be aggregated by (used in `aggregate_by`).
    - `metric_availability` string — Returns the metrics that are available for the project.
    - `metric_definitions` object[]
      - `metric_id` string — Returns the metric ID.
      - `definition` string — Returns the definition for the specific metric definition on the project.
    - `metric_sources` object[]
      - `metric_id` string — Returns the metric ID.
      - `definition` string — Returns the definition for the specific metric source on the project.

---

[API](https://skmtc.dev/tokenterminal/apis/token-terminal-api.md) · [All operations](https://skmtc.dev/tokenterminal/apis/token-terminal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tokenterminal/token-terminal-api/revisions/02245ad77f39/schema)
