We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Connect with us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/6459190
json
{
"response": {
"id": 6459190,
"ip": "139.99.118.206",
"port": 19213,
"query": 19213,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "FREE PALESTINE \r\nPVE EXTENDED WEAPON & ARMOR CRAFTING VIRTUAL DEVICES & PROGRESSION\r\nDAILY RESTART 01:00 AM UTC+7\r\nOFFICIAL MONTHLY FORCEWIPE EVERYTHING\r\n+ PROTECTED | NO KILLING | NO STEALING | NO RAIDING \r\n+ INVENTORY DROP ONLY ON RAIDABLE BASES\r\n+ ZOMBIES | NPC | BOSSES\r\n+ HOME | INFINITE TELEPORT | $ SHOP | PLAYTIME REWARDS \r\n+ VIRTUAL MINERAL DIGGER | PERSONAL VEHICLES\r\n+ FASTER SMELT AND RECYCLER \r\n+ FASTER PLANTS GROWTH 3X | INFINITE WATER CATCHER\r\n+ PRIVATE RECYCLER | SKINS | BUILDING SKIN | PAINT | BOOMBOX URL | DANCE. \r\n+ CUSTOM CRAFTING SUPER & ULTIMATE | WEAPON | ARMOR | ETC\r\n+ TIERED | BOSSES | NPCS | BIOMES | EVENTS | CHALLENGES | MISSIONS\r\n+ RAID NPC BASE OR CALL NPC TO RAID YOUR BASE\r\n+ EVENTS\r\n+ RADIDABLE BASES | CONVOY | SPUTNIK | GUARDED CRATE\r\n+ HARBOR EVENT | WATER EVENT | AIR EVENT | TIMED MISSION \r\n+ NO PURGE | NO BLUPRINTS WIPE EXCEPT FORCED\r\n AND MANY MORE",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744427091,
"score": 0,
"last_online": 1744171252,
"icon": null,
"name": "AFTERMATH 10X-30X | NO KILL / RAID | ECONOMICAL FARM | BEST PVE",
"connect": "139.99.118.206:19210",
"request": "139.99.118.206:19213",
"map": "BEST PVE SERVER",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "SG",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1730141786,
"last_update": 1744427091,
"banned": false,
"wipe": 1743704606,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/6459190");
$data = json_decode($json, true);
var_dump($data);