v1 STABLE — ALL SYSTEMS OPERATIONAL

PROPMETRIK API

Programmatic access to Ghana's most comprehensive real estate intelligence platform. Market data, valuations, ML predictions, and construction analytics — all via REST.

Base URL

api.propmetrik.com/v1

Auth

Bearer Token

Endpoints

70+

Format

JSON (UTF-8)

AUTHENTICATION

All API requests require a valid API key passed as a Bearer token in the Authorization header. Keys are scoped to your organization and can be generated from the admin dashboard after signing up.

Authorization: Bearer pmk_your_api_key

Rate Limits

1,000 req/min

Enterprise: 10,000 req/min

Response Format

JSON

All wrapped in { success, data }

Error Codes

Standard HTTP

400 / 401 / 403 / 404 / 429 / 500

QUICK START

cURL
curl -s \
  -H "Authorization: Bearer pmk_your_key" \
  https://api.propmetrik.com/v1/analytics/market/price-index \
  | jq .
Python
import requests

r = requests.get(
    "https://api.propmetrik.com/v1/analytics/market/price-index",
    headers={"Authorization": "Bearer pmk_your_key"}
)
data = r.json()["data"]
print(f"Property Index: {data['overall_index']}")
JavaScript / Node.js
const res = await fetch(
  "https://api.propmetrik.com/v1/analytics/market/price-index",
  { headers: { Authorization: "Bearer pmk_your_key" } }
);
const { data } = await res.json();
console.log("Property Index:", data.overall_index);
Go
req, _ := http.NewRequest("GET",
  "https://api.propmetrik.com/v1/analytics/market/price-index", nil)
req.Header.Set("Authorization", "Bearer pmk_your_key")
resp, _ := http.DefaultClient.Do(req)
defer resp.Body.Close()
json.NewDecoder(resp.Body).Decode(&result)

ENDPOINT REFERENCE

0 endpoints

Loading API catalog...

Ready to build?

Sign up for PROPMETRIK to get your API key and start integrating real estate intelligence into your apps, models, and workflows.

Our Platform

Built for Ghana's Real Estate Professionals

View all services
$
Location: Premium
Size: 450sqm

Valuation Engine

AI-driven automated valuations, portfolio revaluations, and development appraisals powered by proprietary ML models.

Real-time Data
AI Processing
Cloud Sync

Data Hub

Real-time dashboards, market comparables, construction cost indices, and land title integrations.

1
Lead
2
Offer
3
Closing

Deal Management

End-to-end CRM for agents — lead tracking, digital closings, e-signatures, and commission management.

$30,000
$50,000
$45,000
$70,000
$60,000
$85,000
$95,000
Market Trend
+12.5%
Avg. Yield
8.4%

Market Intelligence

Neighbourhood analytics, economic indicators, rental yields, and custom research reports on demand.

Live Dashboard
Accra Heights — 24-Unit Residential
complete
on track
at risk
behind
Site Preparation
Foundation
100%
Ground Floor Concrete
Foundation
100%
Steel Framework
Structure
78%
Electrical Rough-In
Structure
45%
Exterior Cladding
Envelope
32%
HVAC Installation
MEP
15%
Interior Finishing
Finishes
0%
0%
Budget Used
GHS 1.86M / 3M
67%
Timeline
Month 8 of 12
14
Open RFIs
3 critical
97
Safety Score
0 incidents

Project Management

Task & milestone tracking, budget control, contractor management, and automated construction monitoring.

Portfolio Overview
5 properties
94
Total Units
90%
Avg Occupancy
GHS 195K
Monthly Revenue
Cantonments HeightsResidential
24 units
96%
GHS 38,400
/month
Osu Oxford PlazaCommercial
12 units
100%
GHS 62,000
/month
Airport West VillasResidential
8 units
88%
GHS 14,200
/month
Ring Road RetailRetail
18 units
72%
GHS 28,900
/month
East Legon ResidencesResidential
32 units
94%
GHS 51,600
/month
2
Open Tickets
2
Lease Renewals
2
Overdue Rent
96%
Collections

Property Management

Tenant & lease management, maintenance workflows, financial reporting, and owner distribution portals.