Inthegame category API

The category API from Inthegame — 5 operation(s) for category.

Operations 5

POST /adminApi/league/create_new Create #
POST /adminApi/league/delete_new/{id} Delete #
GET /adminApi/league/getActive_New GetActiveCategories #
GET /adminApi/league/getById_New/{id} GetById #
POST /adminApi/league/update_new/{id} Update #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/inthegame-category-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

inthegame-category-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Inthegame admin Category API
  version: 1.0.0
  description: 'Interactive in-stream overlay and viewer-engagement platform API for OTT/CTV. Two surfaces: adminApi (broadcaster/admin management of streamers, polls, trivia, ratings, wikis, shop, sponsors, prizes, analytics) and userApi (end-viewer play: register/login, answer polls/trivia/ratings, chat, leaderboard, shop). Converted from the provider-published Postman collection "Inthegame API Docs".'
  contact:
    name: Inthegame Support
    email: support@inthegame.io
    url: https://www.inthegame.io/
servers:
- url: https://api-dev.inthegame.io
  description: Published API host (from Postman collection)
tags:
- name: category
paths:
  /adminApi/league/create_new:
    post:
      operationId: ratingCategoryCreate
      summary: Create
      tags:
      - category
      description: Send new category object to save and return it as db object
      requestBody:
        content:
          application/x-www-form-urlencoded:
            schema:
              type: object
              properties:
                name:
                  type: string
                shortcut:
                  type: string
                status:
                  type: string
                image:
                  type: string
            example:
              name: New Category
              shortcut: new
              status: active
              image: ''
      responses:
        '200':
          description: API Test
          content:
            application/json:
              schema:
                type: object
              example:
                league:
                  name: New Category
                  shortcut: new
                  status: active
                  user_id: 5fbce6c58703d05e5a73b6f4
                  image: ''
                  _id:
                    $id: 5fbd1bb85424bf3aaf679678
        '404':
          description: Not found
        '500':
          description: Server error
      security:
      - AdminToken: []
  /adminApi/league/delete_new/{id}:
    post:
      operationId: ratingCategoryDelete
      summary: Delete
      tags:
      - category
      description: Send category id to delete it from db
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: API Test
        '404':
          description: Not found
        '500':
          description: Server error
      security:
      - AdminToken: []
  /adminApi/league/getActive_New:
    get:
      operationId: ratingCategoryGetactivecategories
      summary: GetActiveCategories
      tags:
      - category
      description: Send request to get categories list by filter options
      responses:
        '200':
          description: API Test
          content:
            application/json:
              schema:
                type: object
              example:
                leagues:
                - name: Test category
                  shortcut: test
                  status: active
                  user_id: 5fbce6c58703d05e5a73b6f4
                  image: ''
                  _id:
                    $id: 5fbceda5636497107a1cbdf3
        '404':
          description: Not found
        '500':
          description: Server error
      security:
      - AdminToken: []
  /adminApi/league/getById_New/{id}:
    get:
      operationId: ratingCategoryGetbyid
      summary: GetById
      tags:
      - category
      description: Return category object selected by given id
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: API Test
          content:
            application/json:
              schema:
                type: object
              example:
                league:
                  name: Test category
                  shortcut: test
                  status: active
                  user_id: 5fbce6c58703d05e5a73b6f4
                  image: ''
                  _id:
                    $id: 5fbceda5636497107a1cbdf3
        '404':
          description: Not found
        '500':
          description: Server error
      security:
      - AdminToken: []
  /adminApi/league/update_new/{id}:
    post:
      operationId: ratingCategoryUpdate
      summary: Update
      tags:
      - category
      description: Send category object to update in db with given id and return updated category
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/x-www-form-urlencoded:
            schema:
              type: object
              properties:
                name:
                  type: string
                shortcut:
                  type: string
                status:
                  type: string
                user_id:
                  type: string
                image:
                  type: string
                _id:
                  type: string
            example:
              name: New Category
              shortcut: new
              status: active
              user_id: 5fbce6c58703d05e5a73b6f4
              image: ''
              _id: '[object Object]'
      responses:
        '200':
          description: API Test
          content:
            application/json:
              schema:
                type: object
              example:
                league:
                  name: New Category
                  shortcut: new
                  status: active
                  user_id: 5fbce6c58703d05e5a73b6f4
                  image: ''
        '404':
          description: Not found
        '500':
          description: Server error
      security:
      - AdminToken: []
components:
  securitySchemes:
    AdminToken:
      type: apiKey
      in: header
      name: Authorization
      description: Admin API token issued after login to the admin panel (https://admintest.inthegame.io/); sent in the Authorization header.