Spreadsheet-database hybrid. Structured data with a friendly API.
https://api.airtable.com
Airtable's API gives you full CRUD access to your bases (databases), tables, and records. Think of it as a database with a spreadsheet UI. Rich field types (attachments, linked records, formulas, rollups) accessible via a clean REST API.
Each base has a unique ID, and records are accessed via the base ID + table name. The API supports filtering with a formula language, sorting, and field selection. Batch operations let you create, update, or delete up to 10 records per request.
data.records:read, data.records:write)pat| Method | Path | Description |
|---|---|---|
| GET | /v0/{baseId}/{tableName} |
List records (supports filter, sort, fields) |
| POST | /v0/{baseId}/{tableName} |
Create one or more records (up to 10) |
| PATCH | /v0/{baseId}/{tableName} |
Update records (up to 10) |
| DELETE | /v0/{baseId}/{tableName} |
Delete records (up to 10) |
| GET | /v0/{baseId}/{tableName}/{recordId} |
Get a single record |
| GET | /v0/meta/bases |
List all bases the token can access |
| GET | /v0/meta/bases/{baseId}/tables |
List tables and fields in a base |
Track leads, deals, and contacts with rich field types and linked records.
Manage editorial schedules, assignments, and publication status.
Track products, stock levels, and orders with formula-based calculations.
Collect and process form submissions with automatic field mapping.