Skip to main content

RED Atlas External API

Project description

redatlas

Official Python SDK for the RED Atlas External API.

Use it to authenticate with your RED Atlas API key and call the public data and reports endpoints.

API Docs

For endpoint behavior, supported parameters, and response details, see the official API documentation:

  • https://api.atlas.red/es/docs

SDKs

  • Python: pip install redatlas

Install

pip install redatlas

Quickstart

from redatlas import RedAtlasClient

client = RedAtlasClient(
    api_key="ra_live_...",
)

records = client.data.data_list(market="col", entity_type="listings", limit=3)
print(records.meta.limit)

Authentication

The SDK is intended to be used with your RED Atlas API key.

from redatlas import RedAtlasClient

client = RedAtlasClient(api_key="ra_live_...")
records = client.data.data_list(market="col", entity_type="listings", limit=3)

print(records)

Examples

from redatlas import RedAtlasClient

client = RedAtlasClient(api_key="ra_live_...")

market = client.data.data_market(market="col")
records = client.data.data_list(market="col", entity_type="listings", limit=3)
report = client.reports.reports_get_public("rpt_public_123")

print(market.data.available_entities)
print(len(records.data))
print(report.data.id)

Notes

  • The public entrypoint is RedAtlasClient
  • Standard usage is RedAtlasClient(api_key="ra_live_...")
  • API parameters and endpoint semantics are documented at https://api.atlas.red/es/docs
  • The default API host is the production RED Atlas API
  • Integration tests in this repo verify that RedAtlasClient forwards generated API calls to the expected endpoints with the expected params

Endpoints

For full details on parameters, request bodies, and responses, see the API documentation.

Resource Method Endpoint
Data client.data.data_market() GET /v1/data/{market}
Data client.data.data_list() GET /v1/data/{market}/{entityType}
Data client.data.data_get() GET /v1/data/{market}/{entityType}/{id}
Reports client.reports.reports_list() GET /v1/reports
Reports client.reports.reports_create() POST /v1/reports
Reports client.reports.reports_create_avm() POST /v1/reports/avm
Reports client.reports.reports_create_comparables() POST /v1/reports/comparables
Reports client.reports.reports_get() GET /v1/reports/{id}
Reports client.reports.reports_get_public() GET /v1/reports/public/{reportId}
Reports client.reports.reports_get_white_label() GET /v1/reports/white-label
Reports client.reports.reports_update_white_label() PUT /v1/reports/white-label

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

redatlas-0.1.4.tar.gz (85.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

redatlas-0.1.4-py3-none-any.whl (215.9 kB view details)

Uploaded Python 3

File details

Details for the file redatlas-0.1.4.tar.gz.

File metadata

  • Download URL: redatlas-0.1.4.tar.gz
  • Upload date:
  • Size: 85.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for redatlas-0.1.4.tar.gz
Algorithm Hash digest
SHA256 6e1ce5667e96eafb8a39b6d36fbb0081d0c39c4634ea738efd65898353b8941d
MD5 e736384fec72961bee8553fb3d2ebeb1
BLAKE2b-256 784fd4c08d2fc095e05d74eca872c0b82787f19a7133068116a2c6d603287a86

See more details on using hashes here.

File details

Details for the file redatlas-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: redatlas-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 215.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for redatlas-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 2984b53245fd11cd04fbaa2a7b22991de164e3a0b5cfd3319307fae47581b859
MD5 d8b2c9e0751b6401f155a2f81089c2e6
BLAKE2b-256 f9200796c75ccc84c4f2303e1f17b5a31b6b5c0c915c0f077ba551ce2b93a0c8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page