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
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.