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

# Rundown

> Access sports data and statistics

Rundown API provides access to comprehensive sports data, including scores, schedules, standings, and statistics for various sports leagues.

## Overview

<CardGroup cols={2}>
  <Card title="Create Account" icon="user">
    Sign up for a Rundown account
  </Card>

  <Card title="Get API Key" icon="key">
    Generate your Rundown API key
  </Card>

  <Card title="Copy into Anything" icon="plug">
    Add your API key to Anything's secrets
  </Card>
</CardGroup>

## Account Creation

<Steps>
  <Step title="Select your pricing plan">
    Go to [https://rapidapi.com/therundown/api/therundown/pricing](https://rapidapi.com/therundown/api/therundown/pricing) and select the pricing plan you want.

    <img src="https://mintcdn.com/create/-FyrzxgKR6I2JC9B/images/rundown/homepage.png?fit=max&auto=format&n=-FyrzxgKR6I2JC9B&q=85&s=ceda7f60437bca8e7398ed2a8b4439cb" style={{ borderRadius: '0.5rem', width: '624px', height: '303px' }} width="2200" height="1220" data-path="images/rundown/homepage.png" />
  </Step>

  <Step title="Register for an Account">
    * Fill in your name, email, and password
    * Select your usage purpose
    * Accept the terms of service

    <img src="https://mintcdn.com/create/-FyrzxgKR6I2JC9B/images/rundown/signup.png?fit=max&auto=format&n=-FyrzxgKR6I2JC9B&q=85&s=04f557601a548110cf2317881187bb6a" style={{ borderRadius: '0.5rem' }} width="660" height="834" data-path="images/rundown/signup.png" />
  </Step>
</Steps>

## Generate API Key

<Steps>
  <Step title="Access Your Dashboard">
    1. Log in to your RapidAPI account
    2. Navigate to the "API" section at [https://rapidapi.com/therundown/api/therundown](https://rapidapi.com/therundown/api/therundown)
  </Step>

  <Step title="Find your API Key">
    1. Select any endpoints in the left column.
    2. Copy the API Key.
    3. Store it securely for use in your applications.

    <img src="https://mintcdn.com/create/-FyrzxgKR6I2JC9B/images/rundown/apigen.png?fit=max&auto=format&n=-FyrzxgKR6I2JC9B&q=85&s=4d2eec4dd660feef074c5edf3d2b3f35" style={{ borderRadius: '0.5rem' }} width="1768" height="1396" data-path="images/rundown/apigen.png" />

    <Warning>
      Keep your API key secure - it grants access to your Rundown account and quota
    </Warning>
  </Step>
</Steps>

## Add to Anything project

<Steps>
  <Step title="Add the integration">
    1. In your Anything project, type `/` in the chat
    2. Select "Rundown" from the menu
  </Step>

  <Step title="Add your API key">
    1. Paste your Rundown API key into the "RAPID\_API\_KEY" field

    <Tip>
      Need a new key? Generate one in your Rundown dashboard.
    </Tip>
  </Step>

  <Step title="Use it">
    You can now use prompts with the integration to access sports data.

    Some examples:

    * `Get today's NBA schedule using /Rundown`
    * `Show NFL standings with /Rundown`
    * `Create a sports dashboard using /Rundown`

    <Warning>
      The API limits how often your app can fetch data. If your app loads the same data often, ask the agent to save it locally so it doesn't re-fetch every time.
    </Warning>

    Example prompt for optimization:

    ```
    When using /Rundown, save the sports data so my app doesn't have to fetch it again
    ```
  </Step>
</Steps>

<Tip>
  Your Rundown integration is now ready! Use the `/Rundown` command in chat to access sports data.
</Tip>
