Starlink

Starlink is the low-Earth-orbit satellite internet constellation operated by SpaceX from Hawthorne, California, delivering broadband and non-terrestrial connectivity to residential, business, maritime, aviation, and government customers in the United States and roughly a hundred other markets. In the telecom value chain Starlink is an access-network operator that sells connectivity directly to end customers and wholesales capacity to airlines, shipping lines, and mobile network operators, rather than a CPaaS aggregator or a GSMA-affiliated mobile network operator. Its API posture is unusually open for an access provider and unusually narrow in scope. The Starlink Public API V2 is fully documented in public at starlink.readme.io, its OpenAPI 3.0.4 description is downloadable anonymously from starlink.com with no login, and SpaceX publishes an official gRPC protobuf for the local device API on GitHub. But the API is operational rather than developer-product, covering account, service line, user terminal, router, billing, and telemetry management, and credentials are gated behind an enterprise or business Starlink account whose admin must mint a V2 service account. No CAMARA implementation, no GSMA Open Gateway participation, and no TM Forum Open API conformance was found anywhere in Starlink's published material.

Starlink publishes 4 APIs on the APIs.io network, including Public API V2, Telemetry Stream API, Mobile Data API, and 1 more. Tagged areas include Telecommunications, United States, Satellite, Broadband, and Non-Terrestrial Networks.

The Starlink catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Starlink’s developer surface includes documentation, getting-started guide, API reference, authentication, changelog, sandbox, developer portal, and 41 more developer resources.

54.6/100 developing ▬ flat Agent 85/100 agent native Full breakdown ↓
scored 2026-07-27 · rubric v0.5
7 APIs 1 MCP Servers
TelecommunicationsUnited StatesSatelliteBroadbandNon-Terrestrial NetworksConnectivityDevice ManagementTelemetryAviationMaritimeEnterprise

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 54.6/100 · developing
Contract Quality 14.9 / 25
Developer Ergonomics 14.8 / 20
Commercial Clarity 8.9 / 20
Operational Transparency 7.2 / 13
Governance 0.0 / 12
Discoverability 8.8 / 10
Agent readiness — 85/100 · agent native
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 3 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/starlink: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 7

Individual APIs this provider publishes, each with its own machine-readable definition.

Starlink Public API V2

The Starlink Public API V2 manages accounts, addresses, contacts, service lines, user terminals, WiFi routers, data pools, and billing for business and enterprise Starlink accou...

Starlink Telemetry Stream API

A low-latency JSON over HTTP streaming API for device telemetry, consumed by repeated small-batch POST requests with batchSize and maxLingerMs parameters. POST /public/v2/teleme...

Starlink Mobile Data API

A gated feature within the Starlink Public API V2 exposing Starlink Mobile radio access network data, usage and beam reliability timeseries, and map data, each partitioned by ti...

Starlink Aviation Flight Status API

A single endpoint, POST /public/v2/flights/status, for posting real-time flight events from a Starlink-equipped aircraft. It is only callable from an aviation account and requir...

Starlink Local Device API

SpaceX's officially supported local gRPC API on Starlink hardware, defined in protobuf and published verbatim on GitHub as device.proto. The SpaceX.API.Device service exposes a ...

Starlink Router Local HTTPS API

An optional HTTPS server hosted on the Starlink WiFi router itself, enabled through a router config in the Starlink dashboard with an enterprise-managed TLS certificate, key, an...

Starlink Space Traffic Coordination API

The API behind space-safety.starlink.com, SpaceX's free conjunction screening and maneuver coordination platform for satellite operators. Version 0.1 of the reference documents ...

Scroll for all 7

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

starlink-mcp.yml

MCP SERVER

Rate Limits 1

Documented rate limits and quota policies.

Starlink Rate Limits

0 limits

RATE LIMITS

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Starlink Telemetry Stream and Device Alerts

Event surface for Starlink enterprise device telemetry. Starlink exposes it as a poll-based JSON-over-HTTP stream rather than a broker: the consumer makes continuous small-batch...

ASYNCAPI

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Starlink Authentication

oauth2/http/mutualTLS · 4 schemes

SECURITY

Starlink Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Starlink Vulnerability Disclosure

security.txt · contact published

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Starlink Scopes

5 scopes · clientCredentials

5 scopes

SCOPES

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Starlink Agentic Access

63 operations · 36 acting · 3 human-in-the-loop

63 operations · 36 acting

AGENTIC

Resources

Get Started 6

Portal, sign-up, and the first successful call

Documentation 5

Reference material describing how the API behaves

Agent Surfaces 6

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 7

Authentication, authorization, and security posture

Scroll for all 7

Operate 7

Status, limits, changes, and where to get help

Scroll for all 7

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 3

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: starlink
url: https://raw.githubusercontent.com/api-evangelist/starlink/refs/heads/main/apis.yml
name: Starlink
kind: company
description: Starlink is the low-Earth-orbit satellite internet constellation operated by SpaceX from Hawthorne, California,
  delivering broadband and non-terrestrial connectivity to residential, business, maritime, aviation, and government customers
  in the United States and roughly a hundred other markets. In the telecom value chain Starlink is an access-network operator
  that sells connectivity directly to end customers and wholesales capacity to airlines, shipping lines, and mobile network
  operators, rather than a CPaaS aggregator or a GSMA-affiliated mobile network operator. Its API posture is unusually open
  for an access provider and unusually narrow in scope. The Starlink Public API V2 is fully documented in public at starlink.readme.io,
  its OpenAPI 3.0.4 description is downloadable anonymously from starlink.com with no login, and SpaceX publishes an official
  gRPC protobuf for the local device API on GitHub. But the API is operational rather than developer-product, covering account,
  service line, user terminal, router, billing, and telemetry management, and credentials are gated behind an enterprise or
  business Starlink account whose admin must mint a V2 service account. No CAMARA implementation, no GSMA Open Gateway participation,
  and no TM Forum Open API conformance was found anywhere in Starlink's published material.
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
tags:
- Telecommunications
- United States
- Satellite
- Broadband
- Non-Terrestrial Networks
- Connectivity
- Device Management
- Telemetry
- Aviation
- Maritime
- Enterprise
created: '2026-07-25'
modified: '2026-07-25'
specificationVersion: '0.19'
enrichment:
  round: '2026-07-25'
  method: searched+generated+derived
apis:
- aid: starlink:starlink-public-api-v2
  name: Starlink Public API V2
  description: The Starlink Public API V2 manages accounts, addresses, contacts, service lines, user terminals, WiFi routers,
    data pools, and billing for business and enterprise Starlink accounts. The public OpenAPI 3.0.4 description carries 49
    paths across 12 tags and is downloadable anonymously. Authentication is OIDC client credentials against https://starlink.com/api/auth/connect/token,
    with role-based permissions declared per endpoint.
  humanURL: https://starlink.readme.io/reference
  baseURL: https://starlink.com/api/public/v2
  tags:
  - Account Management
  - Service Lines
  - User Terminals
  - Routers
  - Billing
  properties:
  - type: Documentation
    url: https://starlink.readme.io/docs/getting-started
  - type: APIReference
    url: https://starlink.readme.io/reference
  - type: OpenAPI
    url: openapi/starlink-public-api-v2-openapi.json
  - type: SwaggerUI
    url: https://starlink.com/api/public/swagger/index.html?urls.primaryName=V2
  - type: Authentication
    url: https://starlink.readme.io/docs/authentication
  - type: RateLimits
    url: https://starlink.readme.io/docs/rate-limits-1
  - type: Overlay
    url: overlays/starlink-public-api-v2-overlay.yaml
  - type: ErrorCatalog
    url: errors/starlink-problem-types.yml
  - type: DataModel
    url: data-model/starlink-data-model.yml
  - type: MCPServer
    url: mcp/starlink-mcp.yml
  - type: ToolCrosswalk
    url: mcp/starlink-tool-crosswalk.yml
- aid: starlink:starlink-telemetry-stream-api
  name: Starlink Telemetry Stream API
  description: A low-latency JSON over HTTP streaming API for device telemetry, consumed by repeated small-batch POST requests
    with batchSize and maxLingerMs parameters. POST /public/v2/telemetry/stream returns compact column-indexed telemetry for
    every device on the account, and POST /public/v2/telemetry/query returns the most recent typed values per device. Active
    device alerts ride in the same response as enum values resolved against response metadata. These two operations are documented
    in the API reference but are not present in the downloadable V2 OpenAPI.
  humanURL: https://starlink.readme.io/docs/telemetry-api
  baseURL: https://starlink.com/api/public/v2
  tags:
  - Telemetry
  - Streaming
  - Alerts
  properties:
  - type: Documentation
    url: https://starlink.readme.io/docs/telemetry-api
  - type: APIReference
    url: https://starlink.readme.io/reference/post_public-v2-telemetry-stream
  - type: Documentation
    url: https://starlink.readme.io/docs/alerts
  - type: AsyncAPI
    url: asyncapi/starlink-telemetry-asyncapi.yml
  - type: AgentSkill
    url: skills/starlink-consume-telemetry-and-alerts.md
- aid: starlink:starlink-mobile-data-api
  name: Starlink Mobile Data API
  description: A gated feature within the Starlink Public API V2 exposing Starlink Mobile radio access network data, usage
    and beam reliability timeseries, and map data, each partitioned by timestamp date and hour and retrievable one hour at
    a time. Requires the Gated Feature - Starlink Mobile Data, View permission on the calling service account.
  humanURL: https://starlink.readme.io/reference/get_public-v2-mobile-radio-access-network-timestamp
  baseURL: https://starlink.com/api/public/v2/mobile
  tags:
  - Mobile
  - Radio Access Network
  - Analytics
  properties:
  - type: APIReference
    url: https://starlink.readme.io/reference/get_public-v2-mobile-radio-access-network-timestamp
  - type: OpenAPI
    url: openapi/starlink-public-api-v2-openapi.json
- aid: starlink:starlink-aviation-flight-status-api
  name: Starlink Aviation Flight Status API
  description: A single endpoint, POST /public/v2/flights/status, for posting real-time flight events from a Starlink-equipped
    aircraft. It is only callable from an aviation account and requires the Aviation flight status management, Edit permission.
    Related aviation guidance covers multi-Starlink WAN failover and GPS-independent location data for aircraft.
  humanURL: https://starlink.readme.io/reference/post_public-v2-flights-status
  baseURL: https://starlink.com/api/public/v2
  tags:
  - Aviation
  - Flights
  properties:
  - type: APIReference
    url: https://starlink.readme.io/reference/post_public-v2-flights-status
  - type: OpenAPI
    url: openapi/starlink-public-api-v2-openapi.json
  - type: Documentation
    url: https://starlink.readme.io/docs/location-in-aviation
- aid: starlink:starlink-local-device-api
  name: Starlink Local Device API
  description: SpaceX's officially supported local gRPC API on Starlink hardware, defined in protobuf and published verbatim
    on GitHub as device.proto. The SpaceX.API.Device service exposes a single Handle RPC carrying a GetDiagnostics request,
    answered by WifiGetDiagnosticsResponse or DishGetDiagnosticsResponse. The WiFi router serves it on 192.168.1.1 port 9000
    and the user terminal on 192.168.100.1 port 9200. There is no authentication because it is reachable only on the local
    network.
  humanURL: https://starlink.readme.io/docs/device-api
  baseURL: http://192.168.100.1:9200
  tags:
  - gRPC
  - Device
  - Diagnostics
  properties:
  - type: Documentation
    url: https://starlink.readme.io/docs/device-api
  - type: Proto
    url: proto/starlink-device.proto
  - type: Protobuf
    url: proto/starlink-device.proto
  - type: SourceCode
    url: https://github.com/SpaceExplorationTechnologies/enterprise-api
- aid: starlink:starlink-router-local-https-api
  name: Starlink Router Local HTTPS API
  description: An optional HTTPS server hosted on the Starlink WiFi router itself, enabled through a router config in the
    Starlink dashboard with an enterprise-managed TLS certificate, key, and CORS allowed-origins list. Endpoints live under
    /starlinkrouter/ on the operator-chosen domain and cover system performance diagnostics and WiFi client sandboxing. Requires
    router software 2024.12.17.mr44165 or later.
  humanURL: https://starlink.readme.io/docs/router-api
  tags:
  - Router
  - Diagnostics
  - Captive Portal
  properties:
  - type: Documentation
    url: https://starlink.readme.io/docs/router-api
  - type: Documentation
    url: https://starlink.readme.io/docs/diagnostics
  - type: Documentation
    url: https://starlink.readme.io/docs/client-sandboxing-1
- aid: starlink:starlink-space-traffic-coordination-api
  name: Starlink Space Traffic Coordination API
  description: The API behind space-safety.starlink.com, SpaceX's free conjunction screening and maneuver coordination platform
    for satellite operators. Version 0.1 of the reference documents five resource groups - cdm for Conjunction Data Messages,
    event for conjunction events, object for satellites, operator, and trajectory - with paths such as GET /v1/object. Client
    authentication is mTLS using a client certificate signed by SpaceX after email onboarding, access is limited to satellite
    operators, and the OpenAPI source file itself is not published for download.
  humanURL: https://docs.space-safety.starlink.com/docs/api/space-traffic-coordination-apis
  baseURL: https://space-safety.starlink.com/api/v1
  tags:
  - Space Safety
  - Conjunction Screening
  - Satellite Operations
  properties:
  - type: Documentation
    url: https://docs.space-safety.starlink.com/docs/
  - type: APIReference
    url: https://docs.space-safety.starlink.com/docs/category/api/
  - type: Authentication
    url: https://docs.space-safety.starlink.com/docs/api-keys
  - type: GettingStarted
    url: https://docs.space-safety.starlink.com/docs/quick-start
  - type: Sandbox
    url: https://staging.space-safety.starlink.com
  - type: Conventions
    url: https://docs.space-safety.starlink.com/docs/api-patterns
common:
- type: Website
  url: https://www.starlink.com/
- type: DeveloperPortal
  url: https://starlink.readme.io/
- type: Documentation
  url: https://starlink.readme.io/
- type: GettingStarted
  url: https://starlink.readme.io/docs/getting-started
- type: APIReference
  url: https://starlink.readme.io/reference
- type: SwaggerUI
  url: https://starlink.com/api/public/swagger/index.html?urls.primaryName=V2
- type: OpenAPI Source
  url: https://starlink.com/api/public/swagger/v2/swagger.json
- type: Authentication
  url: https://starlink.readme.io/docs/authentication
- type: Authentication
  url: authentication/starlink-authentication.yml
- type: OAuthScopes
  url: scopes/starlink-scopes.yml
- type: OpenIDConfiguration
  url: https://starlink.com/api/auth/.well-known/openid-configuration
- type: RateLimits
  url: https://starlink.readme.io/docs/rate-limits-1
- type: RateLimits
  url: rate-limits/starlink-rate-limits.yml
- type: Conventions
  url: conventions/starlink-conventions.yml
- type: ChangeLog
  url: https://starlink.readme.io/changelog
- type: ChangeLog
  url: changelog/starlink-changelog.yml
- type: Lifecycle
  url: lifecycle/starlink-lifecycle.yml
- type: StatusPage
  url: https://starlink.readme.io/docs/starlink-api-status
- type: Deprecation
  url: https://starlink.readme.io/docs/60-day-deprecation-policy
- type: Conformance
  url: conformance/starlink-conformance.yml
- type: ErrorCatalog
  url: errors/starlink-problem-types.yml
- type: DataModel
  url: data-model/starlink-data-model.yml
- type: Sandbox
  url: sandbox/starlink-sandbox.yml
- type: Packages
  url: packages/starlink-packages.yml
- type: MCPServer
  url: mcp/starlink-mcp.yml
- type: ToolCrosswalk
  url: mcp/starlink-tool-crosswalk.yml
- type: AgentSkill
  url: skills/_index.yml
- type: AgenticAccess
  url: agentic-access/starlink-agentic-access.yml
- type: AsyncAPI
  url: asyncapi/starlink-telemetry-asyncapi.yml
- type: Overlay
  url: overlays/starlink-public-api-v2-overlay.yaml
- type: Protobuf
  url: proto/starlink-device.proto
- type: LlmsText
  url: https://starlink.readme.io/llms.txt
- type: LLMsTxt
  url: llms/starlink-llms.txt
- type: WellKnown
  url: well-known/starlink-well-known.yml
- type: Portal
  url: https://www.starlink.com/account/settings
- type: Login
  url: https://www.starlink.com/account
- type: SignUp
  url: https://www.starlink.com/account
- type: GitHubOrganization
  url: https://github.com/SpaceExplorationTechnologies
- type: SourceCode
  url: https://github.com/SpaceExplorationTechnologies/enterprise-api
- type: SecurityTxt
  url: well-known/starlink-security.txt
- type: Security
  url: https://starlink.com/.well-known/security.txt
- type: VulnerabilityDisclosure
  url: security/starlink-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/starlink-domain-security.yml
- type: Support
  url: https://starlink.com/support
- type: Blog
  url: https://www.starlink.com/updates
- type: Pricing
  url: https://www.starlink.com/business
- type: TermsOfService
  url: https://www.starlink.com/legal
- type: PrivacyPolicy
  url: https://www.starlink.com/legal
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com