Returns the tags found on a Stack Exchange site, optionally filtered by a substring in the tag name.
- Provider
- Stack Exchange API
- Input summary
- {"name":"inname","type":"string","required":false,"description":"Filters tags to those containing this substring."}, {"name":"order","type":"string","required":false,"description":"Ordering direction for the sort.","enum":["asc","desc"]}, {"name":"sort","type":"string","required":false,"description":"Field to sort results by: popular (by count), activity (by last question date), or name.","enum":["popular","activity","name"]}, {"name":"min","type":"string","required":false,"description":"Minimum value for the sort field (used with sort)."}, {"name":"max","type":"string","required":false,"description":"Maximum value for the sort field (used with sort)."}, {"name":"fromdate","type":"integer","required":false,"description":"Start of the date range (Unix timestamp)."}, {"name":"todate","type":"integer","required":false,"description":"End of the date range (Unix timestamp)."}, {"name":"site","type":"string","required":true,"description":"The Stack Exchange site to query (e.g., 'stackoverflow')."}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available