> For the complete documentation index, see [llms.txt](https://doc.roapi-cloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.roapi-cloud.com/docs/api/query/kv.md).

# Key value lookup

Query key value stores through REST API by sending `GET` requests to `/api/kv/{kv_name}/{key}`.

For example, the kvstore defined in [the sample config](https://github.com/roapi-cloud/doc/blob/main/config/config-file.html#key-value-stores) can be queried like below:

```bash
$ curl -v localhost:8080/api/kv/spacex_launch_name/600f9a8d8f798e2a4d5f979e
Starlink-21 (v1.0)%
```
