WebScraper API (1.0.0)

Download OpenAPI specification:

REST API for the webscraper database.

root

Redirect to API docs

Redirects to the API documentation at /docs/index.html.

Responses

routes

List all routes

Returns all routes in the database.

Responses

Response samples

Content type
application/json
[
  • {
    },
  • {
    }
]

docs

Serve API documentation

Returns the built API documentation files.

  • index.html - Redoc HTML documentation
  • openapi.yaml - Bundled OpenAPI spec (YAML)
  • openapi.json - Bundled OpenAPI spec (JSON)
path Parameters
file
required
string
Enum: "index.html" "openapi.yaml" "openapi.json"

The documentation file to return

Responses

Response samples

Content type
No sample