---
title: "Get A Single Route"
method: GET
path: "/v3/gfw/routes/{routeId}"
tags: ["Routes"]
---

# Get A Single Route

`GET /v3/gfw/routes/{routeId}`

Returns the route with the given id

## Response `200`

Example response

- object
  - `data` object
    - `id` string
    - `type` string
    - `attributes` RouteModel
      - `areaId` string
      - `destination` PointModel
        - `latitude` number
        - `longitude` number
      - `difficulty` string
      - `startDate` integer
      - `endDate` integer
      - `geostoreId` string
      - `routeId` string
      - `locations` RouteLocationModel[]
        - `accuracy` number, required
        - `altitude` number, required
        - `latitude` number, required
        - `longitude` number, required
        - `timestamp` integer, required
      - `name` string
      - `createdBy` string
      - `teamId` string
      - `active` boolean
      - `username` string

## Other responses

- `401` — Error Response

---

[API](https://skmtc.net/wri/apis/fw-core.md) · [All operations](https://skmtc.net/wri/apis/fw-core/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wri/fw-core/revisions/400d22a78fbd/schema)
