Peering Ixf

Introduction

This document talks about Internet eXchange Federation database and its api access. This is place to create a standardize ID system for IXPs.

API Access

  • Gets a list of all ixp data.
https://db.ix-f.net/api/ixp
  • Gets a list of a specific ixp id 20.
https://db.ix-f.net/api/ixp/20
{
    "meta": {

    },
    "data": [{
        "url": "http://db.ix-f.net/api/ixp/20",
        "id": 20,
        "status": "active",
        "created": "2011-08-16T13:26:29Z",
        "updated": "2014-02-07T18:09:01Z",
        "short_name": "INEX",
        "full_name": "Internet Neutral Exchange Association",
        "city": "Dublin",
        "country": "IE",
        "lat": 53.3494,
        "lon": -6.26008,
        "public_stats_url": "https://www.inex.ie/technical/stats",
        "stats_image_url": "https://www.inex.ie/technical/mrtgdisplaypublicpng&period=day",
        "peeringdb_handle": "48",
        "members": {

        }
    }]
}

Additional Resources

IX-F Main Homepage
ixf-client-py

Comments

rating: 0+x
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License