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

{
    "data": {
        "type": "samples",
        "id": "SRS1974313",
        "attributes": {
            "biosample": "SAMN06268253",
            "longitude": -121.75,
            "sample-metadata": [
                {
                    "key": "geographic location (longitude)",
                    "value": "-121.75",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "USA:Joint BioEnergy Institute, California, USA",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2013-01-20",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "38.5402",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "Illumina HiSeq 2500",
                    "unit": null
                },
                {
                    "key": "last update date",
                    "value": "2017-02-15",
                    "unit": null
                }
            ],
            "latitude": 38.5402,
            "accession": "SRS1974313",
            "analysis-completed": "2019-06-12",
            "collection-date": "2013-01-20",
            "geo-loc-name": "USA:Joint BioEnergy Institute, California, USA",
            "sample-desc": "Ionic liquid and high solid enriched microbial communities from the Joint BioEnergy Institute, USA - AR20-2-D",
            "environment-biome": null,
            "environment-feature": null,
            "environment-material": null,
            "sample-name": "Gp0061314",
            "sample-alias": "Gp0061314",
            "host-tax-id": null,
            "species": null,
            "last-update": "2019-06-12T19:36:32"
        },
        "relationships": {
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Engineered:Bioreactor"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Bioreactor?format=api"
                }
            },
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS1974313/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00004941",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00004941?format=api"
                        }
                    }
                ]
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS1974313/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS1974313?format=api"
        }
    }
}