NocoDB API
NocoDB auto-generates a powerful REST and GraphQL API from your existing SQL databases (MySQL, PostgreSQL, SQLite, SQL Server). It offers programmatic CRUD, filtering, pagination, metadata endpoints, webhook support, and intuitive no-code UI—ideal for low-code apps and automation.
1
Endpoints
27
Views
Jul 20, 2025
Last Checked
NaN
Rate Limit
API Endpoints
Adds a new record to a database table
Full URL
http://localhost:8080/api/v1/tables/{table}/records
Code Examples
curl -X POST 'http://localhost:8080/api/v1/tables/{table}/records' \
-H 'Authorization: Bearer YOUR_API_KEY'
Parameters
{ "email": "[email protected]", "title": "New Customer", "status": "active" }
Example Response
{
"id": "rec123",
"title": "New Customer",
"created_at": "2023-07-18T15:40:00Z"
}
Version
v1
Rate Limit
200 requests/minute
Tags
databasespreadsheet
Technical Details
Authentication
API KeyResponse Formats
JSONAvailability
globalStatus
Published Rate Limits
Self-managed
Supported Languages
JavaScript
Use Cases
internal tools
database management
Related APIs
Discover similar APIs that might interest you