> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dotlookup.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Metadata

> Database statistics and data freshness information

Returns database statistics and data freshness information.

<RequestExample>
  ```bash cURL theme={null}
  curl https://api.dotlookup.dev/v1/meta
  ```
</RequestExample>

<ResponseExample>
  ```json 200 theme={null}
  {
    "total_carriers": 850000,
    "active_carriers": 620000,
    "carriers_with_safety": 450000,
    "carriers_with_insurance": 380000,
    "last_etl_run": {
      "id": 42,
      "dataset": "census",
      "started_at": "2025-03-15T08:00:00Z",
      "finished_at": "2025-03-15T08:30:00Z",
      "rows_processed": 850000,
      "rows_errored": 12,
      "status": "completed",
      "error_message": ""
    },
    "data_freshness": "2025-03-15T08:30:00Z"
  }
  ```
</ResponseExample>
