Desynced
API for Public Game
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11394868json
{
"response": {
"steam_id": 90283175029667840,
"domain": null,
"id": 11394868,
"ip": "185.23.80.96",
"port": 10099,
"query": 27015,
"color": 0,
"city": "Voronezh",
"description": null,
"game": 1450900,
"owner": null,
"boosts": 1,
"last_offline": 1775340728,
"score": 0,
"last_online": 1776181268,
"icon": null,
"name": "Public Game",
"connect": "185.23.80.96:10099",
"request": "185.23.80.96:27015",
"map": "Main/Freeplay",
"gamemode": "Desynced",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774597156,
"last_update": 1776181268,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4,
"language": "ru",
"parked": false,
"app": {
"id": 1611628,
"steam_id": 1450900,
"name": "Desynced",
"url": "desynced"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11394868");
$data = json_decode($json, true);
var_dump($data);