Counter-Strike: Global Offensive
API für [CSGO] SAVAGESERVIDORES.COM ➔ #4 MIX +FPS
Wir bieten eine breite Auswahl an Integrationsmethoden. Sie können eine davon verwenden oder Ihre eigene mit der JSON-API erstellen. Wenn Sie einen Vorschlag für eine neue Integrationsmethode haben, kontaktieren Sie uns bitte. Kontaktieren Sie uns
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11488693json
{
"response": {
"steam_id": 85568392935947900,
"domain": null,
"id": 11488693,
"ip": "131.196.199.250",
"port": 27024,
"query": 27024,
"color": 0,
"city": "Cotia",
"description": null,
"game": 4465480,
"owner": null,
"boosts": 1,
"last_offline": 1775753505,
"score": 0,
"last_online": 1775776212,
"icon": null,
"name": "[CSGO] SAVAGESERVIDORES.COM ➔ #4 MIX +FPS",
"connect": "131.196.199.250:27024",
"request": "131.196.199.250:27024",
"map": "de_inferno_fps_savagepro",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 14,
"maxplayers": 15,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 95,
"add_date": 1775753505,
"last_update": 1775776212,
"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": 79,
"language": "pt",
"parked": false,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11488693");
$data = json_decode($json, true);
var_dump($data);