OSPF Data API
Ever wanted to play with the OSPF link data yourself but didn’t want to take the time to build an OSPF node or parse the output from
bird
? Look no further than the OSPF JSON API:> curl http://api.andrew.mesh/api/v1/ospf/linkdb {"areas": {"0.0.0.0": {"routers": ... }}}
The OSPF data API is maintained by Andrew Dickinson.