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

# LeadsOnTrees API

> VC Fundings, M&A, and Investors API

<img className="block" src="https://mintcdn.com/leadsontrees/ZMs0cmtJftTlgiM5/images/hero.png?fit=max&auto=format&n=ZMs0cmtJftTlgiM5&q=85&s=dda17a59489b4cf97a014cbd404fb79b" alt="LeadsOnTrees API" width="1458" height="1198" data-path="images/hero.png" />

## Setting up

LeadsOnTrees API is a RESTful API that provides access to the LeadsOnTrees database.

## Getting Started

Get an API key from the LeadsOnTrees platform - [https://www.leadsontrees.com/profile](https://www.leadsontrees.com/profile)

For full documentation:

[VC Fundings API](https://docs.leadsontrees.com/api-reference/funding-api/introduction)

[Mergers and Acquisitions API](https://docs.leadsontrees.com/api-reference/m-a-api/introduction)

## Quick Start

### Fetch VC Fundings

```bash theme={null}
curl -X GET "https://www.leadsontrees.com/api/v1/funding" \\
  -H "x-lot-api-key: YOUR_API_KEY" \\
  -H "Content-Type: application/json"
```

### Fetch M\&A

```bash theme={null}
curl -X GET "https://www.leadsontrees.com/api/v1/m-a" \\
  -H "x-lot-api-key: YOUR_API_KEY" \\
  -H "Content-Type: application/json"
```
