API for [ESP] x [LATAM] LA FRONTERA B42.18+ [PVX] Solsticio Pz Servers
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286485025665043",
"domain": null,
"id": 11649845,
"ip": "185.111.156.143",
"port": 30400,
"query": 30400,
"color": 0,
"city": "Orangeburg",
"description": "LA FRONTERA B42.18+ PVX RP| IP: 185.111.156.143 | Puerto: 30400 | TOP #1 Servidor Project Zomboid ESP + LATAM + EU | PVX RP",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1780315455,
"last_online": 1780329626,
"icon": null,
"name": "[ESP] x [LATAM] LA FRONTERA B42.18+ [PVX] Solsticio Pz Servers",
"connect": "185.111.156.143:30400",
"request": "185.111.156.143:30400",
"map": "Blackstone;WILDSTEEL;Blackmaze_",
"gamemode": "Project Zomboid",
"version": "42.19",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 69,
"add_date": 1780177712,
"last_update": 1780329626,
"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": 106,
"language": "en",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11649845");
$data = json_decode($json, true);
var_dump($data);