Skip to content

Instantly share code, notes, and snippets.

@rdegges
Created October 24, 2012 01:18
Show Gist options
  • Save rdegges/3943132 to your computer and use it in GitHub Desktop.
Save rdegges/3943132 to your computer and use it in GitHub Desktop.
OpenCNAM V2 JSONp Example
$ curl https://api.opencnam.com/v2/phone/+16502530000?format=jsonp
callback({"updated": "2012-10-23T23:46:23.036676", "name": "GOOGLE INC", "created": "2012-09-23T16:19:56.265300", "price": 0, "uri": "/v2/phone/%2B16502530000", "number": "+16502530000"})
$ curl -H "Accept: text/javascript" https://api.opencnam.com/v2/phone/+16502530000
callback({"updated": "2012-10-23T23:46:23.036676", "name": "GOOGLE INC", "created": "2012-09-23T16:19:56.265300", "price": 0, "uri": "/v2/phone/%2B16502530000", "number": "+16502530000"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment