Kongregate Kongpanions.json API
The Kongpanions.json API from Kongregate — 1 operation(s) for kongpanions.json.
The Kongpanions.json API from Kongregate — 1 operation(s) for kongpanions.json.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
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.curl "https://apis.io/api/v1/apis/kongregate-kongpanions-json-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
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: 3.2.0
info:
title: Authenticate.json Kongpanions.json API
version: '2.0'
servers:
- url: https://api.kongregate.com/api
security:
- {}
tags:
- name: Kongpanions.json
paths:
/kongpanions.json:
get:
summary: Kongpanions - User
description: Retrieve the list of Kongpanions a user owns
operationId: server-api-user-kongpanions
parameters:
- name: username
in: query
description: The username of the user to retrieve Kongpanions for
schema:
type: string
- name: user_id
in: query
description: The user id of the user to retrieve Kongpanions for
schema:
type: string
responses:
'200':
description: '200'
content:
application/json:
examples:
Retrieve User Kongpanions:
value: "{\n \"kongpanions\": [\n {\n \"name\": \"Kongbot\",\n \"description\": \"Objectives: [A] Maintain, upgrade Kongregate [B] LASERS FROM EYES [C] Learn to love <3\",\n \"tags\": [\n \"robot\",\n \"kongregate\"\n ],\n \"shiny\": false,\n \"normal_icon_url\": \"https://assets.kongregate.com/assets/kongpanion_icons/0000/0001/kongbot_2.png\",\n \"normal_icon_url_medium\": \"https://assets.kongregate.com/assets/kongpanion_icons/0000/0001/kongbot_2.png?i10c=img.resize(height:90)\",\n \"normal_icon_url_small\": \"https://assets.kongregate.com/assets/kongpanion_icons/0000/0001/kongbot_2.png?i10c=img.resize(height:45)\",\n \"shiny_icon_url\": \"https://assets.kongregate.com/assets/kongpanion_icons/0000/0002/kongbot_shiny_2.png\",\n \"shiny_icon_url_medium\": \"https://assets.kongregate.com/assets/kongpanion_icons/0000/0002/kongbot_shiny_2.png?i10c=img.resize(height:90)\",\n \"shiny_icon_url_small\": \"https://assets.kongregate.com/assets/kongpanion_icons/0000/0002/kongbot_shiny_2.png?i10c=img.resize(height:45)\",\n \"id\": 1\n },\n {\n \"name\": \"Puff Catty\",\n \"description\": \"You've got to be kitten me!\",\n \"tags\": [\n \"cat\",\n \"animal\",\n \"blue\"\n ],\n \"shiny\": false,\n \"normal_icon_url\": \"https://assets.kongregate.com/assets/kongpanion_icons/0000/0003/cat.png\",\n \"normal_icon_url_medium\": \"https://assets.kongregate.com/assets/kongpanion_icons/0000/0003/cat.png?i10c=img.resize(height:90)\",\n \"normal_icon_url_small\": \"https://assets.kongregate.com/assets/kongpanion_icons/0000/0003/cat.png?i10c=img.resize(height:45)\",\n \"shiny_icon_url\": \"https://assets.kongregate.com/assets/kongpanion_icons/0000/0004/cat_shiny.png\",\n \"shiny_icon_url_medium\": \"https://assets.kongregate.com/assets/kongpanion_icons/0000/0004/cat_shiny.png?i10c=img.resize(height:90)\",\n \"shiny_icon_url_small\": \"https://assets.kongregate.com/assets/kongpanion_icons/0000/0004/cat_shiny.png?i10c=img.resize(height:45)\",\n \"id\": 2\n },\n {\n \"name\": \"Cooper\",\n \"description\": \"He's not sharing that ball. Don't terrier self up over it!\",\n \"tags\": [\n \"kongdog\",\n \"animal\",\n \"white\"\n ],\n \"shiny\": true,\n \"normal_icon_url\": \"https://assets.kongregate.com/assets/kongpanion_icons/0000/0009/Cooper.png\",\n \"normal_icon_url_medium\": \"https://assets.kongregate.com/assets/kongpanion_icons/0000/0009/Cooper.png?i10c=img.resize(height:90)\",\n \"normal_icon_url_small\": \"https://assets.kongregate.com/assets/kongpanion_icons/0000/0009/Cooper.png?i10c=img.resize(height:45)\",\n \"shiny_icon_url\": \"https://assets.kongregate.com/assets/kongpanion_icons/0000/0010/cooper_shiny.png\",\n \"shiny_icon_url_medium\": \"https://assets.kongregate.com/assets/kongpanion_icons/0000/0010/cooper_shiny.png?i10c=img.resize(height:90)\",\n \"shiny_icon_url_small\": \"https://assets.kongregate.com/assets/kongpanion_icons/0000/0010/cooper_shiny.png?i10c=img.resize(height:45)\",\n \"id\": 5\n }\n ]\n}"
schema:
type: object
properties:
kongpanions:
type: array
items:
type: object
properties:
name:
type: string
example: Kongbot
description:
type: string
example: 'Objectives: [A] Maintain, upgrade Kongregate [B] LASERS FROM EYES [C] Learn to love <3'
tags:
type: array
items:
type: string
example: robot
shiny:
type: boolean
example: false
default: true
normal_icon_url:
type: string
example: https://assets.kongregate.com/assets/kongpanion_icons/0000/0001/kongbot_2.png
normal_icon_url_medium:
type: string
example: https://assets.kongregate.com/assets/kongpanion_icons/0000/0001/kongbot_2.png?i10c=img.resize(height:90)
normal_icon_url_small:
type: string
example: https://assets.kongregate.com/assets/kongpanion_icons/0000/0001/kongbot_2.png?i10c=img.resize(height:45)
shiny_icon_url:
type: string
example: https://assets.kongregate.com/assets/kongpanion_icons/0000/0002/kongbot_shiny_2.png
shiny_icon_url_medium:
type: string
example: https://assets.kongregate.com/assets/kongpanion_icons/0000/0002/kongbot_shiny_2.png?i10c=img.resize(height:90)
shiny_icon_url_small:
type: string
example: https://assets.kongregate.com/assets/kongpanion_icons/0000/0002/kongbot_shiny_2.png?i10c=img.resize(height:45)
id:
type: integer
example: 1
default: 0
deprecated: false
x-readme:
code-samples:
- language: curl
code: curl -XGET 'https://api.kongregate.com/api/kongpanions.json?username=BenV'
name: Retrieve User Kongpanions
samples-languages:
- curl
tags:
- Kongpanions.json
x-readme:
headers: []
explorer-enabled: true
proxy-enabled: true
x-readme-fauxas: true