# Quickstart

## 1\. Run a query

Send a GET request with the domain you want to analyze:

`GET`

```bash
https://api.lunarcyber.com/domain-exposure?domain=autobarn.net

```

The {{highlight:rgb(235, 236, 237)|domain}} parameter is required.

## 2\. Read the response

The API returns a JSON report:

```json
{ "requestUuid": "765bed45cae813064576bba80ec2503c6a83d293", "domain": "autobarn.net", "periodFrom": "2025-08-01", "periodTo": "2026-07-31", "status": "REPORT_READY", "report": { "domain": "autobarn.net", "generated_at": "2026-08-17T19:19:54.937473652", "period": { "from": "2025-08-01", "to": "2026-07-31" }, "summary": { "total_events": 28, "infostealer_events": 8, "data_breach_events": 20, "employee_events": 0, "client_events": 28, "first_seen": "2025-08-27", "last_seen": "2026-07-22" } } }

```

The {{highlight:rgb(235, 236, 237)|summary}} object gives you the main domain exposure metrics. The rest of the {{highlight:rgb(235, 236, 237)|report}} contains breakdowns by time, source, exposure subject, malware, services, and login URLs.
