Project Zomboid
API pentru Grey Blades
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/10217364json
{
"response": {
"steam_id": "90285607678290957",
"domain": null,
"id": 10217364,
"ip": "216.201.77.184",
"port": 9120,
"query": 9120,
"color": 0,
"city": "Maidenhead",
"description": "A small story-driven server that prioritizes rp over everything with dm'd and npc'd events",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1768642617,
"score": 0,
"last_online": 1778547618,
"icon": null,
"name": "Grey Blades",
"connect": "216.201.77.184:9120",
"request": "216.201.77.184:9120",
"map": "SecretZ_Core;SecretZ_Core_v2;Se",
"gamemode": "Project Zomboid",
"version": "41.78.19",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1756663416,
"last_update": 1778547618,
"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": 465,
"language": "en",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/10217364");
$data = json_decode($json, true);
var_dump($data);