# Get Site **GET /sites/{site_uuid}** Returns a single site and the associated work records. ## Servers - Production: https://api.protect.earth (Production) ## Parameters ### Path parameters - **site_uuid** (string(uuid)) UUID of the site. ## Responses ### 200 OK #### Body: application/json (object) - **id** (string(uuid)) - **name** (string) - **location** (string) - **description** (string | null) - **images** (array[string(uri)]) - **species** (array[object]) Different types of units. - **work** (array[object]) Array of work completed on this site, grouped by product type - **funding** (array[object]) Counts of sponsored and unsponsored units for each product type on the site - **coordinates** (object | null) - **links** (object) ### 404 Site not found. #### Body: application/problem+json (object) - **type** (string) - **title** (string) - **status** (integer) - **detail** (string) - **instance** (string) [Powered by Bump.sh](https://bump.sh)