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

{
    "data": {
        "type": "samples",
        "id": "SRS2023786",
        "attributes": {
            "biosample": "SAMN06477980",
            "longitude": -47.1,
            "latitude": -27.8,
            "sample-metadata": [
                {
                    "key": "geographic location (longitude)",
                    "value": "-47.1",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "Atlantic Ocean: South Atlantic Ocean off Brazil",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2013-11-18",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "ocean",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "sea water",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "water",
                    "unit": null
                },
                {
                    "key": "environmental package",
                    "value": "MIGS/MIMS/MIMARKS.water;MIMARKS.survey",
                    "unit": null
                },
                {
                    "key": "depth",
                    "value": "0 m",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "-27.8",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "Illumina MiSeq",
                    "unit": null
                }
            ],
            "accession": "SRS2023786",
            "analysis-completed": "2018-08-31",
            "collection-date": "2013-11-18",
            "geo-loc-name": "Atlantic Ocean: South Atlantic Ocean off Brazil",
            "sample-desc": "flow cytometry sorted samples",
            "environment-biome": "ocean",
            "environment-feature": "sea water",
            "environment-material": "water",
            "sample-name": "tri03p",
            "sample-alias": "tri03p",
            "host-tax-id": null,
            "species": null,
            "last-update": "2024-04-09T21:17:56"
        },
        "relationships": {
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS2023786/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00002736",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00002736?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/SRS2023786/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS2023786?format=api"
        }
    }
}