API for PLAYENEX #1
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 7411685,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"RwtHlke4Iw\",\"type\":\"header\",\"data\":{\"text\":\"Welcome everyone to the left 4 dead2 canister server \",\"level\":2}},{\"id\":\"ZaG1ELg6Co\",\"type\":\"list\",\"data\":{\"style\":\"unordered\",\"items\":[\"<b>We are an awesome, competitive, and cooperative group within a game </b>\"]}},{\"id\":\"450HdCo5Tz\",\"type\":\"list\",\"data\":{\"style\":\"unordered\",\"items\":[\"<b>Our principle is mutual respect without any racism or religion. </b>\"]}},{\"id\":\"9N8kNJQdA2\",\"type\":\"list\",\"data\":{\"style\":\"unordered\",\"items\":[\"<b>To meet new friends and get to know them properly and respectfully. </b>\"]}},{\"id\":\"Y89Db4PMmx\",\"type\":\"list\",\"data\":{\"style\":\"unordered\",\"items\":[\"I hope everyone can help us in-game to make a great server. \"]}},{\"id\":\"GRxlVGOGKl\",\"type\":\"linkTool\",\"data\":{\"link\":\"https://steamcommunity.com/groups/Phoenix0\",\"meta\":{\"title\":\"Steam Community :: Group :: Phoenix Playground\",\"description\":null,\"image\":{\"url\":\"https://avatars.fastly.steamstatic.com/c0a6ce9478c8437b9c7164c92045acd761e61cc6_full.jpg\"}}}},{\"id\":\"C4ydNApOR6\",\"type\":\"table\",\"data\":{\"withHeadings\":false,\"stretched\":false,\"content\":[]}}]",
"game": 550,
"owner": 99021,
"boosts": 1,
"last_offline": 1750457066,
"last_online": 1740384021,
"icon": null,
"name": "PLAYENEX #1",
"connect": null,
"request": null,
"map": "c3m1_plankcountry",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1737631002,
"last_update": 1750457066,
"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": 15459,
"language": "en",
"parked": true,
"app": {
"id": 11,
"steam_id": 550,
"name": "Left 4 Dead 2",
"url": "left-4-dead-2"
},
"server_owner": {
"username": "MousaAlslman",
"avatar": "e08081ba-a98c-43d0-97e2-5f8b0aed3967.jpg"
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7411685");
$data = json_decode($json, true);
var_dump($data);