Provides a list of valid commands based on the route map.
- Provide an overall list of commands: /help
Show the user agent that your browser is sending.
Returns your current IP address.
Whois a given domain or IP address.
- /w/google.com
- /w/127.0.0.1
Gives wikipedia edit count for a user.
- en.wikipedia.org editcount for user "Phuzion": /ec/Phuzion
- fr.wikipedia.org editcount for user "Phuzion": /ec/Phuzion?lang=fr
- en.wikiquote.org editcount for user "Phuzion": /ec/Phuzion?lang=en&proj=wikiquote
Determine whether or not a site is up.
- Get the HTTP response code for the given site: /up/google.com
Return the IP or hostname of the given value.
- Get a comma-separated list of IPs for google.com: /host/google.com
- Get the hostname for the PTR of 127.0.0.1: /host/127.0.0.1
Show HTTP headers for various conditions.
- The headers your browser is sending in its request: /headers
- The headers that "http://google.com/" sends: /headers/google.com
A very simple yubnub replacement.
- Add a command to the database: /c/store/g/https://www.google.com/search?q=$PARAMETERS
- Redirect to https://www.google.com/search?q=foobar: /c/g/foobar
Fetch and return all DNS records for a given hostname.
- Get DNS records for google.com: /dns/google.com
Generate a response with the given status code.
- Generate a 404 (not found) response.: /status/404
- Generate a 500 response with the message "testing foo": /status/500/testing foo
Generate almost-arbitrarily sized images.
- Generate a PNG that is 200x400 pixels: /image/200x400/png
- Generate a JPEG that is 20x20 pixels with a background: /image/20*20/jpg?bgcolor=7ca931
Paste blurbs of code. This service will be removed in late January 2013.
- Fetch and show paste ID 4 and highlight it as PHP code.: /paste/4?lang=php
- Fetch and show paste ID 12, with no color highlighting.: /paste/12
- Show paste 7, highlighted as PHP with terminal colors: /paste/7?cli=1&lang=php
Return the name of your ISP, or that of the given IP.
- Return the name of your ISP: /isp
- Return the name of the ISP of the given address.: /isp/69.171.234.21
Shorten your long URLs (/, /s, /shorten).
- Shorten a URL: /s?url=http://some_long_url&shorturl=slug
- An example short URL with a custom suffix: /s/g