eStela Documentation
Go to Dashboard
  • Getting Started with eStela
    • Account Setup and Login
  • Understanding eStela Plans and Pricing
  • Free Trial Information
  • Mobile App Download and Installation
  • Tracking Races with eStela
    • Setting up a Race Course
  • Adding and Managing Boats
  • Using Mobile Access Keys
  • Starting and Stopping Tracking Sessions
  • Termination Area
  • Real-Time Tracking and Visualization
  • Post-Race Analysis
  • Tracking Portal
  • Using the eStela Mobile App
    • Transmitting Location Data
  • Broadcasting Wind Data (NMEA Integration)
  • Troubleshooting GPS Issues
  • Managing Courses and Marks
    • Adding and Editing Marks
  • Creating and Saving Courses
  • Rounding Directions and Waypoints
  • API Integration
    • Accessing Fleet Data
  • Retrieving Ranking and Fleet Position
  • Uploading Wind Data
  • Authentication
  • Troubleshooting and Support
    • Common Issues and Solutions
    • Contacting Support
    • Reporting Bugs and Feedback
Powered by GitBook
On this page
  • Fleet Endpoint
  • Authentication
  • Available Boat Fields
  1. API Integration

Accessing Fleet Data

PreviousRounding Directions and WaypointsNextRetrieving Ranking and Fleet Position

Last updated 12 days ago

eStela provides a RESTful API that allows you to access and manage your fleet programmatically. This is useful for integrating eStela with your registration systems, scoring software, or custom race management tools.

Fleet Endpoint

The fleet management endpoint is available at: https://estela.co/api/v1.0/boats

This endpoint supports the following HTTP methods:

  • GET – Retrieve boat data

  • POST – Add a new boat

  • PUT – Update existing boat information

  • DELETE – Remove a boat from your fleet

Authentication

Available Boat Fields

When creating or updating a boat via the API, you can set the following fields:

  • name – Boat name (required)

  • model – Optional boat model

  • class – Used for fleet grouping

  • number – Unique sail number ID

  • mmsi – For vessels using AIS tracking

  • color – Visualization color (hex or named value)

Authentication