---
title: "GET /info"
method: GET
path: "/info"
tags: ["info"]
---

# GET /info

`GET /info`

Returns the authenticated user's Patreon level and remaining API calls.
Returns `null` when the request is not authenticated.

## Response `200`

Ok

- UserInfo
  - `patronLevel` number, double, required
  - `tierName` string, required
  - `monthlyLimit` number, double, nullable, required
  - `remainingCalls` number, double, nullable, required
  - `usedCalls` number, double, nullable, required
  - `resetAt` string, required
  - `sharedPool` boolean, required
  - `products` string[], required
  - `features` UserFeatureAccess, required
    - `adjustedMetrics` boolean, required
    - `weather` boolean, required
    - `scoreboard` boolean, required
    - `livePlayByPlay` boolean, required
    - `graphQl` boolean, required

---

[API](https://skmtc.net/collegefootballdata/apis/college-football-data-api.md) · [All operations](https://skmtc.net/collegefootballdata/apis/college-football-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collegefootballdata/college-football-data-api/revisions/cd2844c1ac5c/schema)
