# Get Octocat

From **GitHub v3 REST API**.

`GET /octocat`

Get the octocat as ASCII art

## Parameters

### `s`

- Location: query
- Required: false
- Type: `string`

The words to show in Octocat's speech bubble

## Responses

### `200`

Response

### `application/octocat-stream`

- Type: `string`

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

## Request examples

### cURL

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