---
title: statusCode
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/httpurlresponse/statuscode
---

# statusCode

The response’s HTTP status code.

## Declaration

```swift
var statusCode: Int { get }
```

## Discussion

Discussion See RFC 2616 for details.

## See Also

### Getting response status codes

- [localizedString(forStatusCode:)](foundation/httpurlresponse/localizedstring(forstatuscode:).md)
