---
title: "Get all codes"
method: GET
path: "/v1/{chain}/{network}/codes"
tags: ["V1.Codes"]
---

# Get all codes

`GET /v1/{chain}/{network}/codes`

Get all code entries for a given chain and network.

## Path parameters

- `chain` string, required
- `network` string, required

## Response `200`

Successful response

- Code[]
  - `slug` string, required
  - `id` integer, required
  - `name` string, required
  - `description` string, required
  - `github` string, required

## Other responses

- `404` — Not found

---

[API](https://skmtc.dev/alleslabs/apis/aldus-api.md) · [All operations](https://skmtc.dev/alleslabs/apis/aldus-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/alleslabs/aldus-api/revisions/6da6c63568ac/schema)
