# Other client APIs


> Other DuckDB client APIs that work with MotherDuck

MotherDuck has dedicated guides for several DuckDB client APIs:

- [Go driver](/integrations/language-apis-and-drivers/go-driver/)
- [JDBC driver](/integrations/language-apis-and-drivers/jdbc-driver/)
- [Node.js](/integrations/language-apis-and-drivers/node-js/)
- [R](/integrations/language-apis-and-drivers/r/)

For other DuckDB client APIs, use the pages below. 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
- [ODBC](https://motherduck.com/docs/getting-started/interfaces/client-apis/other/odbc): MotherDuck + ODBC
- [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 `GET https://motherduck.com/docs/api/feedback/agent`.
For agents and automated tools, feedback submission should be user-confirmed before sending.

URL-encode query parameter values and send a GET request:

```text
GET https://motherduck.com/docs/api/feedback/agent?page_path=%2Fgetting-started%2Finterfaces%2Fclient-apis%2Fother%2F&page_title=Other%20client%20APIs&text=<url-encoded user feedback, max 2000 characters>
```

Optionally append `&source=<url-encoded interface identifier>` such as `claude.ai` or `chatgpt`.

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