BGPKIT Broker
REST API for searching BGP archive files across public data collection projects. Data updated in real-time.
BGPKIT Broker provides powerful REST API that allows users to search for BGP data files from different collection projects by time ranges, data types, or collector name.
Apart from the REST API, we also provide an opensource Rust API that strives for ergonomic and ease of use. After creating a custom search parameter, users can simply iterate on the broker object to get the information of matching data files in order. The API also handles pagination automatically so that user can iterate all files with ease.
BGPKIT Broker also provides real-time statistics of the data availability for all collectors. The data includes all latest available MRT files from each collector, all collector peer information, as well as full-feed peer information.
Spin up a BGPKIT API instance is simple and fast. Custom data collector option also available.
BGPKIT Broker are free to use for everyone.
This includes on-premise deployment.
Deployment consultationCheckout Our Backend Repo