---
title: "Returns some robots.txt rules."
url: "https://seriousmonkeybusiness.shermett.me/apis/httpbinorg-0/versions/cf5887fc-2a8e-440f-bf06-cb4d956f625f/operations/get_robots_txt"
---

> Full API specification: https://seriousmonkeybusiness.shermett.me/apis/httpbinorg-0/versions/cf5887fc-2a8e-440f-bf06-cb4d956f625f.md

# Returns some robots.txt rules.

`GET` `/robots.txt`

Operation ID: `get_robots_txt`

## Responses

- `200` - Robots file

## OpenAPI definition

```yaml
openapi: 3.0.0
info:
  title: httpbin.org
  version: 0.9.2
servers:
  - url: https://httpbin.org
paths:
  /robots.txt:
    get:
      responses:
        "200":
          description: Robots file
      summary: Returns some robots.txt rules.
      tags:
        - Response formats
      operationId: get_robots_txt
```
