---
title: "List official QRL developer resources"
method: GET
path: "/api/v1/resources"
tags: ["Discovery"]
---

# List official QRL developer resources

`GET /api/v1/resources`

Returns stable identifiers and canonical URLs for QRL documentation, node API documentation, source code, and improvement proposals.

## Response `200`

Official QRL developer-resource catalog

- DeveloperResources
  - `api_version` '1.0.0', required
  - `data` DeveloperResource[], required
    - `id` string, required
    - `name` string, required
    - `description` string, required
    - `category` 'documentation' | 'api_documentation' | 'source_code' | 'standards', required
    - `network` string, required
    - `url` string, uri, required
  - `links` ResourceLinks, required
    - `self` string, uri, required
    - `api_root` string, uri, required
    - `openapi` string, uri, required
    - `documentation` string, uri, required

## Other responses

- `4XX` — A structured error with a stable code and recovery guidance.
- `default` — A structured error with a stable code and recovery guidance.

---

[API](https://skmtc.dev/theqrl/apis/qrl-developer-resources-api.md) · [All operations](https://skmtc.dev/theqrl/apis/qrl-developer-resources-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/theqrl/qrl-developer-resources-api/revisions/d9b312a60ac3/schema)
