CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 04:35:24 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=fc18d957-6fe5-42e4-a6db-6e16298cf804; expires=Mon, 27 Jul 2026 04:35:24 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: 9aa879da-f51d-4d82-9a4f-84ff98b8c493
x-providence-cookie: fc18d957-6fe5-42e4-a6db-6e16298cf804
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=uEN_fUzTenMqqMYmzj4H5_BIblOu6jdVaMMvMQcj7DQ-1753590924-1.0.1.1-2Z1uy5.HjtsnaHpX5P4pByCSJQwB0BQ47SC.yR4VE8WLdfX7Q6YZTOYDYc6mGTJoqtsmNFQNFGGcGlwS8lGmoSNkf9iQj114Xl8xBj2HIFY; path=/; expires=Sun, 27-Jul-25 05:05:24 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo4A2zTQJwZGfQDr; SameSite=None; Secure; path=/; expires=Mon, 28-Jul-25 03:35:24 GMT; HttpOnly
set-cookie: _cfuvid=4W5hPWEAJ9REIySc6cDA_gpPe9SoyGkrQ8xfUI0f85M-1753590924623-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 96596e0d3e94741b-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