published

NocoDB API

The NocoDB API auto-generates REST and GraphQL interfaces from existing SQL databases, providing programmatic access to CRUD operations, filtering, and webhook capabilities.

Developed by NocoDB

99.90%Uptime
150msLatency
13kStars
API KeyAuth
NoCredit Card
RESTStyle
v1Version
API Endpoints

Reference for available routes, request structures, and live examples.

Adds a new record to a database table

Full Endpoint URL
http://localhost:8080/tables/{table}/records
Implementation Example
curl -X POST 'http://localhost:8080/tables/{table}/records' \
  -H 'Authorization: Bearer YOUR_API_KEY'
Request Payload
{
  "email": "[email protected]",
  "title": "New Customer",
  "status": "active"
}
Expected Response
{
  "id": "rec123",
  "title": "New Customer",
  "created_at": "2023-07-18T15:40:00Z"
}
Version:v1
Limit:200 requests/minute
Real-World Applications
  • Building low-code applications that require database interactions.Optimized Capability
  • Creating internal tools for streamlined business processes.Optimized Capability
  • Automating data workflows using webhook notifications.Optimized Capability
  • Integrating existing SQL databases with modern front-end frameworks.Optimized Capability
Advantages
  • Automatically generates REST and GraphQL APIs from existing databases.
  • Supports multiple SQL databases including MySQL, PostgreSQL, SQLite, and SQL Server.
  • Offers filtering, pagination, and webhook features for flexible data manipulation.
  • Secure authentication with API tokens and JWT integration.
Limitations
  • No official documented rate limits, which may require custom management.
  • Primarily designed for SQL databases, limiting NoSQL support.
  • Self-hosting required for full control, may require DevOps setup.
  • Limited built-in analytics or monitoring features.

API Specifications

v1
Pricing Model
Free tier + subscription-based plans for hosted usage
Credit Card
Not Required
Response Formats
JSON
Supported Languages
7 Languages
SDK Support
JavaScript, Python, Go
Time to Hello World

Under 30 minutes for self-hosted setup and API generation

Rate Limit

1000 requests per minute

Free Tier Usage

Free tier includes unlimited API access on self-hosted plan with community support; hosted plans may have usage caps.

Use Case: Best For

Developers building low-code apps, internal tools, or automation workflows needing SQL database APIs.

Not Recommended For

Projects requiring NoSQL database support or ready-made SaaS analytics dashboards.

#spreadsheet#database

Explore Related APIs

Discover similar APIs to NocoDB API

View All APIs
PUBLIC

Qdrant Vector Search

The Qdrant Vector Search API provides developers with a free open-source solution for storing, filtering, and searching vector embeddings for AI applications.

DatabaseView Details
PUBLIC

TimescaleDB API

The TimescaleDB API offers developers a free and efficient way to handle time-series data directly within PostgreSQL, allowing for robust analytics workflows without extra overhead.

DatabaseView Details
PUBLIC

Supabase Vector API

The Supabase Vector API provides developers free access to perform efficient vector similarity searches within Supabase-managed databases, ideal for AI and machine learning workflows.

DatabaseView Details