---
title: "Get site and API information"
method: GET
path: "/index/"
tags: ["Index"]
---

# Get site and API information

`GET /index/`

Get site and API information.

## Response `200`

OK

- object
  - `version_id` integer — XenForo version ID
  - `site_title` string — Title of the site this API relates to
  - `base_url` string — The base URL of the XenForo install this API relates to
  - `api_url` string — The base API URL
  - `key[type]` string — Type of the API key accessing the API (guest, user or super)
  - `key[user_id]` integer, nullable — If a user key, the ID of the user the key is for; null otherwise
  - `key[allow_all_scopes]` boolean — If true, all scopes can be accessed
  - `key[scopes]` string[] — A list of scopes this key can access (if not allowed to access all scopes)

## Other responses

- `default` — Error

---

[API](https://skmtc.net/xenforo-ltd/apis/xenforo-api.md) · [All operations](https://skmtc.net/xenforo-ltd/apis/xenforo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xenforo-ltd/xenforo-api/revisions/b15eba33657a/schema)
