> For the complete documentation index, see [llms.txt](https://henryruhs.gitbook.io/ngx-crud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://henryruhs.gitbook.io/ngx-crud/api/service-options.md).

# Service Options

Get the API URL of the service:

```typescript
crudService.getApiUrl() : string
```

Set the API URL of the service:

```typescript
crudService.setApiUrl(apiUrl : string) : this
```

Get the API route of the service:

```typescript
crudServie.getApiRoute() : string
```

Set the API route of the service:

```typescript
crudService.setApiRoute(apiRoute : string) : this
```
