The ability api allows for the user to get back the ability for a chosen ghost.
"/ability"
"GET"
ghost
/ability?ghost=banshee
200: Successful
Returns String:
The {ghost}'s special ability is {ability}
200: Failed
Return String: Please use as follows: !ability "< ghost name >"
Top of PageReturns the location of given Cursed Item on given Map
"/curseditems
"GET"
map
object
/curseditems?object=monkey+paw&map=grafton
200: Successful
Return String:
The {object} is located in {location} on {map}
200: Failed
Return String:
This command requires specific usage. Please use like: !location "map name" "cursed item" including quotes. Map and Item names should be in lowercase'
Top of PageReturns the evidences and hunt thresholds for a given ghost
"/evidence"
"GET"
ghost
/evidence?ghost=banshee
200: Successful
Return String:
The {ghost} has the following evidence: {evidence}. The {ghost}'s hunt threshold is {hunt threshold}
200: Failed
Return String:
Please use as follows: !ev "ghost name"
Top of PageReturns random trivia about ghosts
"/trivia"
"GET"
Takes no parameters
200: Successful
Return String:
Your random ghost is {rand_ghost}. Did you know this about the {rand_ghost}? {fact}
200: Failed
You should not receive a fail response ever.
Top of Page