Created
April 3, 2013 01:43
-
-
Save mattlenz/5297790 to your computer and use it in GitHub Desktop.
ABN Lookup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --data "abn=23414472095" http://www.cheapdomains.com.au/register/abracadabra_lookup.php | |
# Response: | |
# {"n":null,"s":null,"type":"single","data":{"name":"LENZ, MATTHEW ","trading_name":"<input type=\"text\" size=\"25\" name=\"trading_name[]\" id=\"trading_name_0\" class=\"\" value=\"Half Design and Development\" \/>","has_trading_name":1,"number":"ABN 23414472095","type":"Sole Trader","domain_name":""}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment