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

{
    "name": "nw-european-shelf-sample",
    "title": "Nw European Shelf Sample",
    "group": "Currents Sample",
    "description": "SAMPLE - Nw European Shelf combined tide and current model.",
    "date_updated": "2016-06-30T05:38:11.063747Z",
    "url": "https://api.tidetech.org/v1/metadata/64/?format=api",
    "dataset_url": "https://api.tidetech.org/v1/dataset/nw-european-shelf-sample/?format=api",
    "data_url": "https://api.tidetech.org/v1/dataset/nw-european-shelf-sample/data/?format=api",
    "group_url": "https://api.tidetech.org/v1/group/7/?format=api",
    "codes": [
        49,
        50,
        82
    ],
    "resolution_degrees": "0.040",
    "file_formats": [
        "grb",
        "nc"
    ],
    "timeperiod_minutes": 60,
    "timesteps_count": 121,
    "geom": {
        "type": "Polygon",
        "coordinates": [
            [
                [
                    -11.98,
                    48.02
                ],
                [
                    -11.98,
                    62.02
                ],
                [
                    10.02,
                    62.02
                ],
                [
                    10.02,
                    48.02
                ],
                [
                    -11.98,
                    48.02
                ]
            ]
        ]
    }
}