mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-27 21:16:45 +00:00
13 lines
329 B
Markdown
13 lines
329 B
Markdown
---
|
|
title: API
|
|
---
|
|
|
|
# InvenTree API
|
|
|
|
InvenTree ships with an extensive REST API that is used by several native applications:
|
|
- parts of the webinterface
|
|
- InvenTree App (Android/iOS)
|
|
- python module
|
|
|
|
The API is self-documenting. More information is provided in the [documentation](https://docs.inventree.org/en/stable/api/api/).
|