TiKV · Example Payload

Tikv Getregionbyid Example

ACIDCNCFDatabaseDistributed SystemsKey-Value StoreOpen-SourceRust

Tikv Getregionbyid Example is an example object payload from TiKV, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "http://localhost:20160/region/id/1",
    "headers": {}
  },
  "response": {
    "status": 200,
    "body": {
      "id": 1,
      "start_key": "",
      "end_key": "7480000000000000ff0100000000000000f8",
      "region_epoch": {
        "conf_ver": 5,
        "version": 45
      },
      "peers": [
        {"id": 2, "store_id": 1},
        {"id": 3, "store_id": 2},
        {"id": 4, "store_id": 3}
      ],
      "leader": {
        "id": 2,
        "store_id": 1
      },
      "written_bytes": 12345678,
      "read_bytes": 98765432,
      "approximate_size": 67108864,
      "approximate_keys": 500000
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • 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 example
curl "https://apis.io/api/v1/examples/tikv-getRegionById-example"
All examples
curl "https://apis.io/api/v1/examples?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.