Counter-Strike 2
API für (CS2-1v1) ARENA.ALPHACS.RO ★ FREE SKINS !WS|!KNIFE|!GLOVES|!T
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/21606json
{
"response": {
"steam_id": "85568392935720594",
"domain": null,
"id": 21606,
"ip": "193.84.64.254",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Bacau",
"description": "",
"game": 730,
"owner": null,
"boosts": 1,
"last_offline": 1776770000,
"score": null,
"last_online": 1776802214,
"icon": null,
"name": "(CS2-1v1) ARENA.ALPHACS.RO ★ FREE SKINS !WS|!KNIFE|!GLOVES|!T",
"connect": "193.84.64.254:27015",
"request": "193.84.64.254:27015",
"map": "am_nuke_kat",
"gamemode": "Counter-Strike 2",
"version": "1.41.5.2",
"numplayers": 37,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "RO",
"status": true,
"votes": 0,
"points": 103,
"add_date": 1516054167,
"last_update": 1776802214,
"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": 100,
"language": "ro",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/21606");
$data = json_decode($json, true);
var_dump($data);