# Airtable/airtable.js

Airtable javascript client

Repository: https://github.com/Airtable/airtable.js
Canonical: https://ross.abutalabs.com/products/airtablejs
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2025-06-06T23:44:39+00:00

## Health v2 (maintenance only)
Score: 34/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 25, release rhythm 8, longevity 100
- inputs: {"age_days": 4226, "days_push": 453, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2225, forks 451 (observed 2026-08-28T04:06:28.702509+00:00)

## What it is
The official JavaScript client library for the Airtable REST API, usable in Node.js and browsers. It lets you read, create, update, and delete records in Airtable bases using table and column names.

## Use cases
- read and write records from an Airtable base in Node.js
- sync Airtable data into another application
- build a web app backed by Airtable as a database
- query Airtable tables with pagination and filtering
- automate Airtable record updates from a script
- integrate Airtable with a backend API or webhook handler

## When to choose
- you use JavaScript/TypeScript and want the official, maintained Airtable client
- you need promise-based or callback-based access to Airtable records in Node or the browser
- you want first-party support for Airtable auth tokens, timeouts, and endpoint configuration

## When to avoid
- you use a language other than JavaScript and need a native client
- you need a full local database rather than an API wrapper around Airtable's hosted service
- you need offline access or complex queries Airtable's API does not support

## Facets
- artifact type: library
- maturity: stable
- function: http-client, sdk, database-driver
- domain: apis, databases, web-development, developer-tools
- platform: browser
- tags: airtable, api-client, rest-client, no-code-database, official-client, nodejs, javascript

## Member repositories
- Airtable/airtable.js (main) score 34

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:28.702509+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:44:54.334696+00:00, confidence not recorded.
  - readme: https://github.com/Airtable/airtable.js (fetched 2026-08-28T04:06:28.702509+00:00, sha ff8f34747a7c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
