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

{
    "name": "solent-sample",
    "title": "Solent Sample",
    "group": "Currents Sample",
    "description": "SAMPLE - Solent combined tide and current model.",
    "date_updated": "2016-06-30T05:38:11.150990Z",
    "url": "https://api.tidetech.org/v1/metadata/66/?format=api",
    "dataset_url": "https://api.tidetech.org/v1/dataset/solent-sample/?format=api",
    "data_url": "https://api.tidetech.org/v1/dataset/solent-sample/data/?format=api",
    "group_url": "https://api.tidetech.org/v1/group/7/?format=api",
    "codes": [
        49,
        50,
        82
    ],
    "resolution_degrees": "0.001",
    "file_formats": [
        "grb",
        "nc"
    ],
    "timeperiod_minutes": 15,
    "timesteps_count": 288,
    "geom": {
        "type": "Polygon",
        "coordinates": [
            [
                [
                    -1.83,
                    51.0
                ],
                [
                    -1.83,
                    50.474
                ],
                [
                    -0.7870000000000001,
                    50.474
                ],
                [
                    -0.7870000000000001,
                    51.0
                ],
                [
                    -1.83,
                    51.0
                ]
            ]
        ]
    }
}