Locality Firefox Toolbar
version 2.0.8 (21/01/2010)
* Secure 256-bit SSL Encrypted Downloads
Install Now

Installation Instructions:

  1. 1.Click the secure* Install Now button to the left, a message bar will appear at the top of your browser.
  2. 2.Allow In the message bar, on the right hand side, click the Allow button.
  3. 3.Install A confirmation dialog will now appear, click Install Now. The toolbar will be downloaded.
  4. 4.Restart Click the Restart Firefox button to complete the process.

Local Autonomous Systems Method

This method lists Autonomous System Numbers registered to South African companies.


URL: http://extension.locality.co.za/api/0.1/network/asn-list.[data_format]
Formats: json, php
Method(s): GET
Parameters:
  1. asn (integer) [optional] Filter ASNs by ASN.
  2. since (integer) [optional] Filter ASNs by registration date, in UNIX timestamp format.
Response:
  1. asn (array) The container array for the domain list, each item key is the AS number.
  2. > name (string) The name of the AS.
  3. > owner (string) The name of the registered owner of the AS.
  4. > timestamp (interger) The UNIX timestamp of when the AS number was registered.
Example:
  1. Request: http://extension.locality.co.za/api/0.1/network/asn-list.json?asn=36943
  2. Response:
    {
      error_msg: null,
      error_type: null,
      response: {
        asn: {
          36943: {
            name: WEBAFRICA,
            owner: WebAfrica Networks,
            timestamp: 1176156000
          }
        }
      },
      timestamp: 1234567890
    }

Fair Usage Guidelines

Please be considerate with your requests, in other words don't make more requests than necessary. Determine whether a single or bulk request is better suited for the data you require. An example would be to consider using timestamp filtering to retrieve only the data you require since your last request. Another consideration would be to locally cache content where possible.


Creative Commons License