No More Room in Hell
API für [BR] COTOCO PLAY
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11490164json
{
"response": {
"steam_id": "90285156772897812",
"domain": null,
"id": 11490164,
"ip": "164.163.140.133",
"port": 27200,
"query": 27200,
"color": 0,
"city": "Extrema",
"description": null,
"game": 224260,
"owner": null,
"boosts": 1,
"last_offline": 1777143144,
"score": 0,
"last_online": 1777557713,
"icon": null,
"name": "[BR] COTOCO PLAY",
"connect": "164.163.140.133:27200",
"request": "164.163.140.133:27200",
"map": "nmo_urban_chaos_v3_3",
"gamemode": "No More Room in Hell",
"version": "1.1.4.2",
"numplayers": 0,
"maxplayers": 9,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1777143144,
"last_update": 1777557713,
"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": 238,
"language": "pt",
"parked": false,
"app": {
"id": 6,
"steam_id": 224260,
"name": "No More Room in Hell",
"url": "no-more-room-in-hell"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11490164");
$data = json_decode($json, true);
var_dump($data);