---
title: "Get links to code reference repositories for each project"
method: GET
path: "/api/v2/code-refs/statistics"
tags: ["Code references"]
---

# Get links to code reference repositories for each project

`GET /api/v2/code-refs/statistics`

Get links for all projects that have code references.

## Response `200`

Statistic root response

- StatisticsRoot
  - `projects` Link[] — The location and content type of all projects that have code references
    - `href` string
    - `type` string
  - `self` Link
    - `href` string
    - `type` string

## Other responses

- `401` — Invalid access token
- `403` — Forbidden
- `404` — Invalid resource identifier
- `429` — Rate limited

---

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