1

Currently, I am using /2/open_events API to get nearby events information by using latitude, longitude and radium as parameter. However, what I want to do is separate the retrieved events information to different categories/topics (eg. Java, football, dance), so is there any way to get event category when I retrieve events information? I checked that there is a category blanket in host group information in the response of this API, which is optional. Unfortunately, most event information I retrieve back does not contain the optional information.

I also tried to use /2/topic_category API, but I have no idea how to match the category information to every event I get from /2/open_events.

So, 1. is there a way to get nearby event information (such as event venue, introduction) together with its category (using latitude, longitude and radium);       2. if 1 is impossible, is there a way to get event category info by using event ID as parameter?

Thanks. Please help me friends.

4

2 に答える 2

1

ばかげていますが、meetup はデフォルトで利用可能なすべてのカテゴリを一覧表示するわけではありません。

代わりに、(Web コンソールを介して) get 要求を実行する必要があり、完全なリストが返されます。

たとえば、リクエストに使用できるすべてのカテゴリを見つけるには

https://secure.meetup.com/meetup_api/console/?path=/2/topic_categories

于 2016-10-17T16:52:15.930 に答える