## Overview
The following sections will show you how to export reporting related information using the Blend Public API.
The Blend Reporting API gives you programmatic access to end-of-day reporting data on activity within Blend for your internal and external users on the platform. The API allows you to integrate with this data store in your preferred warehousing destination but also can serve data to existing BI or Analytics tools already leveraged by your organization.
It will allow your organization to better measure Blend's performance. This API serves as an alternative to Blend's deprecated Daily Analytics Package and is a single, easy-to-use and scalable set of endpoints to obtain the data relevant to the loans in Blend's platform.
For further details, please refer to the ['Blend API Reporting'](🔗) schema reference.
## Endpoints
Reporting Routes
To preface, all interactions for reporting must start with the path /reporting. Then, depending on the desired endpoint, you'll want to specify the reporting information you want.
**Example full URL:**
`
https://api.blendlabs.com/reporting/nps
`
**GET /documents**
Retrieve documents created within Blend on each loan by whom and at what time.
**GET /loans**
Retrieve loans created within Blend between two dates and the associated LOS key
**GET /nps**
Retrieve the NPS scores and associated comments for Blend loans
**GET /activities**
Retrieve activities associated with a Blend loan and the associated user which completed them. Activities can include: Taxes, Requested e-Consent, Submitted Application, etc.
**GET /lenders**
Retrieve lender users of Blend, what roles they hold within the organization, the loans they are associated with, and both their invited and activation times
**GET /borrowers**
Retrieve borrowers users within Blend, the loan they are associated with, and both their invited and activation times
## Example request
**Request for obtaining NPS scores:**
**Response from the above request:**