API Documentation

General Info

Unless otherwise stated:
  • All API functions return a JSON object with a 'result' field that is either 'success' or 'error'
  • Responses of the type {'result':'error'} will contain an element called 'errors' that is an array of error codes

examples:


{"result":"error","errors":["API Key ( ?api_key=%s ) is required"]}
{"result":"success","open_sn__profile":{"basic":{"birthdate_day":"6","zodiac":"Capricorn","age":"89","birthdate_month":"5","birthdate_year":"1903","gender":"male"},"habits":{}}}
{"result":"success","shouts":[{"shout_text":"hello world! (redux)","timestamp":"09/25/2006 17:18"},{"shout_text":"hello world!","timestamp":"09/10/2006 13:09"}]}
{"result":"success","findmeons":[]}
{"result":"success","findmeons":[{"resource":"FindMeOn.com","name":"findmeon","id":"AD96168A494C59A4FB5F7B6DC629022B"]}
{"result":"error","errors":["Server Maintenance"]}

API Home