---
title: url
framework: social
role: symbol
role_heading: Instance Property
path: social/slrequest/url
---

# url

The destination URL for this request.

## Declaration

```swift
var url: URL! { get }
```

## Discussion

Discussion Use this property to look up the URL of the HTTP request that was set in init(forServiceType:requestMethod:url:parameters:). Possible values are dependent on the target service and are documented by the service provider. For links to documentation for the supported services, see Table 1 in SLRequest.

## See Also

### Getting the Request Details

- [preparedURLRequest()](social/slrequest/preparedurlrequest().md)
- [requestMethod](social/slrequest/requestmethod.md)
- [SLRequestMethod](social/slrequestmethod.md)
- [parameters](social/slrequest/parameters.md)
