AtlasFor eroga queste API per ottenere informazioni riguardanti l'Atlas in tempo reale in formato JSON per la sua piattaforma.
L'accesso a queste informazioni è fornito senza alcuna garanzia e/o responsabilità estendibile per legge relativa a qualsiasi variazione, alterazione, sospensione, interruzione o distruzione del servizio per qualsiasi motivo.
GET
)Ottieni informazioni su uno specifico Archivio.
Topic | Type | Comment |
---|---|---|
id | <int> | ID dell'Archivio padre |
uid | <string> | UID dell'Archivio padre |
prop | <string> | Valori separati da pipe (|) fra cui: info children parent |
GET
)POI da un certo filtro.
Topic | Type | Comment |
---|---|---|
[ categories ] |
<comma separated> | Categories |
[ tags ] |
<comma separated> | Tags |
[ archives ] |
<comma separated> | Archives |
[ favorites ] |
<whatever> | Un qualsiasi valore farà cercare fra i preferiti |
[ ping ] |
<int> | valore che sarà ritornato nella risposta |
GET
)News da alcuni POI ID.
Topic | Type | Comment |
---|---|---|
[ ids ] |
<comma separated> | POI IDs |
GET
)I POI in una porzione di mappa rettangolare, opzionalmente rispecchianti un certo filtro.
Topic | Type | Comment |
---|---|---|
lat_n | <float> | A latitude for the extreme North |
lat_s | <float> | A latitude for the extreme South |
lng_e | <float> | A longitude for the extreme East |
lng_w | <float> | A longitude for the extreme West |
[ categories ] |
<comma separated> | Categories |
[ tags ] |
<comma separated> | Tags |
[ archives ] |
<comma separated> | Archives |
[ favorites ] |
<whatever> | Un qualsiasi valore farà cercare fra i preferiti |
GET
)I Tag più presenti in una porzione di mappa rettangolare.
Topic | Type | Comment |
---|---|---|
lat_n | <float> | A latitude for the extreme North |
lat_s | <float> | A latitude for the extreme South |
lng_e | <float> | A longitude for the extreme East |
lng_w | <float> | A longitude for the extreme West |
GET
)Gli archivi in una porzione di mappa rettangolare, opzionalmente rispecchianti un certo filtro.
Topic | Type | Comment |
---|---|---|
lat_n | <float> | A latitude for the extreme North |
lat_s | <float> | A latitude for the extreme South |
lng_e | <float> | A longitude for the extreme East |
lng_w | <float> | A longitude for the extreme West |
[ categories ] |
<comma separated> | Categories |
[ tags ] |
<comma separated> | Tags |
[ archives ] |
<comma separated> | Archives |
[ favorites ] |
<whatever> | Un qualsiasi valore farà cercare fra i preferiti |
GET
)Media
Topic | Type | Comment |
---|---|---|
media_ID | <int> | Code of the Media. |
poi_ID | <int> | Code of the POI. |
GET
)I Media legati ad un certo POI.
Topic | Type | Comment |
---|---|---|
poi_ID | <int> | Code of the POI. |
[ tags ] |
<comma separated> | Tags |
[ archives ] |
<comma separated> | Archives |
[ favorites ] |
<whatever> | Un qualsiasi valore farà cercare fra i preferiti |
GET
)Se un nome utente esiste già.
Topic | Type | Comment |
---|---|---|
user_uid | <string> | User name |
GET
)Cerca gli utenti.
Topic | Type | Comment |
---|---|---|
q | <string> | Parte del login, nome o cognome |
GET
)Cerca i POI.
Topic | Type | Comment |
---|---|---|
q | <string> | Parte del nome del POI |
GET
)Cerca gli Archivi.
Topic | Type | Comment |
---|---|---|
q | <string> | Parte del nome dell'Archivio |
GET
)Cerca i Tag
Topic | Type | Comment |
---|---|---|
tag_name | <string> | Parte del nome del Tag |
GET
)Informazioni sull'utente autenticato
GET
)Ottieni i messaggi fra l'utente loggato e il destinatario. Questo segnerà i messaggi come letti.
Topic | Type | Comment |
---|---|---|
to | <string> | Username dell'utente destinatario |
POST
)Richiede gentilmente i tasselli necessari ad un fornitore di tasselli, per la mappa di un certo Diario
Topic | Type | Comment |
---|---|---|
uid | <string> | Codice UID del Diario |
POST
)Accoda un messaggio fra l'utente loggato e il destinatario. Questo segnerà i messaggi come letti.
Topic | Type | Comment |
---|---|---|
to | <string> | Username dell'utente destinatario |
message | <string> | Messaggio |
POST
)Modifica le caratteristiche di un POI
Topic | Type | Comment |
---|---|---|
id | <int> | ID del POI |
args[archive_uids] | <array> | Lista di UID di Archivi |
args[tag_uids] | <array> | Lista di UID di Tag |
args[archive_action] | <string> | Azione da compiere sulla lista di archivi fra: add, remove, set. |
args[tag_action] | <string> | Azione da compiere sulla lista di tag fra: add, remove, set. |
GET
)Effettua lavoro sporco: e.g. eliminare vecchi utenti non-confermati o lanciare l'e-mail spooler.
GET
)Ritorna l'indirizzo IP pubblico di provenienza della tua richiesta.
GET
)Qualsiasi richiesta inoltrata otterrà uno status code 500. Utilizzabile per debug.