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

{
    "data": {
        "type": "samples",
        "id": "SRS024764",
        "attributes": {
            "biosample": "SAMN00009720",
            "longitude": null,
            "sample-metadata": [
                {
                    "key": "NCBI sample classification",
                    "value": "412755",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "454 GS FLX",
                    "unit": null
                }
            ],
            "latitude": null,
            "accession": "SRS024764",
            "analysis-completed": "2016-10-21",
            "collection-date": null,
            "geo-loc-name": null,
            "sample-desc": "The DNA from the sediment sample (Ma29) was sequenced in 1 x 1/2 GS-FLX run. The pyrosequence reads were trimmed to the size range of 130-240 bp (average 192 bp) and \"ghost\" reads were eliminated. The total metagenome size is 34 Mbp.",
            "environment-biome": null,
            "environment-feature": null,
            "environment-material": null,
            "sample-name": "Generic sample from marine sediment metagenome",
            "sample-alias": "Ma29 1300m deep-sea sediment sample",
            "host-tax-id": null,
            "species": null,
            "last-update": "2016-10-21T14:25: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/SRS024764/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00001281",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00001281?format=api"
                        }
                    }
                ]
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS024764/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS024764?format=api"
        }
    }
}