API for PS5 kill
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286620347999242",
"domain": null,
"id": 11638648,
"ip": "45.159.7.137",
"port": 10040,
"query": 10042,
"color": 0,
"city": "Canary Wharf",
"description": null,
"game": 906930,
"owner": null,
"boosts": 1,
"last_offline": 1779917346,
"last_online": 1780642897,
"icon": null,
"name": "PS5 kill",
"connect": "45.159.7.137:10040",
"request": "45.159.7.137:10042",
"map": "55",
"gamemode": "1",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779917346,
"last_update": 1780642897,
"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": 17,
"language": "en",
"parked": false,
"app": {
"id": 1559996,
"steam_id": 906930,
"name": "LEAP",
"url": "leap"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11638648");
$data = json_decode($json, true);
var_dump($data);