2

I would like to access a list of all Collective Articles on SO. I tried

https://api.stackexchange.com/2.3/articles?order=desc&sort=activity&site=stackoverflow

which is the sample from here. However, that failed to provide anything.

The docs page also says Invalid JSON returned. This endpoint may be broken.

Can this be updated so I can successfully get all the Collectives Articles? Although the core functionality here is broken, I’d also like to get all articles after a certain DateTime, but I imagine that’ll work once this is fixed

2
  • I get a 404 for https://api.stackexchange.com/2.3/articles?order=desc&sort=activity&site=stackoverflow (and I'm now throttled by SE probably because I made their server go pug)
    – rene
    Commented Oct 28, 2023 at 5:56
  • Not sure when it broke but it "worked" when the API was released: meta.stackexchange.com/a/366981/158100
    – rene
    Commented Oct 28, 2023 at 6:00

1 Answer 1

3

The endpoint was for Stack Overflow for Teams and the Articles feature within that product. It returned Collectives Articles as an unintended side effect. When Teams moved over to a separate API, this functionality was removed from the public API.

You must log in to answer this question.

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