Another vote from me!
I was hoping to do some reporting using the new history data (since its not included in the built in reports) but will be deferring the project until I have more time given the lack of documentation
Consumers/implementations of the API I’ve found so far:
- Real bit warden, linked in 3rd post
- Python CLI tool mentioned ~6th post
- RS bitwarden GitHub - dani-garcia/vaultwarden: Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
- Rubywarden GitHub - jcs/rubywarden: An unofficial, mostly Bitwarden-compatible API server written in Ruby (Sinatra and ActiveRecord)
Rubywarden has an API overview included in API.md. I was going to do some experiments with curl but going by that description I’ll need something a little more advanced to experiment with.
I have only skimmed the API code but it seems manageable as a research source.