ENTERPRISE PROPERTY INTELLIGENCE

Property data API for Latin America & beyond

5.1M+ properties across 2 markets. Real-time valuations, ownership data, parcels, and permits — built for developers who can't afford gaps.

12 spots remaining for Q2

Trusted by enterprise teams across real estate, energy, and financial services

PROPERTIES INDEXED across all markets
5.1M+
MARKETS LIVE or launching in 2026
2
TRANSACTION HISTORY for AVM models
4+ yr
UPTIME SLA ON enterprise tier
99.9%

Trusted by teams building in

PropTech
Solar Installers
Mortgage Lenders
Insurance
Real Estate Funds
Gov Tech

API COVERAGE

Everything you need about a property.

From cadastral parcels to automated valuations. Each endpoint is purpose-built for production workloads.

GET

Property Lookup

Full property profile: attributes, legal description, lot size, construction year, use classification.

1 credit / call

GET

Automated Valuation (AVM)

ML-based valuation with confidence score and value range. Trained on 4+ years of verified transactions.

3 credits / call

GET

Ownership & Contacts

Owner name, mailing address, and LexisNexis-enriched contact data. Only charged on successful match.

3 + 12 credits

GET

Parcel Geometry

GeoJSON parcel boundaries, centroid coordinates, and area calculations for mapping workflows.

2 credits / call

GET

Permits & Transactions

Historical permit records, building approvals, and sale/transfer history with verified dates and amounts.

2 credits / call

GET

Comparable Sales

Nearby comparable transactions with similarity scores. Ideal for supporting manual appraisal workflows.

5 credits / call

POST

Bulk Address Match

Upload a list of addresses and get back matched property IDs in a single async job.

0.5 credits / row

GET

Solar Potential

Roof area, solar irradiance estimate, and lead score for solar installer prospecting workflows.

4 credits / call

GET

Neighborhood Analytics

Market-level stats: price per sqft trends, days on market, inventory levels, and turnover rates.

2 credits / call

DEVELOPER EXPERIENCE

One call. Full property intelligence

RESTful JSON API. Consistent response shapes across all markets. No SDKs required — but we have them anyway.

Consistent error codes and response envelopes

Credit deducted only on 200 responses

Confidence scores on every AVM response

Webhook support for async bulk jobs

OpenAPI 3.1 spec + Postman collection

terminal
// Get AVM for a Puerto Rico property
 
const response = await fetch(
  'https://api.atlas.red/v1/properties/avm',
  {
    method: 'GET',
    headers: {
      'Authorization': `Bearer ${API_KEY}`,
      'Content-Type': 'application/json'
    },
    body: JSON.stringify({
      address: "123 Calle Sol, San Juan PR 00901",
      market: "PR"
    })
  }
);
 
// Response
{
  "property_id": "pr_00901_12345",
  "avm": {
    "value": 385000,
    "range_low": 361000,
    "range_high": 409000,
    "confidence": 0.87,
    "model": "pr-residential-v4"
  },
  "credits_used": 3,
  "credits_remaining": 14997
}

COVERAGE

Live today. Growing fast.

Each market requires 3–6 months of data acquisition. We're the only provider doing this work in Latin America at this depth.

LIVE

Puerto Rico

Puerto Rico

9.2M+ properties · Full endpoint coverage

LIVE

Colombia

Colombia

5.1M+ properties · Full endpoint coverage

Q3 2026

Argentina

Argentina

Ownership + parcel data in pipeline

Q3 2026

UAE

UAE

Dubai & Abu Dhabi focus, AVM priority

Q4 2026

Spain

Spain

Catastro integration underway

2027

Mexico

Mexico

Scoping major metros

2026

Brazil

Brazil

São Paulo & Rio focus planned

Your Market?

Tell us where you need coverage

PRICING

Credit-based. No surprises

Buy a monthly credit pool. Spend it however your workflow demands.

Professional

$2,500 /mo

15,000 credits · $0.17/credit · $0.30 overage


  • All endpoints, all markets
  • 100 req/min rate limit
  • Standard support (email)
  • 99.5% uptime SLA
Get Started

Enterprise

$20K+ /mo

200K+ credits · from $0.10/credit · volume discounts


  • Custom credit pools & annual prepay (10% off)
  • 500 req/min rate limit
  • Dedicated solutions engineer
  • 99.9% uptime SLA + custom SLOs
  • Bulk data arrangements available
Contact Sales

DATA GRANT PROGRAM

Build First.
Pay when it works.

Qualified companies get access to API credits to validate their integration before committing to commercial pricing. 12 spots available for Q2 2026.

01

Apply

02

Receive credits

03

Build Integration

04

Convert to pricing

CLASS A

$250,000

API credits


6 month access

Dedicated solutions engineer

Early access to new endpoints

CLASS B

$50,000

API credits


4 month access

Solutions engineer support

Early access to new endpoints

CLASS C

$10,000

API credits


3 month access

Docs + email support

After credits expire: Converts to Enterprise (Class A), Business $7,500/mo (Class B), or Professional $2,500/mo (Class C).

FAQ

Common Questions

What markets do you cover?

Puerto Rico and Colombia are live with full endpoint coverage. Argentina, UAE, and Spain launch throughout 2026. Each market takes 3–6 months of data acquisition — we're the only provider doing this work in Latin America.


How does the Data Grant work?

Approved companies receive API credits that function like a pre-paid balance. Integrate at your pace. When credits deplete or the grant period ends, service converts to commercial pricing based on validated usage patterns. We notify you at 75% and 90% depletion with tier recommendations.


What does a credit actually cost?

Credit value depends on your tier and volume. Professional tier ($2,500/mo ÷ 15K credits) = $0.17/credit with $0.30 overage. Business tier ($7,500/mo ÷ 50K credits) = $0.15/credit with $0.20 overage. Enterprise tier starts at $20K/mo for 200K credits ($0.10/credit) with volume discounts down to $0.10/credit for 1M+ monthly usage.


How accurate are the valuations?

AVM models trained on 4+ years of transactions. Every response includes a confidence score and value range. PR valuations carry median error rates competitive with US providers. We publish accuracy metrics — no black boxes.


What happens if contact enrichments fails

If LexisNexis returns no match for a property, you are NOT charged the 12-credit enrichment fee. We only charge for successful contact lookups. Failed enrichment attempts don't count against your credit balance.


Can I download bulk data?

API is designed for real-time, per-call access. Static data (attributes, ownership) is rate-limited. Dynamic data (valuations, analytics) is unlimited. Enterprise plans can discuss custom bulk arrangements.