<< Back to oGoing API Documentation

Trends/Weekly

Returns the top thirty topics that are currently trending on oGoing.

URL:

http://api.ogoing.com/GetWeeklyTrends

Formats:

xml

Requires Authentication

False

Parameters

none

Response

<ArrayOfOGoingUpdate>
   <oGoingTrends>
      <Text>oGoing</Text>
      <Url>http://www.ogoing.com/oGoingSearch?Ftext=oGoing</Url>
   </oGoingTrends>
   <oGoingTrends>
      <Text>whatsgoingon</Text>
      <Url>http://www.ogoing.com/oGoingSearch?Ftext=whatsgoingon</Url>
   </oGoingTrends>
   <oGoingTrends>  ...   </oGoingTrends>
   <oGoingTrends>  ...   </oGoingTrends>
      ...
<ArrayOfOGoingUpdate>

Usage Example

http://api.ogoing.com/GetWeeklyTrends

<< Back to oGoing API Documentation