Project Zomboid
API for Edeniste45
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10897256json
{
"response": {
"steam_id": 90283282977044510,
"domain": null,
"id": 10897256,
"ip": "163.172.67.116",
"port": 16261,
"query": 16261,
"color": 0,
"city": "Paris",
"description": "Edeniste45 Server",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1774156927,
"score": 0,
"last_online": 1776805226,
"icon": null,
"name": "Edeniste45",
"connect": "163.172.67.116:16261",
"request": "163.172.67.116:16261",
"map": "Muldraugh, KY",
"gamemode": "Project Zomboid",
"version": "42.15",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": true,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768384055,
"last_update": 1776805226,
"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": 1394,
"language": "fr",
"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/10897256");
$data = json_decode($json, true);
var_dump($data);