+------------------------------------------+--------------------------------------+
| .. centered:: |Get trends near a location|_ |
+------------------------------------------+--------------------------------------+
- | `GET trends/place`_ | :meth:`API.trends_place` |
+ | `GET trends/place`_ | :meth:`API.get_place_trends` |
+------------------------------------------+--------------------------------------+
| .. centered:: :ref:`Geo` |
+------------------------------------------+--------------------------------------+
Get trends near a location
--------------------------
-.. automethod:: API.trends_place
+.. automethod:: API.get_place_trends
Geo
===
# Get trends near a location
@payload('json')
- def trends_place(self, id, **kwargs):
- """trends_place(id *, exclude)
+ def get_place_trends(self, id, **kwargs):
+ """get_place_trends(id *, exclude)
Returns the top 50 trending topics for a specific WOEID, if trending
information is available for it.