---
title: "GET /"
method: GET
path: "/"
---

# GET /

`GET /`

## Response `200`

successful operation

- DirectoryEntry — Internal SpaceAPI Directory entry
  - `items` object[] — List of directory entries
    - `url` string, required — url to the spaceapi file
    - `valid` boolean, required — indicates if the provided file is valid
    - `space` string — The name of the space
    - `lastSeen` number — when we've seen the endpoint the last time (doesn't have to be valid, but the url was reachable and provided valid json)
    - `errMsg` string — provided if we found an error with that specific endpoint
    - `data` object — raw json from the last scraping

## Other responses

- `500` — something went wrong

---

[API](https://skmtc.dev/spaceapi/apis/spaceapi-collector.md) · [All operations](https://skmtc.dev/spaceapi/apis/spaceapi-collector/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/spaceapi/spaceapi-collector/revisions/8a1a7ae6c1e9/schema)
