Natural Selection
API für Custom-X - REBORN - Natural Selection with Mods
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11179676json
{
"response": {
"steam_id": "90284733343413277",
"domain": null,
"id": 11179676,
"ip": "123.50.137.37",
"port": 27016,
"query": 27016,
"color": 0,
"city": "Adelaide",
"description": null,
"game": 90002,
"owner": null,
"boosts": 1,
"last_offline": 1777546366,
"score": 0,
"last_online": 1776800505,
"icon": null,
"name": "Custom-X - REBORN - Natural Selection with Mods",
"connect": "123.50.137.37:27016",
"request": "123.50.137.37:27016",
"map": "ns_machina",
"gamemode": "NS v3.3b9",
"version": "1.1.2.2",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1772229536,
"last_update": 1777546366,
"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": 15,
"language": "en",
"parked": false,
"app": {
"id": 102,
"steam_id": 90002,
"name": "Natural Selection",
"url": "natural-selection"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11179676");
$data = json_decode($json, true);
var_dump($data);