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

# Introduction

> How to get the most out of the Statista API

<Info>
  Questions or requests for API keys? Please fill out [our
  questionnaire](https://platform.statista.ai/join)
</Info>

## Overview

The Statista API allows secure access to data, enabling seamless integration into your applications and workflows.
Use this documentation to understand available endpoints, authentication, api packages and how to retrieve the data you need efficiently.

## Authentication

All API endpoints are authenticated including the x-api-key in a request header.

```json theme={null}
"x-api-key": <YOUR_API_KEY>
```

## Integration

If you're integrating into LLM-based services or programmatically building AI Agents, you may want to look at our MCP offering.

<CardGroup cols={2}>
  <Card title="MCP Server" icon="chart-simple" href="/mcp-server/introduction">
    Stateless MCP Server for Market Research
  </Card>
</CardGroup>
