Introduction to the WordStream API
Welcome to the WordStream API documentation. This content tree pertains to the WordStream API usage as well as other related information.
The WordStream API is exposed through secure HTTP and provides all responses in the following format:
callback(json_response);
Where callback is the name of a javascript callback function, and json_response is a JSON response object. We recommend using the JQuery javascript library to
invoke calls to the WordStream API. Our formatted responses are designed to work optimally with the JQuery getJSON method.
|