Close

Part-DB 1.8.0 - REST API, Mouser info provider and more

A project log for Part-DB - Open Source inventory software

Part-DB is an Open-Source inventory management system for your electronic components. It is installed on a web server and so can be accessed

jan-bJan B. 10/15/2023 at 15:000 Comments

With the new Version 1.8.0 release, Part-DB offers a REST API to let external applications interact with Part-DB.

It allows reading and edit datastructures, parts and projects via an JSON based interface, so you can write your own software that interacts with Part-DB.
To access the API an application requires an API token, which is generated on the users settings page. API access is experimental and must be enabled on a per user/group basis with the correct permission.

See documentation for an introduction on how to use the API. In your Part-DB instance under the /api/ path you will find an interactive documentation, that shows you all available endpoints and allow you to try them out.

You can look up all available endpoints and available parameters in the demo: https://part-db.herokuapp.com/api
(you will need to login with username user and password user first)

See the GitHub Release page for more info: https://github.com/Part-DB/Part-DB-server/releases/tag/v1.8.0

Discussions