https://github.com/zaproxy/zap-api-python
ZAP Python API
https://github.com/zaproxy/zap-api-python
Last synced: 7 months ago
JSON representation
ZAP Python API
- Host: GitHub
- URL: https://github.com/zaproxy/zap-api-python
- Owner: zaproxy
- License: apache-2.0
- Created: 2016-04-20T15:47:02.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2025-06-19T08:49:17.000Z (7 months ago)
- Last Synced: 2025-06-19T09:43:18.533Z (7 months ago)
- Language: Python
- Homepage:
- Size: 523 KB
- Stars: 195
- Watchers: 13
- Forks: 88
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ZAP Python API
[](https://pypi.python.org/pypi/zaproxy)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
The Python implementation to access the [ZAP API](https://www.zaproxy.org/docs/api/). For more information
about ZAP consult the (main) [ZAP project](https://github.com/zaproxy/zaproxy/).
## How to Obtain
The latest released version can be downloaded from the [https://pypi.python.org/pypi/zaproxy](https://pypi.python.org/pypi/zaproxy) using:
pip install zaproxy
## Getting Help
For help using the ZAP API, refer to:
* [Examples](https://github.com/zaproxy/zap-api-python/tree/main/src/examples) - collection of examples using the library;
* [API Documentation](https://www.zaproxy.org/docs/api/)
* [ZAP User Group](https://groups.google.com/group/zaproxy-users) - for asking questions;
## Issues
To report issues related to ZAP API, bugs and enhancements requests, use the [issue tracker of the main ZAP project](https://github.com/zaproxy/zaproxy/issues).