PyBGPKIT API is an API backend that provides RESTful API access to BGPKIT software and data offerings using PyBGPKIT.
Install the dependencies first:
python3 -m pip install -r requirements.txtStart the API by:
python -m uvicorn main:appThe API documentation will be available at localhost:8000/docs (swagger) or localhost:8000/redoc (redoc).
This work is generously sponsored by Internet Society.
