Project Zomboid
API for I'm Boiding It I'm Boiding It
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11191947json
{
"response": {
"steam_id": "90284743032288286",
"domain": null,
"id": 11191947,
"ip": "165.217.128.221",
"port": 9160,
"query": 9160,
"color": 0,
"city": "New York",
"description": "U.U",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1774156927,
"score": 0,
"last_online": 1776817221,
"icon": null,
"name": "I'm Boiding It I'm Boiding It",
"connect": "165.217.128.221:9160",
"request": "165.217.128.221:9160",
"map": "Skizots Vehicles Spawn Zones;ve",
"gamemode": "Project Zomboid",
"version": "41.78.19",
"numplayers": 0,
"maxplayers": 5,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772699195,
"last_update": 1776817221,
"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": 2331,
"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/11191947");
$data = json_decode($json, true);
var_dump($data);