---
title: "Get a list of all projects"
method: GET
path: "/v2/projects"
tags: ["Projects"]
---

# Get a list of all projects

`GET /v2/projects`

Use this endpoint to retrieve a list of all projects that are available on the API.

## Response `200`

OK

- object
  - `data` object[]
    - `name` string — Returns the project name used on the web application.
    - `project_id` string — Required input on the API when retrieving data for a project.
    - `coingecko_id` string — Returns the Coingecko ID for a project.
    - `symbol` string — Returns the ticker for a project’s token (exists if token is launched).
    - `url` string — Returns a link to the endpoint for querying a project’s metric availability data.
    - `is_archived` boolean — Returns true if the project has been archived. Archived projects retain historical data but no new data is processed for them.
    - `archived_reason` string — Returns information on why the project has been archived if applicable.
    - `maintenance_reason` string — Returns information on why the project is having maintenance if applicable.
    - `products` object[]
      - `product_id` string — Returns the product ID.
      - `product_name` string — Returns the product name.
      - `symbol` string — Returns the ticker for a product's token.
      - `url` string — Returns a link to the endpoint for querying more information about the product.

---

[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)
