# Get the Zen of GitHub

From **GitHub v3 REST API**.

`GET /zen`

Get a random sentence from the Zen of GitHub

## Responses

### `200`

Response

### `text/plain`

- Type: `string`

```json
{"type":"string"}
```

## Request examples

### cURL

```shell
curl --request GET \
  --url {protocol}://{hostname}/api/v3/zen
```
