Search
GET

/api/v1/search/schools

10 credits

Search schools.

Try in Playground

Parameters

NameTypeRequiredDescription
keywordstringnoSchool name keyword.
countintegernoResults per page.
startintegernoPagination offset.

Example request

curl -H "X-API-Key: zq_…" \
  "https://zooq.dev/api/v1/search/schools"

Example response

A worked example for this endpoint is on its way. In the meantime, try it in the Playground with your API key to see the live shape.