# getAudiencesByUrl

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/project/public-project.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/project/public-project.controller.ts#L710)

Get audiences for a published project

## Endpoint

`GET /public/p/:slugWithId/audiences`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `slugWithId` | path | `string` | ✓ | Project slug with URL ID (format: {slug}-{urlId}) |
| `version` | query | `string` | - |  |
| `lang` | query | `string` | - |  |

## Referenced By

- `PublicProjectController` (MODULE_DECLARES)
