The Postgres mailing lists as a free JSON API

Searchable, threaded, structured. Query the pgsql-hackers and pgsql-general corpus over HTTP and get JSON back — no scraping. Free (registration and an API key required).

The point is search: synonym- and plural-aware full-text over the whole corpus. postgres, postgresql, and pgsql collapse to one term; indices matches index.

curl -H "Authorization: Bearer $KEY" \
  "https://horton.kehvyn.dev/api/v1/search?q=vacuum+bloat"

Messages in pgsql-hackers

Same data as JSON: GET /api/v1/messages same messages as JSON; filter by `list`, `from`/`to`. API reference →
Date ▼ SubjectFrom