API to CSV

Il formato di output CSV restituisce una stringa che contiene i risultati, separati dal carattere ʻʻ|ʼʼ. Nello specifico l'output potrà essere:

Found|Latitude|Longitude|Accuracy|Zoom|Geoname

Ulteriori informazioni.
English: CSV format return a string within the results separated by ʻʻ|ʼʼ character. More info.

Esempio teorico dell'uso delle API da una chiamata telnet.

open api.cellid.eu 80

GET /mcc/mnc/lac/cid/output/geoname/ HTTP/1.1
Host: api.cellid.eu

output correct values: json, xml, csv

geoname correct values: 1, 0

Esempio pratico per l'uso delle API da una chiamata telnet.
Example for using the API call from a telnet.

Le variabili output e geoname sono opzionali.
output and geoname variables are optional.

open api.cellid.eu 80

GET /222/1/1234/1234567/csv/1/ HTTP/1.1
Host: api.cellid.eu

Output with results:

1|41.890169|12.492269|1428|14|Rome [RM]

Output without results:

0|Unknown