---
title: "GET /groups/{UUID}"
method: GET
path: "/groups/{UUID}"
---

# GET /groups/{UUID}

`GET /groups/{UUID}`

Get one `Group` object by specifying its UUID in the url path.

## Path parameters

- `UUID` string, required

## Response `200`

Successful response

- object
  - `header` HeaderSuccess
    - `id` integer — transaction nonce
    - `status` integer — https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
    - `code` string — https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
    - `resources` 'group' | 'groups' | 'event' | 'events' | 'volunteer' | 'volunteers' — The name of the requested object/model/resource. Plural if a collection.
    - `pagination` Pagination
      - `limit` integer — the nubmer of items per page
      - `page` integer — the current page
      - `total` integer — the total number of pages
    - `error` unknown
  - `data` Group
    - `uuid` string — Universally unique identifier in canonical format, example: de305d54-75b4-431b-adb2-eb6b9e546014
    - `serial` string — The primary key in Drupal, e.g the entity/node id
    - `created` string — The date in YYYY-MM-DD HH:MM:SS format, example: 2015-12-31 23:59:59
    - `modified` string — The date in YYYY-MM-DD HH:MM:SS format, example: 2015-12-31 23:59:59
    - `name` string
    - `picture` string — A resource location, example: https://greenwire.greenpeace.org
    - `mission` string
    - `description` string — A string containing sanitized HTML code
    - `group_type` 'Country group' | 'Campaign Project group' | 'Local group' | 'Discussion group' | 'Interest group' | 'Skills-based group'
    - `location` Location
      - `streetname` string
      - `postcode` string
      - `state` string
      - `city` string
      - `country` string
      - `coordinates` Coordinates
        - `latitude` string — Signed decimal format, example: 52.1234
        - `longitude` string — Signed decimal format, example -77.022223

## Other responses

- `400` — Not found

---

[API](https://skmtc.net/greenpeace/apis/greenwire-public-api.md) · [All operations](https://skmtc.net/greenpeace/apis/greenwire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/greenpeace/greenwire-public-api/versions/5b5aabfdee57/schema)
