---
title: "List sites"
method: GET
path: "/sites"
tags: ["Sites"]
---

# List sites

`GET /sites`

## Headers

- `X-HTTP-Method-Override` string

## Response `200`

A list of sites

- ResultsSites
  - `total_results` integer, required
  - `page` integer, required
  - `per_page` integer, required
  - `results` Site[], required
    - `id` integer, required — Unique auto-increment integer identifier.
    - `icon_url` string — URL of an icon image for the site
    - `locale` string, nullable — Default language code for users of this site
    - `name` string — Full name of the site
    - `place_id` integer, nullable — Integer ID of the default search place for this site
    - `site_name_short` string, nullable — Short name for this site
    - `url` string

---

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