Skip to main content
GET
/
pricing-intelligence
/
country-pricing
Get country pricing
curl --request GET \
  --url https://api.beeze.io/v1/pricing-intelligence/country-pricing \
  --header 'x-api-key: <api-key>'
[
  {
    "country": "<string>",
    "avgPrice": 123,
    "medianPrice": 123,
    "count": 123
  }
]

Authorizations

x-api-key
string
header
required

API key for external Beeze API access

Query Parameters

from
string<date>

Start date in YYYY-MM-DD format

to
string<date>

End date in YYYY-MM-DD format

Response

Pricing data by country

country
string
avgPrice
number
medianPrice
number
count
integer