---
title: "The root of the API"
method: GET
path: "/"
tags: ["root"]
---

# The root of the API

`GET /`

Displays links to root level API objects, like the list of datasets.

## Response `200`

The root of the API.

- RootLinks
  - `self` HalLink, required
    - `href` string, uri, required
  - `stash:datasets` HalLink
    - `href` string, uri, required
  - `reports` HalLink
    - `href` string, uri, required
  - `curies` HalCurie[]
    - `name` string, required
    - `href` string, uri, required
    - `templated` boolean, required

## Other responses

- `406`

---

[API](https://skmtc.net/datadryad/apis/dryad-api.md) · [All operations](https://skmtc.net/datadryad/apis/dryad-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadryad/dryad-api/revisions/5e35babfb8d2/schema)
