I'm most of the way through creating the API for my #Georgia state legislature tracking.
There's still some cleanup, but it provides:
- list of sessions
- chamber summaries
- committee info
- legislation info
- votes
I need to tie legislation to authors/sponsors. And then create a website for it. After that I will add RSS feeds and, finally, Fediverse bots to let you follow legislation and/or members in your feed.
It's just the API currently, and nothing is set in stone. You can see the FastAPI docs here: https://api.gacracker.us/docs
If you have suggestions or notices bugs, please let me know.