HumanitZ
API for THE PURGE Hardcore: PvEvP Random NPC/Loot/World mrc0d3r.com
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11139351json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11139351,
"ip": "54.36.127.143",
"port": 7778,
"query": 7778,
"color": 0,
"city": "Roubaix",
"description": null,
"game": 1766060,
"owner": null,
"boosts": 1,
"last_offline": 1775751142,
"score": 0,
"last_online": 1776456697,
"icon": null,
"name": "THE PURGE Hardcore: PvEvP Random NPC/Loot/World mrc0d3r.com",
"connect": "54.36.127.143:7778",
"request": "54.36.127.143:7778",
"map": "Main Map",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": null,
"private": null,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1770764383,
"last_update": 1776456697,
"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": 182,
"language": "fr",
"parked": false,
"app": {
"id": 1531516,
"steam_id": 1766060,
"name": "HumanitZ",
"url": "humanitz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11139351");
$data = json_decode($json, true);
var_dump($data);