---
title: 'Code Snippets'
description: 'Code Snippets Examples in different ways'
---
## Overview
In the table toolbar, click Table name button and click `Get API Snippet`.
A modal box will be shown with sample code snippet for List API.
## Supported Snippet
### Shell
- cURL
- wget
### Javascript
- Axios
- Fetch
- jQuery
- XHR
### Node
- Axios
- Fetch
- Request
- Native
- Unirest
### NocoDB SDK
- Javascript
- Node
### PHP
### Python
- http.client
- request
### Ruby
### Java
### C