No More Room in Hell
API für [KR] 아멜 클래식 서버 (탈출) #3
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/7138925json
{
"response": {
"steam_id": "90284356056756241",
"domain": null,
"id": 7138925,
"ip": "61.82.156.124",
"port": 27006,
"query": 27006,
"color": 0,
"city": "Geumcheon-gu",
"description": null,
"game": 224260,
"owner": null,
"boosts": 1,
"last_offline": 1773166932,
"score": 0,
"last_online": 1776231079,
"icon": null,
"name": "[KR] 아멜 클래식 서버 (탈출) #3",
"connect": "61.82.156.124:27006",
"request": "61.82.156.124:27006",
"map": "nmo_best_korea_b1",
"gamemode": "No More Room in Hell",
"version": "1.1.4.2",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "KR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1735990447,
"last_update": 1776231079,
"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": 112,
"language": "ko",
"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/7138925");
$data = json_decode($json, true);
var_dump($data);