API for 𝙿𝚊𝚍𝚊𝚛𝚒𝚊PADARIA
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286894824660995",
"domain": null,
"id": 11798474,
"ip": "2.81.228.217",
"port": 27015,
"query": 27016,
"project_id": null,
"color": 0,
"city": "Viseu",
"description": null,
"game": 602960,
"owner": null,
"boosts": 1,
"last_offline": 1781378934,
"last_online": 1781395887,
"icon": null,
"name": "𝙿𝚊𝚍𝚊𝚛𝚒𝚊PADARIA",
"connect": "2.81.228.217:27015",
"request": "2.81.228.217:27016",
"map": "Azimuth",
"gamemode": "sandbox",
"version": "1.12.7.0",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": true,
"country": "PT",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1781378934,
"last_update": 1781395887,
"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": 113,
"language": "pt",
"parked": false,
"app": {
"id": 50335,
"steam_id": 602960,
"name": "Barotrauma",
"url": "barotrauma"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11798474");
$data = json_decode($json, true);
var_dump($data);