> For the complete documentation index, see [llms.txt](https://docs.vomevolunteer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vomevolunteer.com/resources/editor-7/the-site-object.md).

# The Site Object

```json
{
    "id": "8f2c1e5a-....",
    "name": "Downtown Clinic",
    "description": "",
    "address": "12 King St",
    "general_email": "downtown@example.org",
    "general_phone": "+15551234567",
    "website": "https://downtown.example.org"
}
```

This object represents a site within your organization. A site is typically represented as a location within a multi-site organization, but can be defined differently across organizations.&#x20;

Response Object:

* `id`: The unique UUID of the site.
* `name`: The name of the site.
* `description`: A short description of the site.
* `address`:  The address of the site.
* `general_email`: The general email of the site.
* `general_phone`: The general phone number of the site.
* `website`: The website of the site.
