CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 09:17:57 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=38854fe7-a4d1-4fa9-a8cb-b8a423278ddd; expires=Mon, 27 Jul 2026 09:17:57 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: bf005d43-628a-44f1-80b3-a285edcfa2f7
x-providence-cookie: 38854fe7-a4d1-4fa9-a8cb-b8a423278ddd
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=FxGskXLQlUbAnhgOfJWRShrlLzrjzlKqRLy5QXE2r4U-1753607877-1.0.1.1-K2F41W_5hQx1KolkWaTglVEsAnpbBeDO2JY1xZg5tpbqbtfTuw16hEYlcrWRhDq4JM3CJC5ig7wStoHyBdhEeQo6JnSuIXcNs6sInsAfoZo; path=/; expires=Sun, 27-Jul-25 09:47:57 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo498b7yiXQSnEvx; SameSite=None; Secure; path=/; expires=Mon, 28-Jul-25 08:17:57 GMT; HttpOnly
set-cookie: _cfuvid=AaxMOHil4Mguf60.oEH6cYrexhBB_IS8TVxI6KigToc-1753607877490-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 965b0bf09e04165e-BLR
content-encoding: gzip
Usage of /users/{ids}/tags [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 /users/{ids}/tags GET
Discussion
Returns the tags the users identified in {ids} have been active in.
This route corresponds roughly to a user's stats tab, but does not include tag scores. A subset of tag scores are available (on a single user basis) in /users/{id}/top-answer-tags and /users/{id}/top-question-tags.
{ids}
can contain up to 100 semicolon delimited ids. To find ids programmatically look for user_id
on user or shallow_user objects.
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
.
This method returns a list of tags.
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