LogoLogo
  • User related interactions
  • Data Endpoints Related interactions
  • NFCard related interactions
  • User Verification related interactions
  • Internal Platform Related Interactions
  • Database Entries
Powered by GitBook
LogoLogo

Copyright NFBoat 2023, All rights reserved.

On this page

Data Endpoints Related interactions

/mechanics_data

No entry data required, returns all the mechanics data in a form of a JSON Array

Example : https://outcrypt.nfboat.com/mechanics_data

/mechanics_data_geoloc

Values 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_details

Values required : Mechanics ID

Returns the mechanics data if the operation is successful

Example : https://outcrypt.nfboat.com/mechanics_details?id=MFR01

/ports_data

No entry data required, returns all the ports data in a form of a JSON Array

Example : https://outcrypt.nfboat.com/ports_data

/ports_data_geoloc

Values 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_details

Values required : Port ID

Returns the ports data if the operation is successful

Example : https://outcrypt.nfboat.com/ports_details?id=P01

/riggers_data

No entry data required, returns all the ports data in a form of a JSON Array

Example : https://outcrypt.nfboat.com/riggers_data

/riggers_data_geoloc

Values 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_details

Values required : Port ID

Returns the ports data if the operation is successful

Example : https://outcrypt.nfboat.com/riggers_details?id=AC01
PreviousUser related interactionsNextNFCard related interactions

Last updated 1 year ago