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'
Gives wikipedia edit count for a user.
GET /ec/<username>
lang: | language code for wikimedia project |
proj: | wikimedia project to query |
$ curl 'https://da.gd/ec/CodeBlock'
$ curl 'https://da.gd/ec/CodeBlock?lang=fr'
$ curl 'https://da.gd/ec/CodeBlock?lang=en&proj=wikiquote'
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=~'