---
title: "Get a resource"
method: GET
path: "/"
---

# Get a resource

`GET /`

Send an HTTP GET request to the URL of the resource. The preferred serialization format is [JSON-AD](https://docs.atomicdata.dev/core/json-ad.html), since that contains full URLs, but it also supports plain JSON, JSON-LD, Turtle and N-Triples.

## Headers

- `x-atomic-public-key` string
- `x-atomic-signature` string
- `x-atomic-timestamp` string
- `x-atomic-agent` string

## Response `200`

A JSON array of user names

- object

## Changes

- **2021-12-28** `af87fbae1a30` — 7 info
  - added the new optional `header` request parameter `x-atomic-agent`
  - added the new optional `header` request parameter `x-atomic-public-key`
  - added the new optional `header` request parameter `x-atomic-signature`
  - added the new optional `header` request parameter `x-atomic-timestamp`
  - …3 more
- **2021-12-17** `d05f2eb18b6a` — 3 breaking, 4 warning
  - removed the media type `application/ad+json` for the response with the status `200`
  - removed the media type `application/ld+json` for the response with the status `200`
  - removed the media type `text/turtle` for the response with the status `200`
  - deleted the `header` request parameter `x-atomic-agent`
  - …3 more

[Change history](https://skmtc.dev/ontola/apis/atomic-server-api/changes/get.md)

---

[API](https://skmtc.dev/ontola/apis/atomic-server-api.md) · [All operations](https://skmtc.dev/ontola/apis/atomic-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ontola/atomic-server-api/revisions/0eb6fe06fcc2/schema)
