Provides a list of valid commands and examples of how to use them
GET /newhelp
$ curl 'https://da.gd/newhelp'
Show the user agent that your client is sending.
GET /ua
$ curl 'https://da.gd/ua'
Returns your current IP address.
GET /ip
$ curl 'https://da.gd/ip'
Returns the name of your ISP, or that of the given IP.
GET /isp
GET /isp/<ip>
$ curl 'https://da.gd/isp/'
$ curl 'https://da.gd/isp/69.171.234.21'
Generate cows and other cow-like things.
GET /cow
cow: | the cow to render |
say: | the text to render (mind url encoding) |
eyes: | substitution for eyes |
tongue: | substitution for tongue |
thoughts: | substitution for line to text bubble |
$ curl 'https://da.gd/cow/?say=moo'
$ curl 'https://da.gd/cow/?cow=moose&say=moo&eyes=@@&thoughts=^&tongue=~'