Requests are to made to the /json endpoint. Every request will return an array of 20 status.
q passes a search querystart starts results at the `start` positionThe response is a JSON object as follow:
status containst success on success.data is an array of 20 status.
$ curl "https://fedsearch.io/json?q=tag:linux&start=20"
{
"status":"success",
"data":[
{"id":"9430493049304930","content":"...."},
{"id":"9430493049304944","content":"...."}
]
}