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

{
    "name": "new-york-currents-sample",
    "title": "New York Currents Sample",
    "group": "Currents Sample",
    "description": "SAMPLE - New York Currents  currents forecast",
    "date_updated": "2017-08-23T06:00:50.265426Z",
    "url": "https://api.tidetech.org/v1/metadata/184/?format=api",
    "dataset_url": "https://api.tidetech.org/v1/dataset/new-york-currents-sample/?format=api",
    "data_url": "https://api.tidetech.org/v1/dataset/new-york-currents-sample/data/?format=api",
    "group_url": "https://api.tidetech.org/v1/group/7/?format=api",
    "codes": [
        49,
        50
    ],
    "resolution_degrees": "0.000",
    "file_formats": [
        "grb",
        "nc"
    ],
    "timeperiod_minutes": 60,
    "timesteps_count": 54,
    "geom": {
        "type": "Polygon",
        "coordinates": [
            [
                [
                    -74.265,
                    40.42
                ],
                [
                    -74.265,
                    40.888
                ],
                [
                    -73.953,
                    40.888
                ],
                [
                    -73.953,
                    40.42
                ],
                [
                    -74.265,
                    40.42
                ]
            ]
        ]
    }
}