/lobsters/stories/search

POST /api/lobsters/stories/search

Price: 20 credits

List Lobsters stories from one of its listings — newest, front page, recently active, a tag combination or a linked domain — each with title, submitted link, submitter, score, tags and comment count

How to use it

Exactly one of `source`, `tags` and `domain` selects the listing; passing none or two is a 422. Lobsters has no keyword search of any kind here, so a topic is reached through `tags` — take the vocabulary from lobsters/tags/search, since an unknown tag is a 412 rather than an empty list, and several tags are a union, not an intersection. `source=hottest` is the front page and stops at 25 stories however large `count` is. Stories come without their comments — pass an `id` to lobsters/stories for those.

Parameters

Request body

Response

Errors

Response headers