Hurtworld
API for POMPAHURT [V1 X3]
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11252433json
{
"response": {
"steam_id": "90284721716796445",
"domain": null,
"id": 11252433,
"ip": "51.83.183.12",
"port": 12904,
"query": 12905,
"color": 0,
"city": "Wroclaw",
"description": null,
"game": 393420,
"owner": null,
"boosts": 1,
"last_offline": 1776441205,
"score": 0,
"last_online": 1776775215,
"icon": null,
"name": "POMPAHURT [V1 X3]",
"connect": "51.83.183.12:12904",
"request": "51.83.183.12:12905",
"map": "pompasland",
"gamemode": "Hurtworld",
"version": "53",
"numplayers": 8,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 77,
"add_date": 1773872473,
"last_update": 1776775215,
"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": 3,
"language": "pl",
"parked": false,
"app": {
"id": 134,
"steam_id": 393420,
"name": "Hurtworld",
"url": "hurtworld"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11252433");
$data = json_decode($json, true);
var_dump($data);