Jump to Content
PegasusDCT WebsiteSupportGithubManagement PortalPegasus IoT CloudSyrus DocsChangelogs
GuidesAPI Reference
v1.0

DCT WebsiteSupportGithubManagement PortalPegasus IoT CloudSyrus DocsChangelogsLog InPegasus
Guides
Log In
v1.0GuidesAPI Reference

🌎 User guide

  • Quick Start
  • Applications
    • Mobile Apps
    • Easy Driver Score
  • Automation / Triggers
    • Alerts
    • Message Templates
    • FAQs
  • Tracking
    • Live Tracking
      • Vehicle Cards
      • Entity List
      • Maps
    • Routes
    • Trips
    • Geofences
    • Hours of Service
      • HoS Logbook
  • Reports
    • Dashboards
    • Rawdata
    • Reports
  • Vehicle Management
    • Vehicle Counters
  • Organization
  • Forms

API

  • Intro
  • Quick Start
    • Postman API Reference
  • Getting Started / Authentication
  • Applications
  • Platform Resources
    • Organization
    • Geofences
    • Labels
    • Changelogs
  • Data
    • Rawdata
    • Counters
    • Segments (Trips)
    • Routes
    • Reports
    • Master Fields List
  • Automation
    • Triggers
  • Interaction
    • Accessories
    • Device Interaction
  • Webservices / Integrations
    • Live Communications
    • Receivers
    • Forwarders
      • Forwarders API
  • Tools
    • Search
    • Reverse Geocoding
Powered by 

Search

Search vehicules

Suggest Edits

The search API /vehicles/search/georef search vehicules.

URL paramsDescription
latlatitude
lonlongitude
radiusradius in meter

/vehicles/search/georef?lat=25.52852&lon=-80.32413&radius=1000

The response show:

  • head:
  • code:
  • dist:
  • vid:
  • mph:
  • vehicule_name: name of the vehicle.
  • lat:
  • lon:
  • valid:
  • time:
  • aid:
{
        "head": 0,
        "code": 0,
        "dist": 2819.13901451164,
        "vid": 20807,
        "mph": 0.0,
        "vehicle_name": "BJ",
        "lat": 25.54714,
        "lon": -80.3432,
        "valid": true,
        "time": 1695217909.0,
        "aid": null
    }

Updated about 2 years ago