Usage of /tags/{tags}/info
Discussion
Returns tag objects representing the tags in {tags} found on the site.
This method diverges from the standard naming patterns to avoid to conflicting with existing methods, due to the free form nature of tag names.
This method returns a list of tags.
The sorts accepted by this method operate on the follow fields of the tag object:
- popular –
count - activity – the
creation_dateof the last question asked with the tag - name –
name
popular is the default sort.It is possible to create moderately complex queries using
sort, min, max, fromdate, and todate.
Try It