Search Name Request

Search Name Request allows you to use the public web API to gather information on the specified character.

Example URL: https://api.faxcad.com/searchname/?id=demoCAD&q=Bob%20bobson

Get Character Name

GET http://api.faxcad.com/searchname/:id:q

This will fetch character information.

Path Parameters

{
   "status":"Found",
   "details":"Found character",
   "ownerId":"282762192544333827",
   "charInfo":{
      "firstName":"Bob",
      "lastName":"Bobson",
      "DoB":"01/12/1995",
      "address":"123 Somewhere Road, Somewhere City",
      "gender":"Male",
      "race":"White",
      "hairColor":"Black",
      "dead":"1"
   },
   "image":"http://demoCAD.faxcad.com/_assets/civimages/firu7ny8ztoeghiskz67o5w583j29m.png",
   "license":{
      "drivers":"Valid",
      "commercial":"None",
      "firearms":"Suspended",
      "boat":"None",
      "aviation":"None",
      "hunting":"None",
      "fishing":"None"
   }
}

Last updated