Page 1 of 1

[Q] Is there a way to sort nations by WA classification?

PostPosted: Wed Apr 07, 2021 4:41 pm
by New Jacobland
Is there any way for me to sort all nations by their WA classification? I'm trying to make a card collection of every card of a specific type.

PostPosted: Wed Apr 07, 2021 4:45 pm
by SherpDaWerp
If you're looking specifically for Cards reasons, then you can use TNP's Card Queries with +category:<foo>

Link here.

Outside of Cards, you'd have to parse the Daily Dumps, which IIRC contains category information for every nation.

PostPosted: Thu Apr 08, 2021 5:02 am
by The Free Joy State
If you go to the World Census and search by World Assembly Endorsements, the highest scoring nations should be in the World Assembly (as shown by the symbol by their name).

It's also possible to do the same search by region, seen here with my example of The Pacific. Just change the code to:
Code: Select all
https://www.nationstates.net/page=list_nations/region=region_name?censusid=66


It's a slow but steady route.

PostPosted: Thu Apr 08, 2021 5:04 am
by New Jacobland
The Free Joy State wrote:If you go to the World Census and search by World Assembly Endorsements, the highest scoring nations should be in the World Assembly (as shown by the symbol by their name).

It's a slow but steady route.

Thanks, but for my purposes the TNP Card Queries works well.