API for Swo_SCUM_Server
JSON for programs, websites and more
text
json
{
"response": {
"build": 109974,
"extraFlags": 0,
"nameHeaderRaw": "60d91a020202",
"statusFlags": 34,
"type": 0,
"unknownStatusFlags": 32,
"steam_id": null,
"domain": null,
"id": 11741074,
"ip": "188.40.59.144",
"port": 7003,
"query": 7003,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 513710,
"owner": null,
"boosts": 1,
"last_offline": 1780491837,
"last_online": 1780590747,
"icon": null,
"name": "Swo_SCUM_Server",
"connect": "188.40.59.144:7003",
"request": "188.40.59.144:7003",
"map": null,
"gamemode": "community-direct",
"version": "1.2.2.2.109974",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": null,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780412907,
"last_update": 1780590747,
"banned": false,
"wipe": null,
"official": false,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3612,
"language": "de",
"parked": false,
"app": {
"id": 11540,
"steam_id": 513710,
"name": "SCUM",
"url": "scum"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11741074");
$data = json_decode($json, true);
var_dump($data);