# Gets weekly national Metric, takes no input parameters. **GET /v1/unified-national-metrics** Sample request: GET /v1/unified-national-metrics ## Servers - https://api.lwolf.com/brokermetrics: https://api.lwolf.com/brokermetrics () ## Parameters ## Responses ### 200 Returns the requested metrics data. #### Body: application/json (array[object]) - **startDate** (string(date-time) | null) - **msiCurrentWeek** (number(double) | null) - **msiLastWeek** (number(double) | null) - **msiLastYear** (number(double) | null) - **medianListPriceCurrent** (number(double) | null) - **medianListPriceLastWeek** (number(double) | null) - **medianListPriceLastYear** (number(double) | null) - **medianSalePriceCurrent** (number(double) | null) - **medianSalePriceLastWeek** (number(double) | null) - **medianSalePriceLastYear** (number(double) | null) - **medianPricePerSqftCurrent** (number(double) | null) - **medianPricePerSqftLastWeek** (number(double) | null) - **medianPricePerSqftLastYear** (number(double) | null) - **activeListingsCurrentWeek** (number(double) | null) - **activeListingsLastWeek** (number(double) | null) - **activeListingsLastYear** (number(double) | null) - **underContractCurrentWeek** (number(double) | null) - **underContractLastWeek** (number(double) | null) - **underContractLastYear** (number(double) | null) - **soldListingsCurrentWeek** (number(double) | null) - **soldListingsLastWeek** (number(double) | null) - **soldListingsLastYear** (number(double) | null) ### 404 No metrics data was found. ### 500 An internal server error occurred. [Powered by Bump.sh](https://bump.sh)