GET /v1/group/?format=api
HTTP 200 OK
Allow: GET, POST, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 7,
        "name": "Currents Sample",
        "url": "https://api.tidetech.org/v1/group/7/?format=api",
        "datasets": [
            {
                "name": "baltic-sea-currents-sample",
                "url": "https://api.tidetech.org/v1/dataset/baltic-sea-currents-sample/?format=api"
            },
            {
                "name": "bass-strait-sample",
                "url": "https://api.tidetech.org/v1/dataset/bass-strait-sample/?format=api"
            },
            {
                "name": "biscay-iberian-peninsula-and-gibraltar-strait-currents-sample",
                "url": "https://api.tidetech.org/v1/dataset/biscay-iberian-peninsula-and-gibraltar-strait-currents-sample/?format=api"
            },
            {
                "name": "chesapeake-bay-currents-sample",
                "url": "https://api.tidetech.org/v1/dataset/chesapeake-bay-currents-sample/?format=api"
            },
            {
                "name": "english-channel-sample",
                "url": "https://api.tidetech.org/v1/dataset/english-channel-sample/?format=api"
            },
            {
                "name": "global-combined-currents-sample",
                "url": "https://api.tidetech.org/v1/dataset/global-combined-currents-sample/?format=api"
            },
            {
                "name": "global-ocean-currents-sample",
                "url": "https://api.tidetech.org/v1/dataset/global-ocean-currents-sample/?format=api"
            },
            {
                "name": "great-lakes-currents-sample",
                "url": "https://api.tidetech.org/v1/dataset/great-lakes-currents-sample/?format=api"
            },
            {
                "name": "malacca-singapore-sample",
                "url": "https://api.tidetech.org/v1/dataset/malacca-singapore-sample/?format=api"
            },
            {
                "name": "new-york-currents-sample",
                "url": "https://api.tidetech.org/v1/dataset/new-york-currents-sample/?format=api"
            },
            {
                "name": "nw-european-shelf-sample",
                "url": "https://api.tidetech.org/v1/dataset/nw-european-shelf-sample/?format=api"
            },
            {
                "name": "san-francisco-sample",
                "url": "https://api.tidetech.org/v1/dataset/san-francisco-sample/?format=api"
            },
            {
                "name": "solent-sample",
                "url": "https://api.tidetech.org/v1/dataset/solent-sample/?format=api"
            },
            {
                "name": "sydney-sample",
                "url": "https://api.tidetech.org/v1/dataset/sydney-sample/?format=api"
            },
            {
                "name": "tampa-bay-currents-sample",
                "url": "https://api.tidetech.org/v1/dataset/tampa-bay-currents-sample/?format=api"
            }
        ]
    },
    {
        "id": 9,
        "name": "Waves Sample",
        "url": "https://api.tidetech.org/v1/group/9/?format=api",
        "datasets": [
            {
                "name": "swell-sample",
                "url": "https://api.tidetech.org/v1/dataset/swell-sample/?format=api"
            },
            {
                "name": "total-wave-sample",
                "url": "https://api.tidetech.org/v1/dataset/total-wave-sample/?format=api"
            },
            {
                "name": "wave-all-sample",
                "url": "https://api.tidetech.org/v1/dataset/wave-all-sample/?format=api"
            },
            {
                "name": "wind-wave-sample",
                "url": "https://api.tidetech.org/v1/dataset/wind-wave-sample/?format=api"
            }
        ]
    }
]