Unispec Docs
ApiRegistrySearch

Search projects

GET
/search/projects

Query Parameters

q?string

Full-text query

limit?integer
Default20
offset?integer
Default0
visibility?string

Value in

  • "public"
  • "private"

Response Body

application/json

application/json

curl -X GET "https://example.com/search/projects"
{  "items": [    {      "id": "string",      "owner_type": "string",      "owner_name": "string",      "name": "string",      "visibility": "string",      "description": "string",      "latest_published_version": "string",      "created_at": "2019-08-24T14:15:22Z",      "updated_at": "2019-08-24T14:15:22Z"    }  ],  "page": {    "limit": 0,    "offset": 0,    "total": 0  }}
{  "error": {    "code": "string",    "message": "string"  }}