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

{
    "data": {
        "type": "samples",
        "id": "SRS2777112",
        "attributes": {
            "biosample": "SAMN08219092",
            "longitude": -169.9806,
            "latitude": -29.9906,
            "sample-metadata": [
                {
                    "key": "geographic location (longitude)",
                    "value": "-169.9806",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "Pacific Ocean",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2016-06-05",
                    "unit": null
                },
                {
                    "key": "environmental package",
                    "value": "Metagenome or environmental",
                    "unit": null
                },
                {
                    "key": "depth",
                    "value": "76.0",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "-29.99063",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "Illumina MiSeq",
                    "unit": null
                }
            ],
            "accession": "SRS2777112",
            "analysis-completed": "2018-10-25",
            "collection-date": "2016-06-05",
            "geo-loc-name": "Pacific Ocean",
            "sample-desc": "Metagenome or environmental sample from marine metagenome",
            "environment-biome": null,
            "environment-feature": null,
            "environment-material": null,
            "sample-name": "102.100.100/37296",
            "sample-alias": "102.100.100/37296",
            "host-tax-id": null,
            "species": null,
            "last-update": "2023-10-10T18:07:38"
        },
        "relationships": {
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS2777112/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00003194",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00003194?format=api"
                        }
                    }
                ]
            },
            "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"
                }
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS2777112/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS2777112?format=api"
        }
    }
}