>_ sfbos.infoAPI / v1

PUBLIC · READ-ONLY · CORS ENABLED

Search API

Page-level full-text search across Board of Supervisors agendas and minutes. Responses always include a direct official-document URL.

GET /api/search

q

Required. Web-style search query, 2–300 characters.

year

Optional. Calendar year from 2012 through 2026.

kind

Optional. agenda or minutes.

limit

Optional. 1–50 results; defaults to 20.

format

Optional. json or md.

JSON

GET /api/search?q=affordable+housing&year=2018&kind=minutes
Accept: application/json

Markdown for LLMs

GET /api/search.md?q=who+voted+against+housing&year=2018
Accept: text/markdown

Markdown can also be requested from /api/search using Accept: text/markdown or ?format=md.

Discovery