API Documentation
Access Tallinn neighborhood data programmatically.
API Coming Soon
We're building a public API for developers who want to integrate our neighborhood data into their applications. Sign up to be notified when it launches.
Get Notified →Planned Endpoints
/api/v1/neighborhoodsList all Tallinn neighborhoods with basic metrics
{
"data": [
{
"slug": "kalamaja",
"name": "Kalamaja",
"district": "Põhja-Tallinn",
"safetyScore": 78,
"avgRent1br": 850,
"transitScore": 92
}
]
}/api/v1/neighborhoods/:slugGet detailed data for a specific neighborhood
{
"slug": "kalamaja",
"name": "Kalamaja",
"district": "Põhja-Tallinn",
"description": "Historic wooden house...",
"safetyScore": 78,
"safetyBreakdown": {
"violent": 2.1,
"property": 5.3,
"other": 1.8
},
"pricing": {
"rent1br": { "median": 850, "min": 650, "max": 1100 },
"rent2br": { "median": 1100, "min": 850, "max": 1400 }
}
}/api/v1/compare?neighborhoods=kalamaja,kesklinn,kadriorgCompare multiple neighborhoods side-by-side
{
"data": [
{ "slug": "kalamaja", "safetyScore": 78, ... },
{ "slug": "kesklinn", "safetyScore": 72, ... },
{ "slug": "kadriorg", "safetyScore": 85, ... }
]
}/api/v1/safety/:slugGet detailed safety metrics for a neighborhood
{
"slug": "kalamaja",
"overallScore": 78,
"trend": "+3% YoY",
"crimesPerCapita": 12.4,
"breakdown": {
"violent": { "count": 23, "perCapita": 2.1 },
"property": { "count": 58, "perCapita": 5.3 }
},
"lastUpdated": "2024-01-15"
}Data Available via API
Safety Metrics
- •Overall safety score (0-100)
- •Crime breakdown by category
- •Per-capita normalization
- •Year-over-year trends
Pricing Data
- •Rental prices by unit size
- •Purchase prices per m²
- •Price trends (6mo/12mo)
- •Neighborhood comparisons
Transit Data
- •Transit connectivity score
- •Nearby stop count
- •Route frequencies
- •Commute time estimates
Demographics
- •Population density
- •Age distribution
- •Expat density estimates
- •Neighborhood vibe indicators
Use Cases
Real Estate Apps
Enrich property listings with neighborhood safety and transit data.
Mapping Tools
Overlay safety and price data on interactive maps.
Relocation Apps
Build neighborhood recommendation features into your app.
Market Research
Analyze Tallinn real estate trends programmatically.
Chatbots
Power AI assistants with accurate neighborhood data.
Content
Generate data-driven content about Tallinn neighborhoods.
Interested in Early Access?
Contact us to discuss your use case and get early access to the API.
Contact Us →