Skip to main content
GET
/
search
GlobalSearchEndpoint
curl --request GET \
  --url https://api.bunny.net/search \
  --header 'AccessKey: <api-key>'
{
  "Total": 123,
  "From": 123,
  "Size": 123,
  "Query": "<string>",
  "SearchResults": [
    {
      "Id": 123,
      "Type": "<string>",
      "Name": "<string>"
    }
  ]
}

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Query Parameters

from
integer<int32>
default:0
size
integer<int32>
default:20

Response

The list of platfom-wide search results

Total
integer<int32>
required

The total number of search results found matching the query

From
integer<int32>
required

The number of results skipped in the search query

Size
integer<int32>
required

The size of the result set

Query
string | null

The input query for the search request

SearchResults
object[] | null

The list of search results found for the query