Project Zomboid
API for 三骑士
We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11324242json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11324242,
"ip": "43.226.62.53",
"port": 37846,
"query": 37846,
"color": 0,
"city": "Nanjing",
"description": null,
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1775705481,
"score": 0,
"last_online": 1775526631,
"icon": null,
"name": "三骑士",
"connect": "43.226.62.53:37846",
"request": "43.226.62.53:37846",
"map": "Greenleaf;RaccoonCity;Daisy Cou",
"gamemode": "Project Zomboid",
"version": null,
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774594064,
"last_update": 1775705481,
"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": 9306,
"language": "zh",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11324242");
$data = json_decode($json, true);
var_dump($data);