We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Request:
POST /v2/search
In the body you put all the parameters you need to search
Example:
{ "location": "Rambox", "features": { "type": "case", "brand": "HP" } }
You will get an id in response
PATCH /v2/search/{id}
Filter your previous search, where id is the id of the search
{ "features": { "working": "yes" } }
GET /search/{id}[/page/{page}]