Back

Build with Holalytics data

Access Spain property listings, market stats, and municipality data via a simple REST API. Free tier: 1,000 requests/day, no credit card required.

Get your free API key

Create a free account to get started

Create Account

Instant access

Key generated immediately after registration

All endpoints free

Properties, municipalities, market stats

1,000 req/day

Resets at midnight UTC, no throttling below limit

Quick start

1

Register a free account

Sign up if you don't have one yet

2

Generate an API key

Go to Account → API tab → Create key

3

Add the key to every request

X-API-Key: hola_your_key_here

Example request

curl https://holalytics.com/api/public/v1/properties \
  -H "X-API-Key: hola_your_key_here" \
  -G \
  --data-urlencode "region=costa_blanca_south" \
  --data-urlencode "property_type=apartment" \
  --data-urlencode "price_max=250000" \
  --data-urlencode "has_pool=true" \
  --data-urlencode "sort_by=deal_score"

Endpoints

Full docs →
GET
/api/public/v1/properties

Search active listings with filters (region, type, price, bedrooms, pool, yield…)

GET
/api/public/v1/properties/{id}

Get a single property by ID

GET
/api/public/v1/municipalities

List municipalities with avg price, rental yield, population

GET
/api/public/v1/stats

Market overview: total listings, avg price, avg yield

Rate limits

TierRequests/dayPrice
Free1,000Free forever
ProComing soon