Searching For Articles

River Sloane Updated by River Sloane

GET /search[?query&limit]

Get the top search results for a given string.

Arguments


Description

query

​​string

Required

The search term string you'd like results for

limit

int

How many results you'd like to receive

Default: 10, Max: 100

include_private

bool

Include articles with a private status in the results. Set to true to include

include_draft

bool

Include articles with a draft status in the results. Set to true to include

Example response:

{
"articles": [ Article ]
}

How did we do?

Contact

This site is protected by hCaptcha and its Privacy Policy and Terms of Service apply.