CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 13:18:10 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
cache-control: private
set-cookie: prov=9cd240ec-8c8a-451a-9279-0eeb69aba3cd; expires=Mon, 27 Jul 2026 13:18:09 GMT; domain=.stackexchange.com; path=/; secure; httponly
set-cookie: __cf_bm=bWpP8SXiQvZ6K0BgUwFyS6jcGDB5NW_n3cZP9CxK2Ns-1753622290-1.0.1.1-znm11rpcVr3J8gTUN8pYfGxQp1pQ_Q2c_R2.TNV0t2yOEIFqWchSlEv4DBgo8fSMzYFy_i6HWgzV5SAKIYV2gR7KAhIN6JhqBA3NdZPwpCk; path=/; expires=Sun, 27-Jul-25 13:48:10 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo48UA1RTXS8AXba; SameSite=None; Secure; path=/; expires=Mon, 28-Jul-25 12:18:10 GMT; HttpOnly
set-cookie: _cfuvid=nSHi7cB6gs87IhYoixBSpIIFPb6I6XdxGNBA7RkDmy8-1753622290086-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: 737a5dc6-fa94-47e3-a3e9-fc3b7900f02d
x-providence-cookie: 9cd240ec-8c8a-451a-9279-0eeb69aba3cd
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
server: cloudflare
cf-ray: 965c6bcf5d91f424-BLR
Usage of /tags/required [GET] -
Stack Exchange API
It is possible to create moderately complex queries using
https://stackoverflow.com/oauth/dialog?client_id=1&key=U4DMV*8nvpm3EOpvf69Rxw((&redirect_uri=https%3a%2f%2fapi.stackexchange.com%2fdocs%2foauth_landing
U4DMV*8nvpm3EOpvf69Rxw((
Usage of /tags/required GET
Discussion
Returns the tags found on a site that fulfill required tag constraints on questions.
The inname
parameter lets a consumer filter down to tags that contain a certain substring.
For example, inname=own
would return both "download" and "owner" amongst others.
This method returns a list of tags.
The sorts accepted by this method operate on the following fields of the tag object:
- popular –
count
- activity – the
creation_date
of 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
about blog terms of use contact us feedback always welcome
site design / logo © 2025 Stack Exchange, Inc; user contributions licensed under CC BY-SA