---
title: "Get Map Data"
method: GET
path: "/public/v2/mobile/map/{timestamp}"
tags: ["Mobile"]
---

# Get Map Data

`GET /public/v2/mobile/map/{timestamp}`

Required permission: Gated Feature - Starlink Mobile Data, View.<br/>Gets Map data. Data is partitioned by timestamp_date, timestamp_hour. Only able to get data from one hour per request. Data from the timestamp date and hour supplied will be returned, ignoring minutes and seconds.

## Path parameters

- `timestamp` string, date-time, required

## Response `200`

OK

- MobileMapResponseListServiceResponse
  - `errors` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `warnings` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `information` string[], nullable
  - `isValid` boolean
  - `content` MobileMapResponse[], nullable
    - `trackingAreaCode` integer — Tracking area code
    - `broadcastPublicLandMobileNumber` integer — Broadcast Public Land Mobile Number of serving network
    - `timestamp` string, date-time — Timestamp in UTC of the start of the returned hour of data
    - `accessType` string — Network Access Type - home or reciprocal users
    - `deviceType` string — Device Type - commercial (phone/user equipment) or Internet of Things (IOT) device
    - `serviceType` string — Service Type - Commercial or Emergency
    - `gapTimeSecondsByTrackingAreaCodeAverage` number, double — Average duration of gaps in satellite coverage in seconds per tracking area code
    - `gapTimeSecondsByTrackingAreaCodeP90` number, double — 90th percentile duration of gaps in satellite coverage in seconds per tracking area code
    - `gapTimeSecondsByTrackingAreaCodeP50` number, double — 50th percentile duration of gaps in satellite coverage in seconds per tracking area code
    - `trackingAreaCodeBeamAvailabilitySeconds` number, double — Total time of beam coverage/placement in seconds per tracking area code (0-3600)
    - `totalShortMessageServiceMessages` integer — Total number of Mobile Originated (MO) and Mobile Terminated (MT) Short Message Services sent per tracking area code
    - `uniqueInternationalMobileSubscriberIdentities` integer — Unique International Mobile Subscriber Identity (IMSI) count of users that connect with 'NAS_ATTACH_COMPLETE' message received per tracking area code
    - `upLinkDataConsumedMegabytesPerTrackingAreaCodeAverage` number, double — Average value of uplink data consumed measured at serving gateway (SGw) in megabytes per tracking area code
    - `downLinkDataConsumedMegabytesPerTrackingAreaCodeAverage` number, double — Average value of downlink data consumed measured at serving gateway (SGw) in megabytes per tracking area code

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Content

---

[API](https://skmtc.net/starlink/apis/starlink-management-api.md) · [All operations](https://skmtc.net/starlink/apis/starlink-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/starlink/starlink-management-api/revisions/a730bd0ddb42/schema)
