## Get Advice
```plaintext
GET https://api.adviceslip.com/advice
```
**Example Request:**
```shell
curl https://api.adviceslip.com/advice -s | jq
```
**Example Response:**
```json
{
"slip": {
"id": 77,
"advice": "Mercy is the better part of justice."
}
}
```