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

{
    "name": "swell-sample",
    "title": "Swell Sample",
    "group": "Waves Sample",
    "description": "SAMPLE - Global forecast of swell.",
    "date_updated": "2016-06-30T05:38:11.299456Z",
    "url": "https://api.tidetech.org/v1/metadata/69/?format=api",
    "dataset_url": "https://api.tidetech.org/v1/dataset/swell-sample/?format=api",
    "data_url": "https://api.tidetech.org/v1/dataset/swell-sample/data/?format=api",
    "group_url": "https://api.tidetech.org/v1/group/9/?format=api",
    "codes": [
        105,
        104,
        106
    ],
    "resolution_degrees": "1.250",
    "file_formats": [
        "grb",
        "nc"
    ],
    "timeperiod_minutes": 360,
    "timesteps_count": 61,
    "geom": {
        "type": "Polygon",
        "coordinates": [
            [
                [
                    -180.0,
                    -79.0
                ],
                [
                    -180.0,
                    78.0
                ],
                [
                    180.0,
                    78.0
                ],
                [
                    180.0,
                    -79.0
                ],
                [
                    -180.0,
                    -79.0
                ]
            ]
        ]
    }
}