Data Endpoints Related interactions
/mechanics_dataNo entry data required, returns all the mechanics data in a form of a JSON Array
Example : https://outcrypt.nfboat.com/mechanics_data/mechanics_data_geolocValues required : User Longitude, Latitude & Page index
Returns the 20 nearest mechanics around the user, increasing the index gives the 20 next nearest mechanics.
Example : https://outcrypt.nfboat.com/mechanics_data_geoloc?
latitude=49.4469&longitude=2.68583&index=3/mechanics_detailsValues required : Mechanics ID
Returns the mechanics data if the operation is successful
Example : https://outcrypt.nfboat.com/mechanics_details?id=MFR01/ports_dataNo entry data required, returns all the ports data in a form of a JSON Array
Example : https://outcrypt.nfboat.com/ports_data/ports_data_geolocValues required : User Longitude, Latitude & Page index
Returns the 20 nearest ports around the user, increasing the index gives the 20 next nearest ports.
Example : https://outcrypt.nfboat.com/ports_data_geoloc?
latitude=49.4469&longitude=2.68583&index=3/ports_detailsValues required : Port ID
Returns the ports data if the operation is successful
Example : https://outcrypt.nfboat.com/ports_details?id=P01/riggers_dataNo entry data required, returns all the ports data in a form of a JSON Array
Example : https://outcrypt.nfboat.com/riggers_data/riggers_data_geolocValues required : User Longitude, Latitude & Page index
Returns the 20 nearest ports around the user, increasing the index gives the 20 next nearest ports.
Example : https://outcrypt.nfboat.com/riggers_data_geoloc?
latitude=49.4469&longitude=2.68583&index=3/riggers_detailsValues required : Port ID
Returns the ports data if the operation is successful
Example : https://outcrypt.nfboat.com/riggers_details?id=AC01Last updated
