Skip to content

Instantly share code, notes, and snippets.

@peteroid
Created November 13, 2016 11:46
Show Gist options
  • Save peteroid/109c5fa68182c1122f382153892b514e to your computer and use it in GitHub Desktop.
Save peteroid/109c5fa68182c1122f382153892b514e to your computer and use it in GitHub Desktop.
curl for the json show the data of the google link shortener
#!/bin/bash
curl 'https://goo.gl/api/analytics' --data 'security_token&url=http%3A%2F%2Fgoo.gl%2FBKGdcm' --compressed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment