AirCache
If you are already using Airtable APIs in your application, the transition to AirCache will be a breath for you. With AirCache, you will have identical API endpoints to what you can find on your Airtable documentation page. If you want to start using Airtable APIs for your next app and do not have any previous experience, you will find our API test page on Rapid API, all you need to start going…
AirCache endpoints
| Method | Endpoint | Description |
|---|---|---|
| Airtable | ||
| GET |
Get Many /airtable/{workspace}/{table} |
This endpoint allows you to get many records of your desire app and your desire table on it |
| GET |
Get One /airtable/{workspace}/{table}/{record_id} |
Get one based on the record id |
| POST |
Post One /airtable/{workspace}/{table} |
Get one based on the record id |
| PUT |
Put One /airtable/{workspace}/{table}/{record_id} |
Get one based on the record id |
| DELETE |
Delete /airtable/{workspace}/{table} |
This endpoint allows you to delete one or multiple records |
AirCache pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $50 / month | — |
|
| MEGA | $100 / month | — |
|