# getByUrl

**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#L243)

Get public project by URL

## Endpoint

`GET /public/p/:slugWithId`

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

## Referenced By

- `PublicProjectController` (MODULE_DECLARES)
