Created
October 24, 2012 01:20
-
-
Save rdegges/3943138 to your computer and use it in GitHub Desktop.
OpenCNAM V2 XML Example
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 https://api.opencnam.com/v2/phone/+16502530000?format=xml | |
<?xml version='1.0' encoding='utf-8'?> | |
<phone><number>+16502530000</number><name>GOOGLE INC</name><created>2012-09-23T16:19:56.265300</created><updated>2012-10-23T23:46:23.036676</updated><price>0</price><uri>/v2/phone/%2B16502530000</uri></phone> | |
$ curl -H "Accept: application/xml" https://api.opencnam.com/v2/phone/+16502530000 | |
<?xml version='1.0' encoding='utf-8'?> | |
<phone><number>+16502530000</number><name>GOOGLE INC</name><created>2012-09-23T16:19:56.265300</created><updated>2012-10-23T23:46:23.036676</updated><price>0</price><uri>/v2/phone/%2B16502530000</uri></phone> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment