id
stringlengths
53
86
api_name
stringlengths
2
76
api_description
stringlengths
1
500
api_score
float64
0
10
endpoint_name
stringlengths
1
190
endpoint_description
stringlengths
0
500
response_status_code
int64
100
505
response_summary
stringlengths
1
68
response_json
stringlengths
6
50k
response_json_schema
stringlengths
14
150k
85fbc642-d918-4984-9331-79a47aba8349/dc40909e-6035-413b-a7dd-a0b08a366a60/0/0
Scorermania
This Api adds, retrieves and manages scores for games.
null
Get score
Get scores with game id
200
Response
{"data": [{"_id": "6423f6dd3319701a2214d5ec", "userId": "user456", "gameId": "game123", "score": 85, "__v": 0}]}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "userId": {"type": "string"}, "gameId": {"type": "string"}, "score": {"type": "integer"}, "__v": {"type": "integer"}}}}}}
85fbc642-d918-4984-9331-79a47aba8349/af30db00-5706-469e-ad9b-1c4f80c6292a/0/0
Scorermania
This Api adds, retrieves and manages scores for games.
null
Add Score
Add score with game id and user id.
200
Response
{"data": {"userId": "user1234", "gameId": "game1234", "score": 70, "_id": "64240b533c2673bdcd03308b", "__v": 0}}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"userId": {"type": "string"}, "gameId": {"type": "string"}, "score": {"type": "integer"}, "_id": {"type": "string"}, "__v": {"type": "integer"}}}}}
285d3756-90f6-4b28-8b32-02e6c28f9767/a702febf-62ed-48c9-840c-244ef8702b76/0/0
Twitch Channel Clips
An API to get info about the latest 50 clips from a channel, including direct download links
7.9
Get Clips
Get the latest 50 clips of a channel.
200
Response
{"name": "673593978", "clips": [{"broadcasterDisplayName": "JakubLovesHorror", "broadcasterId": "673593978", "creationDate": "2022-05-15T04:44:28.000Z", "creatorDisplayName": "SlvtSammich", "creatorId": "81582365", "duration": 30, "embedUrl": "https://clips.twitch.tv/embed?clip=BadCovertDurianRlyTho-F49ePmPsKJ7R9DcV", ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"name": {"type": "string"}, "clips": {"type": "array", "items": {"type": "object", "properties": {"broadcasterDisplayName": {"type": "string"}, "broadcasterId": {"type": "string"}, "creationDate": {"type": "string"}, "creatorDisplayName": {"...
f44645b1-0af6-447a-b81f-35659320b9c2/bd5742f1-eaa2-4d90-ac58-0e6c3c2ff267/0/0
Top Video Games 1995-2021
Details about the top rated video games 1995-2021
null
Get Game Info
This endpoint returns 100 results per page with the name, platform, release_date, summary, meta_score, and user_review score. Pages 0-187 allowed.
200
New Example
[{"name": "Jenga World Tour", "platform": " DS", "release_date": "November 13, 2007", "summary": "Jenga is based on the world famous wooden block tower building game. Designed to make the most of the innovative control systems on the Wii and DS, the game offers unpredictable, quick- paced, tactical play that combines s...
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "platform": {"type": "string"}, "release_date": {"type": "string"}, "summary": {"type": "string"}, "meta_score": {"type": "integer"}, "user_review": {"type": "number"}}}}
b8a5ee7a-2ebb-4542-abe5-d6462d6a09e0/8e06594d-9604-4caa-8205-8aa3692b54fb/0/0
Axie Data Hub
Useful API for Axie Infinity
null
/version
Get current API data source version. This version may be different as the version of Axie Data Hub API deployed on RapidAPI.
200
null
{"version": ""}
{"properties": {"version": {"type": "string"}}}
b8a5ee7a-2ebb-4542-abe5-d6462d6a09e0/2479cba0-3466-41b4-84ca-3b425d119983/0/0
Axie Data Hub
Useful API for Axie Infinity
null
/axie/{axieId}/name
Get an axie's name.
200
null
{"name": ""}
{"properties": {"name": {"type": "string"}}}
b8a5ee7a-2ebb-4542-abe5-d6462d6a09e0/8caacea5-2517-41f9-b2f6-5ff09a662987/0/0
Axie Data Hub
Useful API for Axie Infinity
null
/leaderboard/history
Get a list of available season top 1000 cached leaderboards. This just returns the available season IDs.
200
null
{"availableSeasons": ""}
{"properties": {"availableSeasons": {"type": "string", "description": "List of available season IDs."}}}
b8a5ee7a-2ebb-4542-abe5-d6462d6a09e0/a52f033c-b565-4769-9294-16df15aed0e6/0/0
Axie Data Hub
Useful API for Axie Infinity
null
/player/auth
Get a player authetication token. This token can be used to generate a QR code to login to the player's account or to be used in endpoints that require authentication (soon). You must provide your Ronin wallet private key in the request body.
200
null
{"token": ""}
{"properties": {"token": {"type": "string", "description": "Player's authetication token."}}}
b8a5ee7a-2ebb-4542-abe5-d6462d6a09e0/56bd141f-2143-4f8d-91e2-cdd28ef0ed79/0/0
Axie Data Hub
Useful API for Axie Infinity
null
/player/{address}/name
Get a player's name.
200
null
{"name": ""}
{"properties": {"name": {"type": "string"}}}
0bf1c057-6897-4576-8e21-2378ab28f99e/f258754a-d0d9-4827-b7b0-1c67c7fb55f1/0/0
Carrom King
Carrom King 2 by 2 game
null
Get Carromking Rooomcode
carromking 2 by 2 api
200
Example_1
{"roomcode": "60579321", "type": "carromking"}
{"type": "object", "properties": {"roomcode": {"type": "string"}, "type": {"type": "string"}}}
984309ba-7a33-4d4f-8d2a-fd0d782fdbbd/b33e3ab8-7e37-4a37-836f-8915da9defb0/0/0
Mastermind Game
An API that allows you to play the Mastermind code-cracking / code-guessing game
0.1
Make a guess
Make a guess for the challenge.
200
New Example
{"result": ["\u25cb", "\u2713", "\u2717", "\u2717"], "guesses": [["R", "G", "B", "O"], ["C", "M", "Y", "K"], ["R", "R", "G", "G"]], "retries": 5}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "array", "items": {"type": "string"}}, "guesses": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "retries": {"type": "integer"}}, "required": ["guesses", "result", "retries"]}
984309ba-7a33-4d4f-8d2a-fd0d782fdbbd/c4dd415f-acf9-477e-b2eb-70156f5d3b80/0/0
Mastermind Game
An API that allows you to play the Mastermind code-cracking / code-guessing game
0.1
Start a new game
Generate a new challenge. A challenge will only be valid for 10 minutes.
200
New Example
{"description": "Generated new challenge for M!ndCr@ck3r, and will be active for 10 minutes.", "guesses": [], "retries": 8, "availableColors": {"R": "Red", "G": "Green", "B": "Bue", "O": "Orange", "C": "Cyan", "M": "Magenta", "Y": "Yellow", "K": "Black"}, "symbols": {"\u2713": "Correct color, correct place", "\u25cb": ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"description": {"type": "string"}, "guesses": {"type": "array"}, "retries": {"type": "integer"}, "availableColors": {"type": "object", "properties": {"R": {"type": "string"}, "G": {"type": "string"}, "B": {"type": "string"}, "O": {"type": "s...
f48f1189-d048-49a3-826d-d6fac558d071/45d185ad-bafb-49d1-944a-d0d253285b73/0/0
Tibia Mini World Changes
this API get information from World Board in game
5.6
Get Mini World Changes
This Endpoint will help you get sigle World Changes in our data base by World
200
Response
{"registered_at": "", "world": "", "mini_world_changes": {"Spirit_Gate": false, "Bank_Robbery": false, "Bored_Witch": false, "Devovorgas_Essence": false, "Eternal_Sands": false, "Fire_from_the_Earth": false, "Full_Moon": false, "Fury_Gates": false, "Gloomy": false, "Hive_Outpost": false, "Kingsday": false, "Lumberjack"...
{"type": "object", "properties": {"registered_at": {"type": "string"}, "world": {"type": "string"}, "mini_world_changes": {"type": "object", "properties": {"Spirit_Gate": {"type": "boolean"}, "Bank_Robbery": {"type": "boolean"}, "Bored_Witch": {"type": "boolean"}, "Devovorgas_Essence": {"type": "boolean"}, "Eternal_San...
13a700f2-f6a0-4e95-b779-d927934d3195/50966035-ac02-42ea-b137-11b3d2f72e46/0/0
RoCO API
This API is a simple ROgue Company API made with info found online on different resources. It started as a personal project, but given that there seems to be no official API, I decided to make a fan based one and make it public.
0.1
Get All Weapons
Returns list of all weapons in the DB. If filters are sent, results will be filtered. Available filters are: "id", "name", "description", "class", "rogues"
200
Response
[{"name": "Knight", "id": "0b40aa14-9d", "description": "A lightweight submachine gun, known for its high lethality when aimed at center mass"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "description": {"type": "string"}}, "required": ["description", "id", "name"]}}
13a700f2-f6a0-4e95-b779-d927934d3195/a449f338-da64-4e00-8752-d995bf0d60dd/0/0
RoCO API
This API is a simple ROgue Company API made with info found online on different resources. It started as a personal project, but given that there seems to be no official API, I decided to make a fan based one and make it public.
0.1
Get Perks by name
takes an array of string names and returns all Perks with names matching each element in the Array.
200
Response
[{"id": "0337c27f-fd", "name": "Replenish", "img": "https://roguecompanywiki.com/wp-content/uploads/2022/04/T_Perk_Replenish124.png", "effect": "Downing or eliminating an enemy reloads your currently equipped weapon and restores ammunition", "rarity": {"rare": null, "epic": {"cost": "$8.000", "effect": "Downing or elim...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "img": {"type": "string"}, "effect": {"type": "string"}, "rarity": {"type": "object", "properties": {"rare": {"anyOf": [{"type": "null"}, {"type": "object", "pr...
13a700f2-f6a0-4e95-b779-d927934d3195/03653eef-f0f3-48f6-9f8f-c9826bc1ffc1/0/0
RoCO API
This API is a simple ROgue Company API made with info found online on different resources. It started as a personal project, but given that there seems to be no official API, I decided to make a fan based one and make it public.
0.1
Get All Perks
Returns list of all Perks in the DB. If filters are sent, results will be filtered. Available filters are: "id", "name", "rogues", "effect"
200
Response
[{"name": "Replenish", "id": "0337c27f-fd"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["id", "name"]}}
13a700f2-f6a0-4e95-b779-d927934d3195/de846a07-fad1-4105-a39e-86c4fd7f72d9/0/0
RoCO API
This API is a simple ROgue Company API made with info found online on different resources. It started as a personal project, but given that there seems to be no official API, I decided to make a fan based one and make it public.
0.1
Get Perks by Id
returns 1 perk Object matching the indicated ID
200
Response
{"id": "0337c27f-fd", "name": "Replenish", "img": "https://roguecompanywiki.com/wp-content/uploads/2022/04/T_Perk_Replenish124.png", "effect": "Downing or eliminating an enemy reloads your currently equipped weapon and restores ammunition", "rarity": {"rare": null, "epic": {"cost": "$8.000", "effect": "Downing or elimi...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "img": {"type": "string"}, "effect": {"type": "string"}, "rarity": {"type": "object", "properties": {"rare": {"type": "null"}, "epic": {"type": "object", "properties": {"cost": {"type": "...
13a700f2-f6a0-4e95-b779-d927934d3195/3a7c1739-462b-492e-a0ca-206c040bc6fc/0/0
RoCO API
This API is a simple ROgue Company API made with info found online on different resources. It started as a personal project, but given that there seems to be no official API, I decided to make a fan based one and make it public.
0.1
Get Weapons by Id
returns 1 weapon Object matching the indicated ID
200
Response
{"id": "05869ad2-c0", "name": "Nightshade", "description": "The Nightshade is a cutting edge, silenced assault rifle", "img": "https://roguecompanywiki.com/wp-content/uploads/2022/04/Nightshade_Icon.png", "stats": {"uncommon": {"mag": "25", "range": "13", "bodyDmg": "18", "fireRate": "9.9", "handling": "46", "reloadTim...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "img": {"type": "string"}, "stats": {"type": "object", "properties": {"uncommon": {"type": "object", "properties": {"mag": {"type": "string"}, "range": ...
13a700f2-f6a0-4e95-b779-d927934d3195/37d872ab-25fd-4c38-94cb-a006dd3578bf/0/0
RoCO API
This API is a simple ROgue Company API made with info found online on different resources. It started as a personal project, but given that there seems to be no official API, I decided to make a fan based one and make it public.
0.1
Get Weapons by name
takes an array of string names and returns all weapons with names matching each element in the Array.
200
Response
[{"id": "05869ad2-c0", "name": "Nightshade", "description": "The Nightshade is a cutting edge, silenced assault rifle", "img": "4d49962f-42", "stats": {"uncommon": {"mag": "25", "range": "13", "bodyDmg": "18", "fireRate": "9.9", "handling": "46", "reloadTime": "2.3"}, "rare": {"mag": "35", "range": "13", "bodyDmg": "18...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "img": {"type": "string"}, "stats": {"type": "object", "properties": {"uncommon": {"type": "object", "properties": {"mag": {"...
13a700f2-f6a0-4e95-b779-d927934d3195/192aaeab-430d-46d3-b62f-26693b6ab73a/0/0
RoCO API
This API is a simple ROgue Company API made with info found online on different resources. It started as a personal project, but given that there seems to be no official API, I decided to make a fan based one and make it public.
0.1
Get Rogues by Id
returns 1 rogue Object matching the indicated ID
200
Response
{"name": "Phantom", "id": "872e336e-bb", "bio": "Phantom is a genetically engineered assassin that was discovered by the Director. Anvil and Trench were sent to eliminate this threat to Rogue Company, but instead were able to recruit her by promising her autonomy and protection from her previous \u201cemployer\u201d", ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "bio": {"type": "string"}, "img_full": {"type": "string"}, "role": {"type": "string"}, "loadout": {"type": "object", "properties": {"melee": {"type": "string"}, "gadgets": {"type": "objec...
13a700f2-f6a0-4e95-b779-d927934d3195/d0c3eeab-003c-49e4-9f16-0b164fcc3ce8/0/0
RoCO API
This API is a simple ROgue Company API made with info found online on different resources. It started as a personal project, but given that there seems to be no official API, I decided to make a fan based one and make it public.
0.1
Get Rogues by name
takes an array of string names and returns all rogues with names matching each element in the Array.
200
Response
[{"name": "Trench", "id": "3072858f-0b", "bio": "The heart of the Rogue Company team, Trench was personally recruited by The Director early on in its formation to help guide the group\u2019s moral compass. A natural leader and cool under pressure, Trench is well respected by all member of Rogue Company.", "img_full": "...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "bio": {"type": "string"}, "img_full": {"type": "string"}, "role": {"type": "string"}, "loadout": {"type": "object", "properties": {"melee": {"type": "string"},...
13a700f2-f6a0-4e95-b779-d927934d3195/59ec2392-40d8-4909-b276-840b5c935bf9/0/0
RoCO API
This API is a simple ROgue Company API made with info found online on different resources. It started as a personal project, but given that there seems to be no official API, I decided to make a fan based one and make it public.
0.1
Get All Rogues
GENERAL ENDPOINT - returns list of all rogues in the DB. If filters are sent, results will be filtered. Available filters are: "id", "name", "bio", "role", "loadout", "abilities", "perks"
200
Response
[{"name": "Anvil", "id": "9aae8e0a-86", "bio": "Veteran of a hundred battles, Anvil brings stability and security to any mission. He has seen it all. He finds success on the battlefield by being more heavily armed and heavily armored than anyone else in the fight. Anvil was one of the first recruited to Rogue Company."...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "bio": {"type": "string"}}, "required": ["bio", "id", "name"]}}
a7a6b800-a0ea-4c18-aa66-a0ed6a6f4ae1/3a313650-3a89-4d47-9089-cb2b05cb9a3f/0/0
Rock Paper Sissors
It serves as a basic web API for a game of "Rock, Paper, Scissors."
null
Choice
User's Choice
200
Response
{"user": {"name": "rock", "beates": "sissors"}, "ai": {"name": "rock", "beates": "sissors"}, "result": "DRAW !"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"user": {"type": "object", "properties": {"name": {"type": "string"}, "beates": {"type": "string"}}, "required": ["beates", "name"]}, "ai": {"type": "object", "properties": {"name": {"type": "string"}, "beates": {"type": "string"}}, "require...
524110b7-e5df-4d3a-9385-2dbba68a120d/d6ce1f97-93da-457c-9286-cbe469cf1fc3/0/0
sudoku board
This API would help in creating, verifying and solving sudoku boards, its still very new and would get improvements along the way.
7.6
solveBoard
This would solve the inputted sudoku board and return the solution either as a string or as a list (default). The sudoku board to be solved would have to be inputted as a string of characters starting from the first character in the first row and ending in the last character in the last row.
200
Response
{"response": {"board": [[1, 2, 3, 0, 6, 7, 4, 0, 0], [4, 5, 7, 0, 0, 9, 0, 0, 6], [0, 9, 6, 0, 4, 0, 0, 0, 0], [0, 0, 0, 0, 5, 8, 7, 0, 4], [5, 4, 0, 7, 9, 1, 0, 0, 2], [0, 7, 0, 4, 0, 2, 0, 0, 0], [9, 1, 0, 0, 7, 0, 0, 4, 3], [3, 0, 0, 9, 1, 0, 5, 2, 7], [0, 0, 0, 3, 2, 0, 9, 0, 0]], "solution": [[1, 2, 3, 5, 6, 7, 4,...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"response": {"type": "object", "properties": {"board": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "solution": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "solvable": {"type":...
524110b7-e5df-4d3a-9385-2dbba68a120d/d6ce1f97-93da-457c-9286-cbe469cf1fc3/1/0
sudoku board
This API would help in creating, verifying and solving sudoku boards, its still very new and would get improvements along the way.
7.6
solveBoard
This would solve the inputted sudoku board and return the solution either as a string or as a list (default). The sudoku board to be solved would have to be inputted as a string of characters starting from the first character in the first row and ending in the last character in the last row.
400
Response
{"response": {"error": "Please input a board in the right format."}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"response": {"type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]}}, "required": ["response"]}
524110b7-e5df-4d3a-9385-2dbba68a120d/fdbaf8f8-77ee-4443-8110-a893305249f4/0/0
sudoku board
This API would help in creating, verifying and solving sudoku boards, its still very new and would get improvements along the way.
7.6
verifyBoard
This would verify if the inputted sudoku board is solvable, the board would have to be inputted as a string of 81 characters, the numbers should start from the first number on the first row of the sudoku board and go sequentially row by row till the last number on the last row of the board which would be the 81st numbe...
200
Response
{"response": {"board": "123.674..457..9..6.96.4........587.454.791..2.7.4.2...91..7..433..91.527...32.9..", "solvable": "True"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"response": {"type": "object", "properties": {"board": {"type": "string"}, "solvable": {"type": "string"}}, "required": ["board", "solvable"]}}, "required": ["response"]}
524110b7-e5df-4d3a-9385-2dbba68a120d/fdbaf8f8-77ee-4443-8110-a893305249f4/1/0
sudoku board
This API would help in creating, verifying and solving sudoku boards, its still very new and would get improvements along the way.
7.6
verifyBoard
This would verify if the inputted sudoku board is solvable, the board would have to be inputted as a string of 81 characters, the numbers should start from the first number on the first row of the sudoku board and go sequentially row by row till the last number on the last row of the board which would be the 81st numbe...
400
Response
{"response": {"error": "Please input a board in the right format."}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"response": {"type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]}}, "required": ["response"]}
ed0f59e8-8f43-4b73-8162-915d555cf157/f3e4917a-c033-4972-b40e-ba9dc6cf44c6/0/0
COD API 2.0
Provides an easy access to the COD api leaderboard endpoints.
8.7
Season Skill Rating MW 2 Ranked
Get season Skill Rating for top 250 players, MW 2 ranked Leaderboard
200
Response
{"status": "success", "data": {"status": "success", "data": {"mode": "mp", "ranks": [{"gamertag": "GetIcedKid", "id": "d98476596ba0f94529d30871749a95d605f37affad16a1a17c7535b3756d75aa", "rank": 0, "maxRank": 25, "skillRating": 1, "isPro": false}, {"gamertag": "ferarripeek", "id": "6e18421a944d1e4751b12d3e4c0ed58145c69f...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"mode": {"type": "string"}, "ranks": {"type": "array", "items": {"type": "object", "properties": ...
ed0f59e8-8f43-4b73-8162-915d555cf157/654dfcb4-cb42-4d87-ba66-5b8e72eef840/0/0
COD API 2.0
Provides an easy access to the COD api leaderboard endpoints.
8.7
Skill Rating MW 2 Ranked
Get top Skill Rating for top 250 players, MW 2 ranked Leaderboard
200
Response
{"status": "success", "data": {"status": "success", "data": {"mode": "mp", "ranks": [{"gamertag": "S c u m m N", "id": "52d95b6e04c29efd25652d634799c814a17c1449c5690044cc135c3229f1eb0c", "rank": 0, "maxRank": 50, "skillRating": 47203, "isPro": false, "hotstreak": 1}, {"gamertag": "parasite", "id": "f0fdb794165ffe61b8af...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"mode": {"type": "string"}, "ranks": {"type": "array", "items": {"type": "object", "properties": ...
33e840b3-5c3b-4c20-a851-975474312526/fc6201d5-3a8c-4626-8ea5-6d288b2c5219/0/0
Sudoku Generator
This API generates sudoku seed by difficulty and much more
8.4
generate
this is the main endpoint
200
New Example
{"seed": "82.391754.59427....475.839293817.645512.8.9737649.5...6..2.9537295713468473856..9", "difficultyr": "easy", "candidates": [["8", "2", "6", "3", "9", "1", "7", "5", "4"], ["3", "5", "9", "4", "2", "7", "18", "18", "6"], ["1", "4", "7", "5", "6", "8", "3", "9", "2"], ["9", "3", "8", "1", "7", "2", "6", "4", "5"]...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"seed": {"type": "string"}, "difficultyr": {"type": "string"}, "candidates": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "grid": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "re...
62ed3323-525b-4544-880f-0778617df468/c2de252b-8ea0-43ff-a448-cc477a682fa8/0/0
Rock Paper Scissors
Play Rock Paper Scissors Using API
7.1
Choice
User's choice
200
New Example
{"user": {"name": "paper", "beats": "rock"}, "ai": {"name": "rock", "beats": "scissors"}, "result": "You win"}
{"type": "object", "properties": {"user": {"type": "object", "properties": {"name": {"type": "string"}, "beats": {"type": "string"}}}, "ai": {"type": "object", "properties": {"name": {"type": "string"}, "beats": {"type": "string"}}}, "result": {"type": "string"}}}
af6c4843-ed98-4cfb-9475-73fc4b556c85/92b6c231-13f4-43ce-8870-fc99d94b15d1/0/0
Call of Duty: Modern Warfare
This API provides stats for Warzone and Multiplayer.
0.4
Multiplayer Stats
Mutliplayer stats for given gamertag and platform https://call-of-duty-modern-warfare.p.rapidapi.com/multiplayer/{gamertag}/{platform}
200
Response
{"status": "success", "data": {"title": "mw", "platform": "psn", "username": "Amartin743", "type": "mp", "level": 54, "maxLevel": 1, "levelXpRemainder": 4117, "levelXpGained": 38783, "prestige": 0, "prestigeId": 0, "maxPrestige": 0, "totalXp": 1262188, "paragonRank": 0, "paragonId": 0, "s": 1, "p": 1, "lifetime": {"all...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"title": {"type": "string"}, "platform": {"type": "string"}, "username": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "integer"}, "maxLevel": {"type...
af6c4843-ed98-4cfb-9475-73fc4b556c85/7b24ab76-c940-42f6-9aac-5993cdc5d777/0/0
Call of Duty: Modern Warfare
This API provides stats for Warzone and Multiplayer.
0.4
Warzone Stats
Warzone stats for given gamertag and platform https://call-of-duty-modern-warfare.p.rapidapi.com/warzone/{gamertag}/{platform}
200
Response
{"status": "success", "data": {"title": "mw", "platform": "psn", "username": "Amartin743", "type": "wz", "level": 54, "maxLevel": 1, "levelXpRemainder": 4117, "levelXpGained": 38783, "prestige": 0, "prestigeId": 0, "maxPrestige": 0, "totalXp": 1262188, "paragonRank": 0, "paragonId": 0, "s": 1, "p": 1, "lifetime": {"all...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"title": {"type": "string"}, "platform": {"type": "string"}, "username": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "integer"}, "maxLevel": {"type...
f4681969-b897-455c-935c-7a27d822469b/1ff5ce36-420a-4b4a-a1d4-f694e99a2017/0/0
Rainbow Six
Small Rainbow Six api
0.2
Deathmatch
Player's rankedinformation.
200
Ranked
{"username": "VG-Rahkwal", "avatar": "https://ubisoft-avatars.akamaized.net/bb46d4d2-a720-43c7-a2c3-b8d068571ec4/default_256_256.png", "kd": 1, "kills": 4, "deaths": 4, "win_percent": 100, "wins": 1, "losses": 0, "abandons": 0, "matches": 1, "kills_match": 4, "mmr": 0, "rank_img": "https://imgur.com/PvLQN8r.png"}
{"type": "object", "properties": {"username": {"type": "string"}, "avatar": {"type": "string"}, "kd": {"type": "integer"}, "kills": {"type": "integer"}, "deaths": {"type": "integer"}, "win_percent": {"type": "integer"}, "wins": {"type": "integer"}, "losses": {"type": "integer"}, "abandons": {"type": "integer"}, "matche...
f4681969-b897-455c-935c-7a27d822469b/a5f6e6b0-316e-4058-923f-b29d0ea2df67/0/0
Rainbow Six
Small Rainbow Six api
0.2
Ranked
Player's rankedinformation.
200
Ranked
{"username": "VG-Rahkwal", "avatar": "https://ubisoft-avatars.akamaized.net/bb46d4d2-a720-43c7-a2c3-b8d068571ec4/default_256_256.png", "kd": 1.53, "kills": 32406, "deaths": 21119, "win_percent": 63.5, "wins": 4139, "losses": 2365, "time_played": "1,617h 8m 29s", "matches": 6516, "kills_match": 4.97, "kills_min": 0.29, ...
{"type": "object", "properties": {"username": {"type": "string"}, "avatar": {"type": "string"}, "kd": {"type": "number"}, "kills": {"type": "integer"}, "deaths": {"type": "integer"}, "win_percent": {"type": "number"}, "wins": {"type": "integer"}, "losses": {"type": "integer"}, "time_played": {"type": "string"}, "matche...
f4681969-b897-455c-935c-7a27d822469b/37bd814e-a0bf-430f-addd-8bcdfa79926e/0/0
Rainbow Six
Small Rainbow Six api
0.2
Casual
Player's casual information.
200
Casual
{"username": "VG-Rahkwal", "avatar": "https://ubisoft-avatars.akamaized.net/bb46d4d2-a720-43c7-a2c3-b8d068571ec4/default_256_256.png", "kd": 1.53, "kills": 32406, "deaths": 21119, "win_percent": 63.5, "wins": 4139, "losses": 2365, "time_played": "1,617h 8m 29s", "matches": 6516, "kills_match": 4.97, "kills_min": 0.29, ...
{"type": "object", "properties": {"username": {"type": "string"}, "avatar": {"type": "string"}, "kd": {"type": "number"}, "kills": {"type": "integer"}, "deaths": {"type": "integer"}, "win_percent": {"type": "number"}, "wins": {"type": "integer"}, "losses": {"type": "integer"}, "time_played": {"type": "string"}, "matche...
f4681969-b897-455c-935c-7a27d822469b/b8b85b70-ae89-482c-a5a1-a3336fd29a85/0/0
Rainbow Six
Small Rainbow Six api
0.2
General
Player's general information.
200
General
{"username": "VG-Rahkwal", "avatar": "https://ubisoft-avatars.akamaized.net/bb46d4d2-a720-43c7-a2c3-b8d068571ec4/default_256_256.png", "level": 471, "kd": 1.38, "kills": 70470, "deaths": 51161, "win_percent": 59.3, "wins": 8105, "losses": 5532, "headshot_percent": 36.97, "headshots": 22901, "time_played": "3,996h", "ma...
{"type": "object", "properties": {"username": {"type": "string"}, "avatar": {"type": "string"}, "level": {"type": "integer"}, "kd": {"type": "number"}, "kills": {"type": "integer"}, "deaths": {"type": "integer"}, "win_percent": {"type": "number"}, "wins": {"type": "integer"}, "losses": {"type": "integer"}, "headshot_pe...
477ae0f6-2acb-4823-841a-8deca15da01b/433dc189-e090-454c-b69d-13c3661235ae/0/0
Sudoku Suite
Service provides API for making Sudoku games development easier.
null
/levels
List levels of difficulty for creating a new puzzle. The level is higher there is more empty cells in a grid.
200
null
["BEGINNER"]
{"type": "array", "items": {"type": "string", "enum": ["BEGINNER", "EASY", "MEDIUM", "HARD", "EXPERT"]}}
477ae0f6-2acb-4823-841a-8deca15da01b/e5ddfbc7-c71c-4037-aea1-b138d4c11488/1/0
Sudoku Suite
Service provides API for making Sudoku games development easier.
null
/game/{difficulty}
Generates a new puzzle with a given level of difficulty
201
null
{"id": "9346ecf2-d8cd-4cbd-98a4-d0d64e5bfdd8", "initialGrid": []}
{"type": "object", "properties": {"id": {"type": "string", "format": "uuid"}, "initialGrid": {"type": "array", "items": {"type": "array", "items": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "minItems": 9, "maxItems": 9}, "minItems": 9, "maxItems": 9}}}
477ae0f6-2acb-4823-841a-8deca15da01b/14ba7158-31f9-46f1-b0af-9dd521fa70ab/1/0
Sudoku Suite
Service provides API for making Sudoku games development easier.
null
/solution/solve
Solves an arbitrary puzzle. Returns game information that includes an initial puzzle, solved state and a list of steps to solve the puzzle.
200
null
{"initialGrid": [], "solvedGrid": [], "steps": [{"index": 0, "step": {"row": 0, "col": 0, "value": 0}}]}
{"type": "object", "properties": {"initialGrid": {"type": "array", "items": {"type": "array", "items": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "minItems": 9, "maxItems": 9}, "minItems": 9, "maxItems": 9}, "solvedGrid": {"type": "array", "items": {"type": ...
477ae0f6-2acb-4823-841a-8deca15da01b/8ec368a5-bfed-40e7-be36-a9779848f1f7/0/0
Sudoku Suite
Service provides API for making Sudoku games development easier.
null
/game/{gameId}
Returns game information that includes an initial puzzle, solved state and a list of steps to solve the puzzle.
200
null
{"initialGrid": [], "solvedGrid": [], "steps": [{"index": 0, "step": {"row": 0, "col": 0, "value": 0}}]}
{"type": "object", "properties": {"initialGrid": {"type": "array", "items": {"type": "array", "items": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "minItems": 9, "maxItems": 9}, "minItems": 9, "maxItems": 9}, "solvedGrid": {"type": "array", "items": {"type": ...
477ae0f6-2acb-4823-841a-8deca15da01b/d18a380d-87f7-4960-a4ba-8264cb3ee0e8/1/0
Sudoku Suite
Service provides API for making Sudoku games development easier.
null
/solution/validate
Validates if an arbitrary puzzle has been soled correcly. Returns a list with cells that are filled with mistake.
200
null
{"issues": [{"row": 0, "col": 0, "value": 0}]}
{"type": "object", "properties": {"issues": {"type": "array", "items": {"type": "object", "properties": {"row": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "col": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854...
cd0ce0e2-89a7-4e91-9976-9e209963ea96/15691b0e-5274-4ea2-8419-8797010f94b2/0/0
League of Legends Champions
You can get all of league of legends champions list. With more than 140 champions, you’ll find the perfect match for your playstyle. This api get you all information about the champion with 14+ different language.
9.2
Get Region Detail
You can get region detail with different language.
200
Response
{"id": "bandle-city", "name": "Bandle City Faction Page", "locale": "en_us", "faction": {"slug": "bandle-city", "image": {"type": "image", "title": {"en_us": ""}, "subtitle": "", "description": "", "uri": "https://images.contentstack.io/v3/assets/blt187521ff0727be24/blt57ea8bb74f8733f3/60ee0b95bc44fe5b48ba2a02/bandle-c...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "locale": {"type": "string"}, "faction": {"type": "object", "properties": {"slug": {"type": "string"}, "image": {"type": "object", "properties": {"type": {"type": "string"}, "title": {"ty...
cd0ce0e2-89a7-4e91-9976-9e209963ea96/d602b38a-9b98-4f29-8c4d-c1bbe8f8c4fe/0/0
League of Legends Champions
You can get all of league of legends champions list. With more than 140 champions, you’ll find the perfect match for your playstyle. This api get you all information about the champion with 14+ different language.
9.2
Get Regions
You can get all league of legends regions with different languages
200
Response
{"factions": [{"type": "faction", "name": "Bandle City", "slug": "bandle-city", "image": {"type": "image", "title": "", "subtitle": "", "description": "", "uri": "https://images.contentstack.io/v3/assets/blt187521ff0727be24/blt57ea8bb74f8733f3/60ee0b95bc44fe5b48ba2a02/bandle-city_splash.jpg", "encoding": "image/jpeg", ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"factions": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "image": {"type": "object", "properties": {"type": {"type": "string"}, "title": {"ty...
63a2765e-274d-4f73-9191-5c2cf4925749/4ae3619c-986d-4c29-a854-94cc0b80706c/0/0
Free Epic Games
Get a list of free Epic Games for the week
9
Free Games
Get the list of free games on Epic Games for the week
200
Response
{"freeGames": {"current": [{"title": "Maneater", "id": "a22a7af179c54b86a93f3193ace8f7f4", "namespace": "d5241c76f178492ea1540fce45616757", "description": "Maneater", "effectiveDate": "2099-01-01T00:00:00.000Z", "offerType": "OTHERS", "expiryDate": null, "status": "ACTIVE", "isCodeRedemptionOnly": true, "keyImages": [{...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"freeGames": {"type": "object", "properties": {"current": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "id": {"type": "string"}, "namespace": {"type": "string"}, "description": {"type": "string"},...
56022ea9-36af-430b-95bb-e3797ce2a4fd/c64561a7-541d-4a65-85b7-b287180ff2df/0/0
League of Legends Character Generator
An API that generates a random League of Legends Character with some of their descriptions.
0.1
Get League of Legends Character
This endpoint will return back a random league of legends character with their descriptions including: - title - age - region of origin - primary lane - release date - gender - race
200
New Example
{"name": "Anivia", "title": "the Cryophoenix", "age": 10000, "region": "Freljord", "lane": "Mid", "released": 2009, "gender": "Female", "race": "Spirit God"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "age": {"type": "integer"}, "region": {"type": "string"}, "lane": {"type": "string"}, "released": {"type": "integer"}, "gender": {"type": "string"}, "race": {"type": "string"}}, "requi...
ef80165f-1117-4d42-a2d5-5c0fa52ae2af/be318f4b-99fc-4568-ad4d-277b5f137337/0/0
Trackmania
Get Stats, Matches and Leaderboards from Trackmania (Unofficial).
8.2
In-game Ads
All currently active Maniapubs displayed in-game.
200
New Example
{"results": [{"uid": "bb42bf1d-fe0c-4e5c-a1fb-a742a23a652e", "name": "CUPRA CUP", "type": "nadeo", "url": "https://www.cupra-cup.fr/", "img2x3": "https://trackmania-prod-nls-file-store-s3.cdn.ubi.com/maniapub/screen2x3/612a85aa-e496-4a18-90ae-f78ac890866e/64149b8b455bd.jpg?updateTimestamp=1679072142.jpg", "img16x9": "h...
{"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"uid": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}, "img2x3": {"type": "string"}, "img16x9": {"type": "string"}, "img64x10": {"type": "string"}, "media": {"...
ef80165f-1117-4d42-a2d5-5c0fa52ae2af/68367f67-6ee6-43eb-97f7-1fe6aa721de1/0/0
Trackmania
Get Stats, Matches and Leaderboards from Trackmania (Unofficial).
8.2
Player Cup of the Day Information
Get the COTD info of a player.
200
New Example
{"results": {"stats": {"bestprimary": {"bestrank": 37, "bestranktime": "2021-01-15T18:16:30Z", "bestrankdivrank": 37, "bestdiv": 1, "bestdivtime": "2020-12-31T18:16:30Z", "bestrankindiv": 10, "bestrankindivtime": "2021-01-18T18:16:30Z", "bestrankindivdiv": 2}, "bestoverall": {"bestrank": 35, "bestranktime": "2022-04-07...
{"type": "object", "properties": {"results": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"bestprimary": {"type": "object", "properties": {"bestrank": {"type": "integer"}, "bestranktime": {"type": "string"}, "bestrankdivrank": {"type": "integer"}, "bestdiv": {"type": "integer"}, "bestdiv...
ef80165f-1117-4d42-a2d5-5c0fa52ae2af/bc91d657-6318-4519-9fef-aad3d7d8fc7c/0/0
Trackmania
Get Stats, Matches and Leaderboards from Trackmania (Unofficial).
8.2
Player Trophy Information
Get the trophy info of a player.
200
New Example
{"results": {"gains": [{"counts": [0, 0, 0, 1, 0, 0, 0, 0, 0], "timestamp": "2023-04-12T17:00:00+00:00", "achievement": {"trophyAchievementId": "534b5971-2312-4e14-b252-fc4a64c80e65", "trophyAchievementType": "SoloRanking", "mapId": "0b0ecf1d-3cf2-4eca-baaf-b08b6f79d5b5", "seasonId": "a800d892-7b46-4937-8791-82a9a9e87f...
{"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"afterscore": {"type": "integer"}, "win": {"type": "boolean"}, "leave": {"type": "boolean"}, "mvp": {"type": "boolean"}, "typename": {"type": "string"}, "typeid": {"type": "integer"}, "lid": {"type": "string"}, "st...
ef80165f-1117-4d42-a2d5-5c0fa52ae2af/4f6985fe-fbc0-419c-aff6-b21f9298beb9/0/0
Trackmania
Get Stats, Matches and Leaderboards from Trackmania (Unofficial).
8.2
Player Royal Information
Get the royal info of a player.
200
New Example
{"results": [{"afterscore": 3021, "win": true, "leave": false, "mvp": false, "typename": "Royal", "typeid": 3, "lid": "LID-MTCH-s5l1w35hdlzu3cd", "starttime": "2022-02-01T15:02:16Z"}, {"afterscore": 3019, "win": true, "leave": false, "mvp": false, "typename": "Royal", "typeid": 3, "lid": "LID-MTCH-ath405lbc1uu2aq", "st...
{"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"afterscore": {"type": "integer"}, "win": {"type": "boolean"}, "leave": {"type": "boolean"}, "mvp": {"type": "boolean"}, "typename": {"type": "string"}, "typeid": {"type": "integer"}, "lid": {"type": "string"}, "st...
ef80165f-1117-4d42-a2d5-5c0fa52ae2af/042eaf83-683c-4c45-b9c4-d7aed710308b/0/0
Trackmania
Get Stats, Matches and Leaderboards from Trackmania (Unofficial).
8.2
Player Matchmaking Information
Get the matchmaking info of a player.
200
New Example
{"results": [{"afterscore": 1181, "win": false, "leave": false, "mvp": false, "typename": "3v3", "typeid": 2, "lid": "LID-MTCH-ftnxbrrmw0ibgy0", "starttime": "2022-10-21T12:52:16Z"}, {"afterscore": 1211, "win": true, "leave": false, "mvp": false, "typename": "3v3", "typeid": 2, "lid": "LID-MTCH-nw3jkyta4t11luw", "start...
{"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"afterscore": {"type": "integer"}, "win": {"type": "boolean"}, "leave": {"type": "boolean"}, "mvp": {"type": "boolean"}, "typename": {"type": "string"}, "typeid": {"type": "integer"}, "lid": {"type": "string"}, "st...
ef80165f-1117-4d42-a2d5-5c0fa52ae2af/a9842f9c-9235-4337-bd44-acee6fe8f2c5/0/0
Trackmania
Get Stats, Matches and Leaderboards from Trackmania (Unofficial).
8.2
Player Summary
Get the summary of a player containing general information.
200
New Example
{"results": {"accountid": "4c803b5a-a344-4d5c-a358-d8f7455d6c85", "displayname": "Nsgr", "timestamp": "2020-06-05T19:32:53+00:00", "clubtag": "$<$z$t$6FAxdd$>", "clubtagtimestamp": "2023-04-13T15:40:47+00:00", "trophies": {"points": 1262289, "timestamp": "2023-04-13T04:02:49+00:00", "counts": [329, 306, 499, 109, 70, 4...
{"type": "object", "properties": {"results": {"type": "object", "properties": {"accountid": {"type": "string"}, "displayname": {"type": "string"}, "timestamp": {"type": "string"}, "clubtag": {"type": "string"}, "clubtagtimestamp": {"type": "string"}, "trophies": {"type": "object", "properties": {"points": {"type": "int...
ef80165f-1117-4d42-a2d5-5c0fa52ae2af/27dac193-8a6a-4d91-b5e2-a721e3f2fd63/0/0
Trackmania
Get Stats, Matches and Leaderboards from Trackmania (Unofficial).
8.2
Search all Players
Search for players with search_query
200
New Example
{"results": [{"player": {"name": "FreeRiolu", "id": "9bd039e9-0b60-49c2-9d32-cf0f18d0e5da", "zone": {"name": "T\u00fcrkiye", "flag": "TUR", "parent": {"name": "Europe", "flag": "europe", "parent": {"name": "World", "flag": "WOR"}}}, "meta": {}}, "matchmaking": [{"typename": "3v3", "typeid": 2, "accountid": "9bd039e9-0b...
{"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"player": {"type": "object"}, "matchmaking": {"type": "array", "items": {"type": "object", "properties": {"typename": {"type": "string"}, "typeid": {"type": "integer"}, "accountid": {"type": "string"}, "rank": {"ty...
ef80165f-1117-4d42-a2d5-5c0fa52ae2af/e607d883-18ea-4ffc-98dc-441c4ddf4836/0/0
Trackmania
Get Stats, Matches and Leaderboards from Trackmania (Unofficial).
8.2
TMGL Players
Get Players from tmgl.
200
New Example
{"results": [{"player": {"name": "GranaDy.", "tag": "$04FBIG", "id": "05477e79-25fd-48c2-84c7-e1621aa46517", "zone": {"name": "Dresden", "flag": "Dresden", "parent": {"name": "Sachsen", "flag": "sachsen", "parent": {"name": "Germany", "flag": "GER", "parent": {"name": "Europe", "flag": "europe", "parent": {"name": "Wor...
{"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"player": {"type": "object"}, "matchmaking": {"type": "array", "items": {"type": "object", "properties": {"typename": {"type": "string"}, "typeid": {"type": "integer"}, "accountid": {"type": "string"}, "rank": {"ty...
ef80165f-1117-4d42-a2d5-5c0fa52ae2af/1c0de453-ae90-42ee-90f3-8106efcfd6c0/0/0
Trackmania
Get Stats, Matches and Leaderboards from Trackmania (Unofficial).
8.2
Nadeo Players
Get Players from nadeo.
200
New Example
{"results": [{"player": {"name": "eyebo", "tag": "$FC1NADEO", "id": "a07f01cd-afb0-4230-9c13-868c1ede28a3", "zone": {"name": "Kansas", "flag": "Kansas", "parent": {"name": "United States", "flag": "USA", "parent": {"name": "North America", "flag": "namerica", "parent": {"name": "World", "flag": "WOR"}}}}, "meta": {"van...
{"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"player": {"type": "object"}, "matchmaking": {"type": "array"}}}}, "amount": {"type": "integer"}, "query": {"type": "object", "properties": {"method": {"type": "string"}, "search_query": {"type": "string"}}}}}
ef80165f-1117-4d42-a2d5-5c0fa52ae2af/88f58473-36c8-4dd6-b874-d4827ae5d9a7/0/0
Trackmania
Get Stats, Matches and Leaderboards from Trackmania (Unofficial).
8.2
Team Players
Get Players that are in the Openplanet Team.
200
New Example
{"results": [{"player": {"name": "Nsgr", "tag": "$<$z$t$6FAxdd$>", "id": "4c803b5a-a344-4d5c-a358-d8f7455d6c85", "zone": {"name": "Hamburg", "flag": "Hamburg", "parent": {"name": "Germany", "flag": "GER", "parent": {"name": "Europe", "flag": "europe", "parent": {"name": "World", "flag": "WOR"}}}}, "meta": {"vanity": "n...
{"results": [{"player": {"name": "Nsgr", "tag": "$<$z$t$6FAxdd$>", "id": "4c803b5a-a344-4d5c-a358-d8f7455d6c85", "zone": {"name": "Hamburg", "flag": "Hamburg", "parent": {"name": "Germany", "flag": "GER", "parent": {"name": "Europe", "flag": "europe", "parent": {"name": "World", "flag": "WOR"}}}}, "meta": {"vanity": "n...
ef80165f-1117-4d42-a2d5-5c0fa52ae2af/a8b7207e-df04-43e4-b458-96805cf7de46/0/0
Trackmania
Get Stats, Matches and Leaderboards from Trackmania (Unofficial).
8.2
TOTD Tracks by Date
Get the TOTD tracks by date containing the year and month.
200
New Example
{"results": [{"campaignid": 26161, "map": {"author": "f85820ca-7b64-4aea-b2dc-ce22621d4620", "name": "$o$fe9 Summer Park ft Tomote", "mapType": "TrackMania\\TM_Race", "mapStyle": "", "authorScore": 23692, "goldScore": 25000, "silverScore": 29000, "bronzeScore": 36000, "collectionName": "Stadium", "filename": " Summer P...
{"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"campaignid": {"type": "integer"}, "map": {"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "mapType": {"type": "string"}, "mapStyle": {"type": "string"}, "authorScore": {"...
ef80165f-1117-4d42-a2d5-5c0fa52ae2af/b9b52eb7-b5de-48a9-8eff-4aad921e0442/0/0
Trackmania
Get Stats, Matches and Leaderboards from Trackmania (Unofficial).
8.2
TOTD Tracks by Page
Get the TOTD tracks by page number of the https://trackmania.io/#/totd page.
200
New Example
{"results": [{"campaignid": 39000, "map": {"author": "88aad816-b199-43c9-acbc-ed8c33dd28d8", "name": "Splashdown speedway", "mapType": "TrackMania\\TM_Race", "mapStyle": "", "authorScore": 30406, "goldScore": 33000, "silverScore": 37000, "bronzeScore": 46000, "collectionName": "Stadium", "filename": "Splashdown speedwa...
{"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"campaignid": {"type": "integer"}, "map": {"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "mapType": {"type": "string"}, "mapStyle": {"type": "string"}, "authorScore": {"...
ef80165f-1117-4d42-a2d5-5c0fa52ae2af/531b947c-4727-4be4-ac5e-3c68d8b7179a/0/0
Trackmania
Get Stats, Matches and Leaderboards from Trackmania (Unofficial).
8.2
Royal matches
Get recent royal matches.
200
New Example
{"results": [{"id": 4049974, "lid": "LID-MTCH-dldfjmsm3ucffa3", "starttime": "2023-04-15T14:19:24Z", "status": "ONGOING"}, {"id": 4049962, "lid": "LID-MTCH-epmbzh3o5smfg1z", "starttime": "2023-04-15T14:17:35Z", "status": "ONGOING"}, {"id": 4049955, "lid": "LID-MTCH-ukvooysi5ozr2tl", "starttime": "2023-04-15T14:16:15Z",...
{"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "lid": {"type": "string"}, "starttime": {"type": "string"}, "status": {"type": "string"}}}}, "amount": {"type": "integer"}, "query": {"type": "object", "properties": {"method": {"type": "...
ef80165f-1117-4d42-a2d5-5c0fa52ae2af/97991796-0321-4239-99f3-1ba45c7c8603/0/0
Trackmania
Get Stats, Matches and Leaderboards from Trackmania (Unofficial).
8.2
Matchmaking matches
Get recent matchmaking matches.
200
New Example
{"results": [{"id": 4049964, "lid": "LID-MTCH-u2kcv4tsbs0aeg1", "starttime": "2023-04-15T14:17:55Z", "status": "ONGOING"}, {"id": 4049970, "lid": "LID-MTCH-ycgn5vxtvwrhka0", "starttime": "2023-04-15T14:19:05Z", "status": "ONGOING"}, {"id": 4049973, "lid": "LID-MTCH-vas3xr1l2jqs4g0", "starttime": "2023-04-15T14:19:14Z",...
{"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "lid": {"type": "string"}, "starttime": {"type": "string"}, "status": {"type": "string"}}}}, "amount": {"type": "integer"}, "query": {"type": "object", "properties": {"method": {"type": "...
ef80165f-1117-4d42-a2d5-5c0fa52ae2af/0bc870ec-4bca-4096-9ad6-a24c51bf9893/0/0
Trackmania
Get Stats, Matches and Leaderboards from Trackmania (Unofficial).
8.2
Top Players by Royal
Get the top players by their royal rank.
200
New Example
{"results": [{"rank": 1, "score": 8548, "progression": 6989, "division": {"position": 5, "rule": "victory_count", "minpoints": 0, "maxpoints": 0, "minwins": 1000, "maxwins": 99999}, "player": {"name": "Youpikaii", "tag": "$O$T$F03LAY$339'$09FS$Z$09F", "id": "25f3cf32-f6df-4636-89e0-31b88f9ba3d1", "zone": {"name": "Nord...
{"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"rank": {"type": "integer"}, "score": {"type": "integer"}, "progression": {"type": "integer"}, "division": {"type": "object", "properties": {"position": {"type": "integer"}, "rule": {"type": "string"}, "minpoints":...
ef80165f-1117-4d42-a2d5-5c0fa52ae2af/46dc9efe-e48d-4587-8ee9-364b5be187cf/0/0
Trackmania
Get Stats, Matches and Leaderboards from Trackmania (Unofficial).
8.2
Top Players by Matchmaking
Get the top players by their matchmaking rank.
200
New Example
{"results": [{"rank": 1, "score": 3629, "progression": 3629, "division": {"position": 12, "rule": "minimum_points", "minpoints": 3600, "maxpoints": 0}, "division_next": {"position": 13, "rule": "minimum_rank_and_points", "minpoints": 4000, "maxpoints": 0, "minrank": 10}, "player": {"name": "Betatoast2", "tag": "$S$000G...
{"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"rank": {"type": "integer"}, "score": {"type": "integer"}, "progression": {"type": "integer"}, "division": {"type": "object", "properties": {"position": {"type": "integer"}, "rule": {"type": "string"}, "minpoints":...
ef80165f-1117-4d42-a2d5-5c0fa52ae2af/5cc06c21-d0d9-415d-95bc-b3e8656035dd/0/0
Trackmania
Get Stats, Matches and Leaderboards from Trackmania (Unofficial).
8.2
Top Players by Trophies
Get the top players by their tophy count.
200
New Example
{"results": [{"player": {"name": "keby..", "tag": "$S$24C4W$FC6: :", "id": "2a13aa7d-992d-4a7c-a3c5-d29b08b7f8cb", "zone": {"name": "Sweden", "flag": "SWE", "parent": {"name": "Europe", "flag": "europe", "parent": {"name": "World", "flag": "WOR"}}}, "meta": {"twitch": "keby", "twitter": "kkeebbyy"}}, "rank": 1, "score"...
{"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"player": {"type": "object"}, "rank": {"type": "integer"}, "score": {"type": "integer"}}}}, "amount": {"type": "integer"}, "query": {"type": "object", "properties": {"method": {"type": "string"}, "page": {"type": "...
7dcb7ebb-ea45-40a5-b64d-f55f29f02949/676f342c-b379-492b-880b-2af1ec306c2a/0/0
Check ID Game
GET username HIGS DOMINO, C.O.D MOBILE, FREE FIRE, A.O.V and many more
7.2
GET username Mobile Legends
insert ID and Zone ID Game Mobile Legends in Required Parameter
200
Response
{"success": true, "data": {"Userid_and_Zone": "838384475(12322)", "username": "YagamiCell", "country": "Indonesia", "product": "Mobile Legends"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"Userid_and_Zone": {"type": "string"}, "username": {"type": "string"}, "country": {"type": "string"}, "product": {"type": "string"}}, "required": ["Userid_and_Zone", "...
7dcb7ebb-ea45-40a5-b64d-f55f29f02949/772b5902-9374-43c7-a63e-50eb82214e6c/0/0
Check ID Game
GET username HIGS DOMINO, C.O.D MOBILE, FREE FIRE, A.O.V and many more
7.2
GET username Call of Duty Mobile
insert ID Game Call of Duty Mobile in Required Parameter
200
Response
{"success": true, "data": {"id": "8370310025568788107", "username": "B\u00a0I\u00a0L\u00a0L\u00a0I\u00a0E", "country": "Indonesia", "server": "Live server/\u6b63\u5f0f\u4f3a\u670d\u5668/Server INDONESIA/\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e40\u0e0b\u0e34\u0e23\u0e4c\u0e1f\u0e40\u0e27\u0e2d\u0e23\u0e4c\u0e19\u0e35\u0e49", ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"id": {"type": "string"}, "username": {"type": "string"}, "country": {"type": "string"}, "server": {"type": "string"}, "product": {"type": "string"}}, "required": ["co...
7dcb7ebb-ea45-40a5-b64d-f55f29f02949/4dd09f35-10ca-4df1-bbd8-ed9d59a89d8b/0/0
Check ID Game
GET username HIGS DOMINO, C.O.D MOBILE, FREE FIRE, A.O.V and many more
7.2
GET username Genshin Impact
insert ID Genshin Impact in Required Parameter and change ur zone to ur server game, pls choice one. default test is asia : asia usa europe china
200
Response
{"success": true, "data": {"id_genshin": "831826798", "username": "h*****e", "country": "Indonesia", "server": "os_asia", "product": "Genshin Impact"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"id_genshin": {"type": "string"}, "username": {"type": "string"}, "country": {"type": "string"}, "server": {"type": "string"}, "product": {"type": "string"}}, "require...
7dcb7ebb-ea45-40a5-b64d-f55f29f02949/bb3451d1-309c-422f-af2c-87a7af5e8735/0/0
Check ID Game
GET username HIGS DOMINO, C.O.D MOBILE, FREE FIRE, A.O.V and many more
7.2
GET username Arena Of Valor (A.O.V)
insert ID Arena Of Valor (A.O.V) in Required Parameter
200
Response
{"success": true, "data": {"id_aov": "1784903180879005", "username": "SEAGlVl", "country": "Indonesia", "server": "Baratayuda", "product": "Arena of Valor"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"id_aov": {"type": "string"}, "username": {"type": "string"}, "country": {"type": "string"}, "server": {"type": "string"}, "product": {"type": "string"}}, "required": ...
7dcb7ebb-ea45-40a5-b64d-f55f29f02949/1811b4d5-3dc5-48d6-9792-431d15531604/0/0
Check ID Game
GET username HIGS DOMINO, C.O.D MOBILE, FREE FIRE, A.O.V and many more
7.2
GET username Garena Free Fire
insert ID Garena Free Fire in Required Parameter
200
Response
{"success": true, "data": {"id_ff": "4012975855", "username": "ERQZ123", "country": "Indonesia", "server": "", "product": "Free Fire Top-up"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"id_ff": {"type": "string"}, "username": {"type": "string"}, "country": {"type": "string"}, "server": {"type": "string"}, "product": {"type": "string"}}, "required": [...
0ccc4a6c-6c59-44b8-b954-0d226c34fafe/81f1dab7-6bdb-45b2-b71b-754e52c0a074/0/0
Dota2 Heroes
This api can give you all dota2 heroes list ands bios images videos role talents and abilities with 20 language.
8.6
Heroes Data
You can get heroes all heroes data name, image, videos, roles, abilities and talents with 20 languages.
200
Response
{"id": 37, "name": "npc_dota_hero_warlock", "order_id": 59, "name_loc": "Warlock", "bio_loc": "As Chief Curator and Head of Acquisitions for the Arcane Archives of the Ultimyr Academy, Demnok Lannik was tireless in his pursuit of lost, rare and forbidden tomes. No cursed temple was so foreboding, no cavern path so trea...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "order_id": {"type": "integer"}, "name_loc": {"type": "string"}, "bio_loc": {"type": "string"}, "hype_loc": {"type": "string"}, "npe_desc_loc": {"type": "string"}, "str_base": {"type": "...
0ccc4a6c-6c59-44b8-b954-0d226c34fafe/74c51ba4-f820-4325-82d8-0a58e00f631a/0/0
Dota2 Heroes
This api can give you all dota2 heroes list ands bios images videos role talents and abilities with 20 language.
8.6
Heroes List
You can list of heroes id , name , image, complexity and attribute
200
Response
[{"id": 1, "name": "npc_dota_hero_antimage", "name_loc": "Anti-Mage", "name_english_loc": "Anti-Mage", "primary_attr": 1, "complexity": 1, "image": "https://cdn.cloudflare.steamstatic.com/apps/dota2/images/dota_react/heroes/antimage.png", "attribute_img": "https://cdn.cloudflare.steamstatic.com/apps/dota2/images/dota_r...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "name_loc": {"type": "string"}, "name_english_loc": {"type": "string"}, "primary_attr": {"type": "integer"}, "complexity": {"type": "integer"}, "image": {"type...
51e2cf81-ccb5-4192-8a71-41df2abc68d8/53f76c58-0840-46fe-a7b3-b9f1a84368b6/0/0
Efusion events
Efusion events API will provide all the details related to the tournament like Schedule and pre-match odds.
0.1
getPreOdds
getPreOdds - For getting pre-game odds.
200
Response
{"Tournament": [{"name": "Efusion Events", "leagueId": 13286, "server": "Singapore", "Prize Pool": "$15,456", "tier": "3", "count": 10, "version": "7.29d", "format": "Round Robin"}, {"Dates": [{"start": "18-07-2021", "end": "9-08-2021"}]}], "Teams": [{"name": "UD Vessuwan(Ex Reckoning Esports)", "player1": "JG", "playe...
{"type": "object", "properties": {"Tournament": {"type": "array", "items": {"type": "object"}}, "Teams": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "player1": {"type": "string"}, "player2": {"type": "string"}, "player3": {"type": "string"}, "player4": {"type": "string"}, "p...
7dd5e9c9-072a-456e-a099-57875e6cbe0d/d0c21da4-4f05-445d-b837-6169f864eb47/0/0
Aposta Ganha Aviator API
This endpoint allows you to retrieve the latest results of the Aviator game on the Aposta Ganha ( apostaganha.bet ) platform. You can access the array containing the most recent results of the Aviator game. Each element of the array represents the numerical value of the result obtained in the game, with the first e...
9.3
apostaganha-aviator-latest
Will retrieve the latest results from Aviator at Aposta Ganha. The first result is the most recent The last result is the oldest
200
200 OK
["102.33", "1.23", "2.01"]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}}
0d3b3e3c-ff72-4af4-837e-7da8e1c6c534/08d659e3-9eb3-4eeb-b7b3-4ad55122ac6e/0/0
Get Score Pro
An api to add, retrieve and manage scores for games
null
Delete score
Delete score using gameId and userId
200
Response
{"data": {"_id": "63eb3caf97657439eba0612f", "userId": "user1234", "gameId": "game123", "score": 105, "__v": 0}}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"_id": {"type": "string"}, "userId": {"type": "string"}, "gameId": {"type": "string"}, "score": {"type": "integer"}, "__v": {"type": "integer"}}}}}
0d3b3e3c-ff72-4af4-837e-7da8e1c6c534/b3e01264-e1fb-4958-bfdb-c91bfcff0cb9/0/0
Get Score Pro
An api to add, retrieve and manage scores for games
null
Update score
Update score using gameId and userId
200
Response
{"data": {"_id": "63ecd2262754ad69de2d73ab", "userId": "user123", "gameId": "game123", "score": 100, "__v": 0}}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"_id": {"type": "string"}, "userId": {"type": "string"}, "gameId": {"type": "string"}, "score": {"type": "integer"}, "__v": {"type": "integer"}}}}}
0d3b3e3c-ff72-4af4-837e-7da8e1c6c534/0b9fea8f-b302-4168-b1ee-4a6323999676/0/0
Get Score Pro
An api to add, retrieve and manage scores for games
null
Get scores
Get scores by Game Id
200
Response
{"data": [{"_id": "63ea605217baad817be8014c", "userId": "user123", "gameId": "game123", "score": 105, "__v": 0}, {"_id": "63eccb2c2754ad69de2d73a8", "userId": "user1234", "gameId": "game123", "score": 100, "__v": 0}]}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "userId": {"type": "string"}, "gameId": {"type": "string"}, "score": {"type": "integer"}, "__v": {"type": "integer"}}}}}}
0d3b3e3c-ff72-4af4-837e-7da8e1c6c534/9d95a8a7-93ba-41a9-b80a-e950f749aabf/0/0
Get Score Pro
An api to add, retrieve and manage scores for games
null
Add score
Add score with gameId and userId
200
Response
{"data": {"userId": "user123", "gameId": "game123", "score": 70, "_id": "63ecd2262754ad69de2d73ab", "__v": 0}}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"userId": {"type": "string"}, "gameId": {"type": "string"}, "score": {"type": "integer"}, "_id": {"type": "string"}, "__v": {"type": "integer"}}}}}
0bcd9b17-a799-4b99-91fc-681dc3fecc4f/9365c798-fc73-449a-a9dd-690e2d180657/0/0
New World News
An API showing all the latest New World News from multiple gaming websites.
0.1
Get News From Individual Source
Retrieves news links and titles from individual source.
200
Simple Call
[{"title": "Amazon will ban New World players exploiting gold duplication bug", "url": "https://www.pcgamer.com/amazon-will-ban-new-world-players-exploiting-gold-duplication-bug/", "source": "pcgamer"}, {"title": "How to change servers in New World", "url": "https://www.pcgamer.com/new-world-server-transfer-guide/", "s...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
0bcd9b17-a799-4b99-91fc-681dc3fecc4f/dce37094-3197-4da4-b213-25ca13a9f931/0/0
New World News
An API showing all the latest New World News from multiple gaming websites.
0.1
Get All New World News From All Sources
Retrieves news links and titles from multiple sources.
200
New Example
[{"title": "October Store Update", "url": "https://www.newworld.com/en-us/news/articles/october-store-update", "source": "newworld"}, {"title": "New World Update 1.0.3: Server Transfer Details", "url": "https://www.newworld.com/en-us/news/articles/server-transfer-details", "source": "newworld"}, {"title": "New World Up...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
0f20ae30-fce3-4e48-b34b-9cde5e3c0d74/1753d16e-8d13-4057-b6cf-373975a58a4a/0/0
Lost Ark Simple
Lost Ark API Documentation
7.9
Get Sailors
Get list of all Lost Ark sailors details
200
Response
{"status": "success", "data": [{"name": "Cals", "rank": "Rank 1 Estoque Sailors", "icon": "https://lost-ark-api-v1.herokuapp.com/assets/sailor/common_crew_img_35.png", "speed": "2.2", "resistance": {"kelp_beds": "8", "sandstorm": "-6", "siren": "-6", "cold_snap": "8", "tempest": "9", "dead_waters": "-9"}}, {"name": "Pu...
{"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "rank": {"type": "string"}, "icon": {"type": "string"}, "speed": {"type": "string"}, "resistance": {"type": "object", "properties": {"kelp_beds": {"type": "str...
0f20ae30-fce3-4e48-b34b-9cde5e3c0d74/2e3b73e6-791c-4d1f-93d4-6475b6a1aa03/0/0
Lost Ark Simple
Lost Ark API Documentation
7.9
Get Character Skills
List of Lost Ark Character Skills
200
Response
{"status": "success", "data": {"character": "Scrapper", "id": "303", "skills": [{"name": "Charging Blow", "type": "Normal", "id": "2302001", "icon": "https://lost-ark-api-v1.herokuapp.com/assets/skill/if_skill_01_0.png", "require_level": "10", "cooldown": "5s", "stagger": "Low", "description": "Charge quickly to inflic...
{"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"character": {"type": "string"}, "id": {"type": "string"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "string"}, "i...
0f20ae30-fce3-4e48-b34b-9cde5e3c0d74/b75fc906-00e7-43de-89c8-c0af48d370e8/0/0
Lost Ark Simple
Lost Ark API Documentation
7.9
Get Weapon Recipes
Get List of Lost Ark craftable Weapons.
200
Response
{"status": "success", "data": [{"name": "Advent of Betrayal Greatsword", "materials": [{"item": "Phantom Intention", "amount": 100}, {"item": "Stone of Chaos", "amount": 3}, {"item": "Gold", "amount": 3000}], "details": "Item Lv. 1540 or above required.Phantom Shard Remnants Achievement Level 1."}, {"name": "Betrayal I...
{"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "materials": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}, "amount": {"type": "integer"}}}}, "details": {"type": "st...
0f20ae30-fce3-4e48-b34b-9cde5e3c0d74/70a29f67-f45a-45bd-9bdd-cce1d88a117e/0/0
Lost Ark Simple
Lost Ark API Documentation
7.9
Get Food Recipes
Get List of Lost Ark Food Recipes
200
Response
{"status": "success", "data": [{"name": "Age-old Encavian Wine\u00a0", "materials": [{"item": "Hidden Encavian Liquor Bottle", "amount": 1}, {"item": "Silver", "amount": 1400}], "details": "N/A"}, {"name": "\u00a0Avesta Smoked Beef Jerkey", "materials": [{"item": "Lean Meat Chunk", "amount": 10}, {"item": "Fatty Part",...
{"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "materials": {"type": "array", "items": {"type": "object"}}, "details": {"type": "string"}}}}}}
0f20ae30-fce3-4e48-b34b-9cde5e3c0d74/0df5f774-0ba5-4a84-92b3-3f4415100ad6/0/0
Lost Ark Simple
Lost Ark API Documentation
7.9
Get Stronghold Item Recipes
Get List of Lost Ark Stronghold Item Recipes
200
Response
{"status": "success", "data": [{"name": "Structure: Armor Display Rack", "materials": [{"item": "Iron Ore", "amount": 24}, {"item": "Timber", "amount": 24}, {"item": "Heavy Iron Ore", "amount": 1}, {"item": "Vernil Carpentry Toolbo", "amount": null}, {"item": "Gold", "amount": 40}], "details": "Complete Crafting Worksh...
{"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "materials": {"type": "array", "items": {"type": "object"}}, "details": {"type": "string"}}}}}}
0f20ae30-fce3-4e48-b34b-9cde5e3c0d74/321d40af-6ecb-4f1f-9ea4-83e3b2a61aaf/0/0
Lost Ark Simple
Lost Ark API Documentation
7.9
Get Chest Item Recipes
Get List of Lost Ark Chest Item Recipes
200
Response
{"status": "success", "data": [{"name": "Map: Arthetine Treasure Map Chest", "materials": [{"item": "Faint Ancient Relic", "amount": 60}, {"item": "Hardwood", "amount": 120}, {"item": "Crude Iron Ore", "amount": 120}, {"item": "Gold", "amount": 10}], "details": "Complete Crafting Workshop Lv.2 required.Finish Craft Met...
{"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "materials": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}, "amount": {"type": "integer"}}}}, "details": {"type": "st...
0f20ae30-fce3-4e48-b34b-9cde5e3c0d74/46c0f8a2-0f74-4eee-88cc-5f02b2bef76d/0/0
Lost Ark Simple
Lost Ark API Documentation
7.9
Get Classes List
List of Lost Ark Classes
200
Response
{"status": "success", "data": [{"class": "Warrior", "characters": [{"name": "Gunlancer", "id": "104"}, {"name": "Berserker", "id": "102"}, {"name": "Destroyer", "id": "103"}, {"name": "Paladin", "id": "105"}]}, {"class": "Martial Artist", "characters": [{"name": "Wardancer", "id": "302"}, {"name": "Scrapper", "id": "30...
{"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"class": {"type": "string"}, "characters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}}}}}}, "backup": {"type": "boo...
0f20ae30-fce3-4e48-b34b-9cde5e3c0d74/25a953af-90cc-4264-95d4-76dbf4b60286/0/0
Lost Ark Simple
Lost Ark API Documentation
7.9
Get Life Skill Tool Recipes
Get List of Lost Ark Life Skill Tool Recipes
200
Response
{"status": "success", "data": [{"name": "Adept Excavating Tool", "materials": [{"item": "Adept\u00a0Craft Kit", "amount": 1}, {"item": "Tool Crafting Part", "amount": 8}, {"item": "Strong Iron Ore", "amount": 15}, {"item": "Rare Relic", "amount": 15}, {"item": "Ancient Relic", "amount": 24}, {"item": "Gold", "amount": ...
{"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "materials": {"type": "array", "items": {"type": "object"}}, "details": {"type": "string"}}}}}}
0f20ae30-fce3-4e48-b34b-9cde5e3c0d74/78209deb-04a4-427d-bf1e-f46559b2f03f/0/0
Lost Ark Simple
Lost Ark API Documentation
7.9
Get Battle Item Recipes
Get List of Lost Ark Battle Item Recipes
200
Response
{"status": "success", "data": [{"name": "Adrophine Potion", "materials": [{"item": "Bright Wild Flower", "amount": 6}, {"item": "Strong Iron Ore", "amount": 2}, {"item": "Shy Wild Flower", "amount": 24}, {"item": "Rare Relic", "amount": 2}, {"item": "Wild Flower", "amount": 48}, {"item": "Gold", "amount": 30}], "detail...
{"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "materials": {"type": "array", "items": {"type": "object"}}, "details": {"type": "string"}}}}}}
3638c77e-4083-439f-b461-c8b4ed45a237/177d3683-dcc4-4a7b-812a-884e259e1304/0/0
Chess Puzzles
Query a database of over 2 million Chess Puzzles
9.6
Puzzles
The main access point for the API
200
Response
{"puzzles": [{"puzzleid": "pHzSt", "fen": "r1bqk2r/pp3pp1/2p1p2p/4N3/2PpP2P/1Q2b3/PP2P1P1/1K1R1B1R b kq - 0 14", "rating": 1544, "ratingdeviation": 94, "moves": ["h6h5", "b3e3", "d4e3", "d1d8", "e8d8", "e5f7", "d8e7", "f7h8"], "themes": ["advantage", "attraction", "fork", "middlegame", "veryLong"]}, {"puzzleid": "futo8...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"puzzles": {"type": "array", "items": {"type": "object", "properties": {"puzzleid": {"type": "string"}, "fen": {"type": "string"}, "rating": {"type": "integer"}, "ratingdeviation": {"type": "integer"}, "moves": {"type": "array", "items": {"t...
3a708580-561f-47f8-8a65-221f3e108612/255c0c9c-c8a8-4c8c-9333-4bbfd1c65dbc/0/0
Lottery
Find out about the winning numbers in the latest lotto.
8.3
usaSuperLottoPlus
Information on the last draw of the USA SuperLotto Plus lottery game returning service.
200
Example_1
{"result": {"date": "Wednesday, Apr 08, 2020", "jackpot": "$190 Million", "next-jackpot": {"amount": "$20 Million", "date": "Saturday, Apr 11, 2020"}, "numbers": {"n1": "2", "n2": "37", "n3": "39", "n4": "48", "n5": "54", "pb": "5"}}, "success": true}
{"properties": {"result": {"properties": {"date": {"type": "string"}, "jackpot": {"type": "string"}, "next-jackpot": {"properties": {"amount": {"type": "string"}, "date": {"type": "string"}}, "type": "object"}, "numbers": {"properties": {"n1": {"type": "string"}, "n2": {"type": "string"}, "n3": {"type": "string"}, "n4"...
3a708580-561f-47f8-8a65-221f3e108612/dc27dc74-6545-4486-85d8-529f5111ba53/0/0
Lottery
Find out about the winning numbers in the latest lotto.
8.3
usaSuperLottoPlusChecker
For the last draw of the United States Super Lotto Plus game of chance; Ticket check service showing the winnings according to the entered ticket.
200
Response
{"result": {"exactmn": 0, "exactnumbers": 1, "mn": "22", "numbers": "20,24,28,35,37", "prize": "0", "yourmn": "6", "yournumbers": "12,13,20,22,25"}, "success": true}
{"properties": {"result": {"properties": {"exactnumbers": {"type": "integer"}, "exactpb": {"type": "integer"}, "numbers": {"type": "string"}, "pb": {"type": "string"}, "prize": {"type": "string"}, "yournumbers": {"type": "string"}, "yourpb": {"type": "string"}}, "type": "object"}, "success": {"type": "boolean"}}, "type...
ffd7d780-6d98-4f38-ab9e-c6517e0fd683/5880a413-e634-45f2-9e9f-41f2088b039e/0/0
Valorant Agents Maps Arsenal
This api can get all Valorant agents maps and weapons information for 14+ language
8.9
Get Arsenal
This method can get you all Valorant Arsenal with different language also that allow to search by name and weapon category.
200
Response
{"weapons": [{"weapon_name": "GHOST", "weapon_asset": {"url": "https://images.contentstack.io/v3/assets/bltb6530b271fddd0b1/bltc4788d390015fb7c/5eb281c4105ab84c3815e164/ghost.png", "title": "ghost.png"}, "weapon_tagline": "Sleek, silenced, and proficient at any range.", "weapon_category_machine_name": "sidearms", "weap...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"weapons": {"type": "array", "items": {"type": "object", "properties": {"weapon_name": {"type": "string"}, "weapon_asset": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}}, "required": ["title", "url"...
ffd7d780-6d98-4f38-ab9e-c6517e0fd683/2c00a65e-0a77-458d-bc1e-07f9981651a0/0/0
Valorant Agents Maps Arsenal
This api can get all Valorant agents maps and weapons information for 14+ language
8.9
Get Agents
This method can get all agents information with different languaage. You can also search by agent name.
200
Response
{"agents": [{"related_content": [{"machine_name": "jett", "title": "Jett", "url": {"url": "/news/tags/jett/"}, "description": "", "created_at": "2020-04-20T07:22:31.000Z", "id": "85f74310-e9a6-5a0d-940c-8f1e0b207301"}], "id": "3a20b36f-6bcf-5e73-85cb-53b09009b34d", "url": {"url": "/agents/jett/"}, "title": "Jett", "des...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"agents": {"type": "array", "items": {"type": "object", "properties": {"related_content": {"type": "array", "items": {"type": "object", "properties": {"machine_name": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "object",...
ffd7d780-6d98-4f38-ab9e-c6517e0fd683/e83a6a86-9fd4-4e85-9689-2e5975d4e6c8/0/0
Valorant Agents Maps Arsenal
This api can get all Valorant agents maps and weapons information for 14+ language
8.9
Get Maps
This method can get you all valorants maps information with different language also thats allows the search by name
200
Response
{"maps": [{"map_name": "FRACTURE", "map_description": "A top secret research facility split apart by a failed radianite experiment. With defender options as divided as the map, the choice is yours: meet the attackers on their own turf or batten down the hatches to weather the assault.", "map_featured_image": {"url": "h...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"maps": {"type": "array", "items": {"type": "object", "properties": {"map_name": {"type": "string"}, "map_description": {"type": "string"}, "map_featured_image": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url...
4ced32b7-d6b3-44a5-8f71-f69b2b84f41b/fef53784-8d5a-4b1d-b344-2d9955c296b1/0/0
zombie matrix
count how many days till everybody turns to zombie
null
zombie-matrix
count how many days it takes until everybody turns into zombies
200
Response
{"days": 2}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"days": {"type": "integer"}}, "required": ["days"]}
3cb75372-57ea-491e-aeb1-0463271d7c70/982addd0-8bf2-43ee-9ef4-45e53496f87c/0/0
Ludoking Api With Result
Ludoking Api With Result if Any type help or payment issues then message me on whatsapp +919771241425 costom plan in private msg only
9.3
GET CLASSIC ROOMCODE
Roomcode Realtime (storeing) high traffic nodejs version
200
Example_1
{"roomcode": "06467585"}
{"type": "object", "properties": {"roomcode": {"type": "string"}}}
3cb75372-57ea-491e-aeb1-0463271d7c70/0fbbd0fd-7d85-4b4f-a0a8-70a1d8ddcfdb/0/0
Ludoking Api With Result
Ludoking Api With Result if Any type help or payment issues then message me on whatsapp +919771241425 costom plan in private msg only
9.3
GET POPULAR ROOMCODE
Roomcode Realtime (storeing) high traffic nodejs version
200
Example_1
{"roomcode": "01133933"}
{"type": "object", "properties": {"roomcode": {"type": "string"}}}
3cb75372-57ea-491e-aeb1-0463271d7c70/258051d3-c8c3-4610-a46e-728303b828b7/0/0
Ludoking Api With Result
Ludoking Api With Result if Any type help or payment issues then message me on whatsapp +919771241425 costom plan in private msg only
9.3
GET RESULT
type classic , popular , quick
200
Example_1
{"Table": "656b5b36547f5d963925e9b2", "roomcode": "06467585", "Status": "Waiting", "OwnerId": "656b5b35442f92769aefb943", "Ownername": "BOTTP6093", "OwnerStatus": "Waiting", "UpdateAt": "2023-12-02 16:28:38"}
{"type": "object", "properties": {"Table": {"type": "string"}, "roomcode": {"type": "string"}, "Status": {"type": "string"}, "OwnerId": {"type": "string"}, "Ownername": {"type": "string"}, "OwnerStatus": {"type": "string"}, "UpdateAt": {"type": "string"}}}
3cb75372-57ea-491e-aeb1-0463271d7c70/c03e7894-2a5e-44e6-b50d-bf585af67f74/0/0
Ludoking Api With Result
Ludoking Api With Result if Any type help or payment issues then message me on whatsapp +919771241425 costom plan in private msg only
9.3
GET QUICK ROOMCODE
Roomcode Realtime (storeing) high traffic nodejs version
200
Example_1
{"roomcode": "09061793"}
{"type": "object", "properties": {"roomcode": {"type": "string"}}}
cfede8db-f5cb-4b14-b2fc-7f8eb265cbea/865a72e2-6584-42da-96d7-55e93b7d6fc6/0/0
Game Delay Radar
An API showing latest articles from several game news sites about games release delay.
null
Games delay news from website
Get games delay news from single website Avaliable websites: destructoid, gamesradar, pcgamer
200
Response
[{"title": "Battlefield 2042 delayed by a monthByAndy Chalk 15 September 2021newsThe pushback comes just over a month before Battlefield 2042 was set to launch.", "url": "https://www.pcgamer.com/uk/battlefield-2042-delayed-by-a-month/", "source": "pcgamer"}, {"title": "Elden Ring has been delayed into FebruaryByNatalie...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
c7f7efea-642b-406f-b2aa-3e3b099a23df/f5e39a80-fdf1-4100-9acf-c61d7cd6203b/0/0
Unity AssetStore
Get all details of assets, get top 100 assets free, paid and new.
null
Get Basic Info Assets By ID.
Get Basic Info Assets By ID. - Name - ID - Value - Images - Videos - Description
200
Response
{"name": "Standard Assets (for Unity 2018.4)", "id": "32351", "value": "$0.00", "images": ["https://assetstorev1-prd-cdn.unity3d.com/key-image/6a3174ba-2773-4f77-977d-ffe16b126fd7.png", "https://assetstorev1-prd-cdn.unity3d.com/package-screenshot/c044f933-f5c2-4e1a-bd22-53a19ff38f9c_scaled.jpg", "https://assetstorev1-p...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "value": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "description_formated": {"type": "string"}, "description_text": {"type": "string"}}, "required": ["d...