sacerdoted / api-v3

v3 of Open States API

Home Page:https://v3.openstates.org/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

v3 of Open States API

https://v3.openstates.org/docs/

License:MIT License


Languages

Language:Python 99.2%Language:Dockerfile 0.8%