---
title: "Get a Single Area"
method: GET
path: "/v3/gfw/areas/{areaId}"
tags: ["Areas"]
---

# Get a Single Area

`GET /v3/gfw/areas/{areaId}`

Gets an area with the id provided

## Response `200`

Single area

- object
  - `data` object
    - `id` string
    - `type` string
    - `attributes` AreaModel
      - `name` string
      - `application` string
      - `geostore` GeostoreModel
        - `id` string
        - `geojson` string
        - `hash` string
        - `provider` string
        - `areaHa` integer
        - `bbox` integer[]
        - `lock` boolean
        - `info` string
      - `userId` string
      - `createdAt` string
      - `updatedAt` string
      - `image` string
      - `env` string
      - `datasets` object[]
        - `slug` string
        - `name` string
        - `active` boolean
        - `startDate` string
        - `endDate` string
      - `use` string
      - `iso` string
      - `coverage` string
      - `teamId` string
      - `teams` string[]
      - `reportTemplate` TemplateModel[]
        - `name` string
        - `user` string
        - `languages` string[]
        - `defaultLanguage` string
        - `public` boolean
        - `status` string
        - `createdAt` string
        - `questions` QuestionModel[]
          - `type` string, required
          - `label` object, required
            - `en` string
          - `name` string, required
          - `defaultValue` string
          - `values` string, required
          - `required` boolean, required
          - `order` number
          - `childQuestions` ChildQuestionModel
            - `type` string, required
            - `label` object, required
              - …
            - `name` string, required
            - `defaultValue` string
            - `values` string, required
            - `required` boolean, required
            - `order` number
            - `conditionalValue` number
            - `maxImageCount` number
          - `maxImageCount` number
        - `answersCount` integer
        - `isLatest` boolean
        - `editGroupId` string
        - `areas` object[]
          - `id` string
          - `name` string

## Other responses

- `401` — Error Response
- `404` — 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/versions/400d22a78fbd/schema)
