Usage of /tags/{tags}/synonyms GET
Discussion
Gets all the synonyms that point to the tags identified in {tags}. If you're looking to discover all the tag synonyms on a site, use the /tags/synonyms methods instead of call this method on all tags.
{tags} can contain up to 20 individual tags per request.
The sorts accepted by this method operate on the following fields of the tag_synonym object:
- creation – 
creation_date - applied – 
applied_count - activity – 
last_applied_date 
creation is the default sort.It is possible to create moderately complex queries using
sort, min, max, fromdate, and todate.
    
    
    This method returns a list of tag synonyms.
Try It