Skip to content

Instantly share code, notes, and snippets.

@eightysteele
Created November 12, 2011 21:09
Show Gist options
  • Save eightysteele/1361123 to your computer and use it in GitHub Desktop.
Save eightysteele/1361123 to your computer and use it in GitHub Desktop.
{
"url": "http://www.cellmapper.net/api/v2/json.php?action=getTowers&data[MCC]=202&data[MNC]=1&data[LAC]=1002"
"action":"getTowers",
"data":[
{
"base":"33",
"visible":1,
"latitude":37.945139540016,
"longitude":23.658307831007
},
{
"base":"35",
"visible":1,
"latitude":37.971852922588,
"longitude":23.639281821053
},
{
"base":"185",
"visible":0,
"latitude":37.970753483333,
"longitude":23.639043133333
},
{
"base":"300",
"visible":0,
"latitude":37.9696394,
"longitude":23.533385316667
},
{
"base":"357",
"visible":0,
"latitude":37.941999066667,
"longitude":23.642668816667
},
{
"base":"662",
"visible":0,
"latitude":37.971813477564,
"longitude":23.639472334615
},
{
"base":"959",
"visible":1,
"latitude":37.969661370417,
"longitude":23.637566638333
},
{
"base":"2628",
"visible":0,
"latitude":37.908811383333,
"longitude":23.74335932
},
{
"base":"2753",
"visible":0,
"latitude":37.969899966667,
"longitude":23.637995572917
},
{
"base":"2957",
"visible":0,
"latitude":37.972495227778,
"longitude":23.640936805556
},
{
"base":"0",
"centre":"37.9696394, 23.5333853166667",
"zoom":"14"
}
]
}
{
"url": "http://www.cellmapper.net/api/v2/json.php?action=getTowerCoverage&data[MCC]=202&data[MNC]=1&data[LAC]=1002&data[base]=33",
"action":"getTowerCoverage",
"data":{
"332":[
[
"37.94688685",
"23.64715355"
],
[
"37.9474452166667",
"23.6474920166667"
],
[
"37.9473483166667",
"23.6473595"
],
[
"37.9445176666667",
"23.6439801666667"
],
[
"37.9422117166667",
"23.6429554833333"
]
],
"336":[
[
"37.9378850666667",
"23.6932837"
],
[
"37.9381747",
"23.6940498833333"
],
[
"37.9568738833333",
"23.7168334833333"
],
[
"37.9485424833333",
"23.6518259666667"
],
[
"37.9484914833333",
"23.6514400666667"
],
[
"37.9478383666667",
"23.6488813166667"
],
[
"37.94773795",
"23.6485232333333"
],
[
"37.9442981833333",
"23.66248615"
],
[
"37.93785485",
"23.6924138166667"
]
]
}
}
{
"url": "http://www.cellmapper.net/api/v2/json.php?action=getBaseStation&data[MCC]=202&data[MNC]=1&data[LAC]=1002&data[base]=33",
"action":"getBaseStation",
"data":{
"base":"33",
"BSIC":"0,0",
"sectors":"2,6",
"cells":"332,336",
"signals":"-57,-49",
"system":"UMTS",
"subSystem":"UNKNOWN",
"date":"2010-11-29 16:50:23",
"count":2,
"ARFCNS":[
{
"uplink":0,
"downlink":0,
"ARFCN":0,
"name":0
},
{
"uplink":0,
"downlink":0,
"ARFCN":0,
"name":0
}
],
"MCC":"202",
"MNC":"1",
"LAC":"1002"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment