GET /metagenomics/api/v1/samples/SRS1658879?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "data": {
        "type": "samples",
        "id": "SRS1658879",
        "attributes": {
            "latitude": 40.9173,
            "longitude": -71.4658,
            "sample-metadata": [
                {
                    "key": "geographic location (longitude)",
                    "value": "-71.4658",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "Atlantic Ocean",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2012-07-09",
                    "unit": null
                },
                {
                    "key": "environmental package",
                    "value": "Metagenome or environmental",
                    "unit": null
                },
                {
                    "key": "depth",
                    "value": "0",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "40.9173",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "454 GS FLX Titanium",
                    "unit": null
                }
            ],
            "biosample": "SAMN05606963",
            "accession": "SRS1658879",
            "analysis-completed": "2018-07-16",
            "collection-date": "2012-07-09",
            "geo-loc-name": "Atlantic Ocean",
            "sample-desc": "Metagenome or environmental sample from marine metagenome",
            "environment-biome": null,
            "environment-feature": null,
            "environment-material": null,
            "sample-name": "34s10",
            "sample-alias": "34s10",
            "host-tax-id": null,
            "species": null,
            "last-update": "2024-04-15T16:55:35"
        },
        "relationships": {
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Environmental:Aquatic:Marine"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Environmental:Aquatic:Marine?format=api"
                }
            },
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS1658879/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00002510",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00002510?format=api"
                        }
                    }
                ]
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS1658879/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS1658879?format=api"
        }
    }
}