I want to use the API https://api.meetup.com//ew/communities to get the urlname= Nintendo3DS(or Mafia wars,farmvillege) communities. I can get the "total_count": 1892 communities which meetup- count ascend, but I want to get the communities which its meetup-count descend. I can not get the order option in the /ew/communities<https://api.meetup.com//ew/communities> , but we can get the order option in the group search api
On Sat, Jul 21, 2012 at 7:48 AM, Qiu Zhiyun <qiu198...@gmail.com> wrote:
> I want to use the API https://api.meetup.com//ew/communities to
> get the urlname= Nintendo3DS(or Mafia wars,farmvillege) communities.
> I can get the "total_count": 1892 communities which meetup-
> count ascend,
> but I want to get the communities which its meetup-count
> descend.
> I can not get the order option in the /ew/communities<https://api.meetup.com//ew/communities> ,
> but we can get the order option in the group search api
> --
> You received this message because you are subscribed to the Google
> Groups "Meetup API" group.
> To unsubscribe from this group, send email to
> meetup-api+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/meetup-api?hl=en?hl=en
I have try to add the desc=true as your suggestion and get the different result but it is not what I want.
What is the rule of desc=true of current https://api.meetup.com/ew/communities? created,
updated time,
lat/lng cordinate?
I want to get the same result like the meet up every website which sort by the Nintendo3DS largest communities like "Sao Paulo" "Mexico City" "New York" by its members/fans
But I get the result "city":"Örnsköldsvik","country":"se"" "
city":"Ängelholm","country""
Thanks!
On Saturday, July 21, 2012 8:20:19 PM UTC+8, Doug Tangren wrote:
> On Sat, Jul 21, 2012 at 7:48 AM, Qiu Zhiyun <qiu198...@gmail.com> wrote:
>> I want to use the API https://api.meetup.com//ew/communities to >> get the urlname= Nintendo3DS(or Mafia wars,farmvillege) communities.
>> I can get the "total_count": 1892 communities which meetup-
>> count ascend,
>> but I want to get the communities which its meetup-count >> descend.
>> I can not get the order option in the /ew/communities<https://api.meetup.com//ew/communities> , >> but we can get the order option in the group search api
> add the request parameter, desc=true
>> -- >> You received this message because you are subscribed to the Google
>> Groups "Meetup API" group.
>> To unsubscribe from this group, send email to
>> meetup-api+unsubscribe@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/meetup-api?hl=en?hl=en
On Sun, Jul 22, 2012 at 1:47 PM, Qiu Zhiyun <qiu198...@gmail.com> wrote:
> I have try to add the desc=true as your suggestion and get the different
> result but it is not what I want.
> What is the rule of desc=true of current
> https://api.meetup.com/ew/communities? > created,
> updated time,
> lat/lng cordinate?
> I want to get the same result like the meet up every website which sort by
> the Nintendo3DS largest communities like "Sao Paulo" "Mexico City" "New
> York" by its members/fans
> But I get the result "city":"Örnsköldsvik","country":"se"" "
> city":"Ängelholm","country""
> Thanks!
Currently there is only one sort order for this method, by name.