---
title: "Get JSON document"
method: GET
path: "/api/json/{ns}/{id}"
tags: ["JSON"]
---

# Get JSON document

`GET /api/json/{ns}/{id}`

Returns raw JSON content with application/json content type

## Path parameters

- `ns` string, required
- `id` string, required

## Query parameters

- `p` string

## Headers

- `X-Password` string
- `User-Agent` string
- `X-Owner-Token` string

## Response `200`

JSON content

## Other responses

- `403` — Wrong password
- `404` — Document not found or expired

---

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