Skip to content
 
 

Repository files navigation

Open States API v3

This repository contains the code responsible for v3 of the Open States API, currently in beta.

Report API Issues at https://github.com/openstates/issues/

Links

Multi-arch builds

The selected base image supports amd64 and arm64 build targets (and this is shown in the CI workflow). Use docker buildx for local multi-arch builds, e.g.

docker buildx create --use
docker buildx build --platform amd64,arm64 .

## Running locally

```bash
DATABASE_URL postgres://localhost:5432 poetry run uvicorn api.main:app

Releases

Packages

Contributors

Languages