Tell me more ×
Stack Apps is a question and answer site for apps, scripts, and development with the Stack Exchange API. It's 100% free, no registration required.

The API docs claim that /questions/{ids}/related return question objects, but I can't find a link property on the returned questions at all.

Is there some sort of workaround to find the link for a question without a separate call to /questions/{ids}?

share|improve this question
@TimStone I was trying this, which gives me all related questions, but without the link properties. Not using any filters, no. – Asad Dec 6 '12 at 21:41
@TimStone I knew I was doing something stupid. Thanks! – Asad Dec 6 '12 at 21:47

migrated from meta.stackoverflow.com Dec 6 '12 at 22:25

1 Answer

up vote 1 down vote accepted

The documentation you linked to is for API 2.x, but you're querying 1.1 which doesn't return those exact objects (and is deprecated). This API 2.1 request will return the results you were expecting:

http://api.stackexchange.com/2.1/questions/13752517/related?site=stackoverflow
share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged