Skip to content

Instantly share code, notes, and snippets.

@gojigeje
Created March 21, 2015 04:47
Show Gist options
  • Save gojigeje/feae437c5816f5465ce1 to your computer and use it in GitHub Desktop.
Save gojigeje/feae437c5816f5465ce1 to your computer and use it in GitHub Desktop.
speedy.ml API Response - tetangga sukses
{
"speedyml": {
"result": "sukses",
"client": "123.456.789.10",
"jumlah": 21,
"online": [
{
"ip": "123.456.789.1"
},
{
"ip": "123.456.789.2"
},
{
"ip": "123.456.789.3"
},
{
"ip": "123.456.789.4"
},
{
"ip": "123.456.789.5"
},
..........
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment