Skip to content

MA Legislature API

Alex Ball edited this page Nov 1, 2022 · 2 revisions

The MA Legislature makes bills, committee information, and legislator information available through an API on its site. We scrape that API on the backend and sync the data to our application database in Firestore.

You may see SSL errors about not being able to verify the connection to the MA Legislature API endpoint. This is due to a missing root certificate in the chain they distribute. You can safely ignore the error. See this issue for more information.

Clone this wiki locally