I am trying to list all tags used on stackoverflow here: http://api.stackoverflow.com/1.1/usage/methods/tags and I cannot seem to list all.

How do I do it?.

link|improve this question
feedback

migrated from meta.stackoverflow.com Apr 19 '11 at 12:45

This question came from our site for the Stack Exchange engine powering these sites.

1 Answer

Not like this?

http://api.stackoverflow.com/1.1/tags?pagesize=100&page=1

http://api.stackoverflow.com/1.1/tags?pagesize=100&page=2

....

link|improve this answer
Yes,that did list.Clicking call method without even entering anything lists all in json. – objectiveME Apr 19 '11 at 12:32
feedback

You must log in to answer this question.