Usage of /tags/{tags}/faq GET
Discussion
Returns the frequently asked questions for the given set of tags in {tags}.
For a question to be returned, it must have all the tags in {tags} and be considered "frequently asked". The exact algorithm for determining whether a question is considered a FAQ is subject to change at any time.
{tags} can contain up to 5 individual tags per request.
This method returns a list of questions.
Try It