RethinkDB ReQL Driver API

ReQL (RethinkDB Query Language) is the expressive query language exposed by RethinkDB through official client drivers. Drivers communicate with the RethinkDB server using a native JSON protocol over TCP (default port 28015) rather than HTTP. ReQL supports filtering, joins, aggregations, change feeds, and external HTTP access via the r.http command.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/reql"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: rethinkdb:reql
name: RethinkDB ReQL Driver API
description: ReQL (RethinkDB Query Language) is the expressive query language exposed by RethinkDB through
  official client drivers. Drivers communicate with the RethinkDB server using a native JSON protocol
  over TCP (default port 28015) rather than HTTP. ReQL supports filtering, joins, aggregations, change
  feeds, and external HTTP access via the r.http command.
humanURL: https://rethinkdb.com/api
baseURL: tcp://<your-rethinkdb-host>:28015
tags:
- ReQL
- Drivers
- Change Feeds
- JSON Protocol
properties:
- type: Documentation
  url: https://rethinkdb.com/docs
- type: ReQL Command Reference
  url: https://rethinkdb.com/api
- type: Introduction to ReQL
  url: https://rethinkdb.com/docs/introduction-to-reql/
- type: External HTTP Access
  url: https://rethinkdb.com/docs/external-api-access/
- type: Driver Protocol
  url: https://rethinkdb.com/docs/driver-spec/