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

{
    "name": "english-channel-sample",
    "title": "English Channel Sample",
    "group": "Currents Sample",
    "description": "SAMPLE - English Channel combined tide and current model.",
    "date_updated": "2016-06-30T05:38:10.842955Z",
    "url": "https://api.tidetech.org/v1/metadata/59/?format=api",
    "dataset_url": "https://api.tidetech.org/v1/dataset/english-channel-sample/?format=api",
    "data_url": "https://api.tidetech.org/v1/dataset/english-channel-sample/data/?format=api",
    "group_url": "https://api.tidetech.org/v1/group/7/?format=api",
    "codes": [
        49,
        50,
        82
    ],
    "resolution_degrees": "0.020",
    "file_formats": [
        "grb",
        "nc"
    ],
    "timeperiod_minutes": 30,
    "timesteps_count": 240,
    "geom": {
        "type": "Polygon",
        "coordinates": [
            [
                [
                    -5.66,
                    52.0
                ],
                [
                    -5.66,
                    48.44
                ],
                [
                    4.66,
                    48.44
                ],
                [
                    4.66,
                    52.0
                ],
                [
                    -5.66,
                    52.0
                ]
            ]
        ]
    }
}