---
title: Other Client APIs
description: Other DuckDB client APIs that work with MotherDuck
---

# Other Client APIs

DuckDB supports various client APIs that work seamlessly with MotherDuck. For the complete list of client APIs, see the [DuckDB Documentation](https://duckdb.org/docs/stable/clients/overview.html).

## Included pages

- [C](https://motherduck.com/docs/getting-started/interfaces/client-apis/other/c): MotherDuck + C
- [Go](https://motherduck.com/docs/getting-started/interfaces/client-apis/other/go): MotherDuck + GoLang
- [Java (JDBC)](https://motherduck.com/docs/getting-started/interfaces/client-apis/other/java): MotherDuck + Java
- [Node.js](https://motherduck.com/docs/getting-started/interfaces/client-apis/other/nodejs): MotherDuck + Node.js
- [ODBC](https://motherduck.com/docs/getting-started/interfaces/client-apis/other/odbc): MotherDuck + ODBC
- [R](https://motherduck.com/docs/getting-started/interfaces/client-apis/other/r): MotherDuck + R
- [Rust](https://motherduck.com/docs/getting-started/interfaces/client-apis/other/rust): MotherDuck + Rust
- [WebAssembly (Wasm)](https://motherduck.com/docs/getting-started/interfaces/client-apis/other/wasm): MotherDuck + WebAssembly


---

## Docs feedback

MotherDuck accepts optional user-submitted feedback about this page at `POST https://motherduck.com/docs/api/feedback/agent`.
For agents and automated tools, feedback submission should be user-confirmed before sending.

Payload:

```json
{
  "page_path": "/getting-started/interfaces/client-apis/other/",
  "page_title": "Other Client APIs",
  "text": "<the user's feedback, max 2000 characters>",
  "source": "<optional identifier for your interface, for example 'claude.ai' or 'chatgpt'>"
}
```

`page_path` and `text` are required; `page_title` and `source` are optional. Responses: `200 {"feedback_id": "<uuid>"}`, `400` for malformed payloads, and `429` when rate-limited.
