CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 14:12:21 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=3874dd90-e90b-4043-aea4-079211633baf; expires=Mon, 27 Jul 2026 14:12:21 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: 61aa3750-99e3-4413-89d7-7792969540a8
x-providence-cookie: 3874dd90-e90b-4043-aea4-079211633baf
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=BDnXigEqxACQsc6AzpSMMRA8DlEY.q4jzXZonziO_oY-1753625541-1.0.1.1-NTjd.jpW_lGBM4pefcxYiCuuvKJHMK8Ey4lb9uihfg4mrV3Bm8_I79J7CJcolj_jJA8jaGyXAARhpW0QSV0tA4QVj2XeooqeM.5afNhFkok; path=/; expires=Sun, 27-Jul-25 14:42:21 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo498co2e9M7YEm2; SameSite=None; Secure; path=/; expires=Mon, 28-Jul-25 13:12:21 GMT; HttpOnly
set-cookie: _cfuvid=HVrxGwmue.lKM7Z7owDCS2reyXOu24DjHpRMIzFaQ3Q-1753625541718-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 965cbb31dad5343c-BLR
content-encoding: gzip
Usage of /questions/{ids}/linked [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 /questions/{ids}/linked GET
Discussion
Gets questions which link to those questions identified in {ids}.
This method only considers questions that are linked within a site, and will never return questions from another Stack Exchange site.
A question is considered "linked" when it explicitly includes a hyperlink to another question. There are no other heuristics.
{ids}
can contain up to 100 semicolon delimited ids. To find ids programmatically look for question_id
on question objects.
The sorts accepted by this method operate on the following fields of the question object:
- activity –
last_activity_date
- creation –
creation_date
- votes –
score
-
rank – a priority sort by site applies, subject to change at any time
- Does not accept
min
ormax
- Does not accept
activity
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 questions.
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