---
title: "Read API version and entry points"
method: GET
path: "/.well-known/thread/br-rest"
tags: ["Well-Known"]
---

# Read API version and entry points

`GET /.well-known/thread/br-rest`

Information about the supported API version (see gray tag at the top of this specification), API location (base path), and links to its entry points.

## Static
API version, location, and entry points are known at compile time.

## Link Attributes (`/.well-known/thread/br-rest`)
`rel="self" type="application/json"`

## Response `200`

JSON (RFC 8259) providing the API version resource object and links to the API entry points.

- WellKnownThread
  - `api` object, required
    - `version` string, required — Semantic version (MAJOR.MINOR.PATCH) of the API
    - `base` string, required
  - `links` object[], required
    - `href` string, uri-reference, required
    - `rel` string, required
    - `type` string[]
    - `title` string

---

[API](https://skmtc.net/openthread/apis/swagger-openthread-rest-api.md) · [All operations](https://skmtc.net/openthread/apis/swagger-openthread-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openthread/swagger-openthread-rest-api/versions/a62dd7e2debc/schema)
