Version 1 API documentation
Any issues or bugs should be addressed on the github issue tracker
Developer contact: aglick@passcod.es
api.passcod.es/v1/domain/google
[
  {
    "name":"google",
    "version":"4",
    "creationdate":"2013-10-24 00:00:00",
    "minlength":"11",
    "maxlength":"83",
    "restrictedcharacters":"",
    "regex":"*",
    "parent":""
  }
]
api.passcod.es/v1/domain/google+example+bogusurl
[
  {
    "name":"example",
    "version":"3",
    "creationdate":"2013-10-24 00:00:00",
    "minlength":"10",
    "maxlength":"82",
    "restrictedcharacters":"",
    "regex":"*",
    "parent":""
  },
  {
    "name":"google",
    "version":"4",
    "creationdate":"2013-10-24 00:00:00",
    "minlength":"11",
    "maxlength":"83",
    "restrictedcharacters":"",
    "regex":"*",
    "parent":""
  },
  {
    "name":"bogusurl",
    "version":"0"
  }
]
If the domain is not present then the version # will be zero and no other arguments will be provided
http://api.passcod.es/v1/domain/bogusurl
[
  {
    "name":"bogusurl",
    "version":"0"
  }
]