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

{
    "name": "sydney-sample",
    "title": "Sydney Sample",
    "group": "Currents Sample",
    "description": "SAMPLE - Sydney combined tide and current model.",
    "date_updated": "2016-06-30T05:38:11.207860Z",
    "url": "https://api.tidetech.org/v1/metadata/67/?format=api",
    "dataset_url": "https://api.tidetech.org/v1/dataset/sydney-sample/?format=api",
    "data_url": "https://api.tidetech.org/v1/dataset/sydney-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": 30,
    "timesteps_count": 96,
    "geom": {
        "type": "Polygon",
        "coordinates": [
            [
                [
                    151.101,
                    -33.773
                ],
                [
                    151.101,
                    -33.891000000000005
                ],
                [
                    151.327,
                    -33.891000000000005
                ],
                [
                    151.327,
                    -33.773
                ],
                [
                    151.101,
                    -33.773
                ]
            ]
        ]
    }
}