Skip to content

Instantly share code, notes, and snippets.

@moski
Created July 23, 2011 09:13
Show Gist options
  • Save moski/1101220 to your computer and use it in GitHub Desktop.
Save moski/1101220 to your computer and use it in GitHub Desktop.
/api/v1/urls/expand_url response
/* Expand Url (JSON)
Ex: curl http://xpandurl.com/api/v1/urls/expand_url.json?short_url=http%3A%2F%2Fgoo.gl%2FDRppM
Parameters:
short_url: The url you want to expand [Required]
**/
{ "expand_count":25,
"long_url":"https://github.com/moski/url_expander",
"short_url":"http://goo.gl/DRppM"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment