---
title: Language APIs & Drivers
description: Connect to MotherDuck using your preferred programming language
---

# Language APIs & Drivers

Connect to MotherDuck using official drivers and APIs for various programming languages.

## Included pages

- [Go driver](https://motherduck.com/docs/integrations/language-apis-and-drivers/go-driver): Connect to MotherDuck from Go applications using the go-duckdb driver.
- [JDBC driver](https://motherduck.com/docs/integrations/language-apis-and-drivers/jdbc-driver): Connect to MotherDuck from Java applications using the official DuckDB JDBC driver.
- [Python](https://motherduck.com/docs/integrations/language-apis-and-drivers/python/python-overview): Connect to MotherDuck using Python
- [R](https://motherduck.com/docs/integrations/language-apis-and-drivers/r): Connect to MotherDuck from R for statistical analysis using the DuckDB R package.



---

## 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": "/integrations/language-apis-and-drivers/",
  "page_title": "Language APIs & Drivers",
  "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.
