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

{
    "data": {
        "type": "samples",
        "id": "SRS1490791",
        "attributes": {
            "biosample": "SAMN05213968",
            "longitude": -0.25,
            "sample-metadata": [
                {
                    "key": "geographic location (longitude)",
                    "value": "-0.25",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "Spain: off the coast of Alicante",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2013-05-20",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "marine biome",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "marine biome",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "water",
                    "unit": null
                },
                {
                    "key": "depth",
                    "value": "50.0",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "38.283333",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "Illumina HiSeq 2000",
                    "unit": null
                },
                {
                    "key": "last update date",
                    "value": "2016-11-10",
                    "unit": null
                }
            ],
            "latitude": 38.2833,
            "accession": "SRS1490791",
            "analysis-completed": "2018-11-26",
            "collection-date": "2013-05-20",
            "geo-loc-name": "Spain: off the coast of Alicante",
            "sample-desc": "In order to analyze the community that live associated to particles using metagenomics, mediterranean seawater was enriched with a specific particulate matter.",
            "environment-biome": "marine biome",
            "environment-feature": "marine biome",
            "environment-material": "water",
            "sample-name": "MedPE-SWde",
            "sample-alias": "MedPE-SWde",
            "host-tax-id": null,
            "species": null,
            "last-update": "2018-11-26T17:35:13"
        },
        "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/SRS1490791/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00003541",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00003541?format=api"
                        }
                    }
                ]
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS1490791/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS1490791?format=api"
        }
    }
}