If you're using the Javascript (AJAX) side of the API, try using the Firebug add-on for Firefox. It has a Net feature that allows you to track all requests that your browser is making to outside sources. Using that, you can find the search request(s) and examine them, the headers and parameters you're sending, the headers you're getting back, and the response for yourself.
Jeremy R. Geerdes Effective website design & development Des Moines, IA For more information or a project quote: http://jgeerdes.home.mchsi.com [email protected] If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! On Aug 25, 2010, at 12:17 AM, Dwarakanath Jagadeesan wrote: > > Hello Everyone, > I am just into using the Google Search API programming.Is > there a way that I can see the JSON or the XML that is obtained when I search > for a particular query? > > Awaiting your reply! > > > -- > Thanks and Regards, > Dwarakanath J > > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Google AJAX APIs" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-ajax-search-api?hl=en. -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en.
