---
title: "Data feed for sites"
method: GET
path: "/feed/sites"
tags: ["Data Feeds"]
---

# Data feed for sites

`GET /feed/sites`

## Query parameters

- `offset` integer
- `include_deleted` boolean
- `show_only_leaf_nodes` 'true' | 'false'

## Response `200`

A successful response.

- S12ThepubV1FeedSitesResponse — The response for `FeedSites`
  - `metadata` S12ThepubV1FeedMetadata — The metadata returned on a feed
    - `next_page` string — The path to fetch the next page on.
    - `remaining_records` integer — Estimated remaining records.
  - `data` S12ThepubV1FeedSitesResponseFeedSite[] — The sites returned.
    - `id` string — ID of the Site.
    - `site_uuid` string — UUID of the Site.
    - `name` string — Site name.
    - `creator_id` string — ID of the site creator.
    - `organisation_id` string — ID of the organisation.
    - `deleted` boolean — Indicates if the site is deleted or not.
    - `meta_label` string — Type of site (location, area, region, state, country).
    - `parent_id` string — ID of the parent of this site.

## Other responses

- `default` — An unexpected error response.

---

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