# Hoplynk ## Docs - [Get Asset](https://docs.hoplynk.com/api-reference/assets/get.md): Return a single asset by ID. - [List Assets](https://docs.hoplynk.com/api-reference/assets/list.md): Return all assets connected to a kit — drones, cameras, sensors. - [Get Asset Telemetry](https://docs.hoplynk.com/api-reference/assets/telemetry.md): Return the latest telemetry feeds for an asset. - [List Links](https://docs.hoplynk.com/api-reference/kits/links.md): Return all WAN links for a kit — Starlink, cellular, ethernet. - [Get Link](https://docs.hoplynk.com/api-reference/kits/links-by-name.md): Return a single WAN link by name or type. - [List Kits](https://docs.hoplynk.com/api-reference/kits/list.md): Return all kits associated with your API key. - [Get Location](https://docs.hoplynk.com/api-reference/kits/location.md): Return the latest Starlink GPS fix for a kit. - [Get Telemetry](https://docs.hoplynk.com/api-reference/kits/telemetry.md): Return the full telemetry snapshot for a kit — GPS, links, gateway, battery, and clients in one call. - [Asset WebSocket](https://docs.hoplynk.com/api-reference/streaming/asset-websocket.md): Stream live telemetry for a specific asset (drone, camera, sensor) over WebSocket. - [Kit WebSocket](https://docs.hoplynk.com/api-reference/streaming/kit-websocket.md): Stream live GPS and link telemetry for a kit over WebSocket. - [Authentication](https://docs.hoplynk.com/authentication.md): All Hoplynk API requests authenticate with an API key. - [Introduction](https://docs.hoplynk.com/introduction.md): The Hoplynk API gives you real-time access to GPS, link telemetry, and connected assets on any Hoplynk-powered vehicle or kit. - [Quickstart](https://docs.hoplynk.com/quickstart.md): Get GPS from a Hoplynk kit in under 5 minutes. - [JavaScript SDK](https://docs.hoplynk.com/sdk/javascript.md): Official TypeScript/JavaScript SDK for the Hoplynk API. - [Python SDK](https://docs.hoplynk.com/sdk/python.md): Official Python SDK for the Hoplynk API. ## OpenAPI Specs - [openapi](https://docs.hoplynk.com/api-reference/openapi.json) ## Optional - [GitHub](https://github.com/Hoplynk-Inc)