Return to AnswerGarden Home and start an online interactive brainstorm
Create an AnswerGarden! Find AnswerGardens Support AnswerGarden! Learn more about AnswerGarden interactive wordclouds!

AnswerGarden API

Do you want to use the data of an AnswerGarden on your website or in a custom application? There are a few options for using the data of an AnswerGarden on external sites. In the examples below, replace 1 with the cloudid of your AnswerGarden.

Getting a complete data chunk

/api/all/1

In this chunk, q is the question, a are the comma separated answers, numbers are the comma separated frequencies for the answers, returnedvalues is the number of answers returned and status returns an ok when everything is executed correctly.

Obtain the question
/api/getquestion/1

Obtain the answers
/api/gettags/1

Obtain the total number of responses for an AnswerGarden
/api/gettotal/1

More options and different output formats to be added in the near future.

With the AnswerGarden API you can use data from AnswerGarden in your own applications.