API für ✺ JAILBREAK ✺ | СВОБОДА ИЛИ СМЕРТЬ
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11794543,
"ip": "193.233.18.139",
"port": 27147,
"query": 27147,
"project_id": null,
"color": 0,
"city": "Novosibirsk",
"description": null,
"game": 240,
"owner": null,
"boosts": 1,
"last_offline": 1781377791,
"last_online": 1781384412,
"icon": null,
"name": "✺ JAILBREAK ✺ | СВОБОДА ИЛИ СМЕРТЬ",
"connect": "193.233.18.139:27147",
"request": "193.233.18.139:27147",
"map": "jb_russia",
"gamemode": "█▀█ ▀█▀ █▀█ █ █ █▀█",
"version": "9540945",
"numplayers": 255,
"maxplayers": 255,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 130,
"add_date": 1781377791,
"last_update": 1781384412,
"banned": true,
"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": null,
"language": "ru",
"parked": false,
"app": {
"id": 5,
"steam_id": 240,
"name": "Counter-Strike: Source",
"url": "counter-strike-source"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11794543");
$data = json_decode($json, true);
var_dump($data);