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

{
    "data": {
        "type": "samples",
        "id": "ERS1815364",
        "attributes": {
            "biosample": "SAMEA104156346",
            "sample-metadata": [
                {
                    "key": "investigation type",
                    "value": "metagenome",
                    "unit": null
                },
                {
                    "key": "geographic location (longitude)",
                    "value": "72.30055",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "India",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2017-02-19",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "Host-associated",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "Trachea",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "Lavage",
                    "unit": null
                },
                {
                    "key": "environmental package",
                    "value": "host-associated",
                    "unit": null
                },
                {
                    "key": "sequencing method",
                    "value": "Semiconducting",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "24.20755",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "Ion Torrent PGM",
                    "unit": null
                }
            ],
            "latitude": 24.2076,
            "longitude": 72.3006,
            "accession": "ERS1815364",
            "analysis-completed": "2017-07-24",
            "collection-date": "2017-02-19",
            "geo-loc-name": "India",
            "sample-desc": "Free range flock F",
            "environment-biome": "Host-associated",
            "environment-feature": "Trachea",
            "environment-material": "Lavage",
            "sample-name": "FF3",
            "sample-alias": "FF3",
            "host-tax-id": 9031,
            "species": "Gallus gallus",
            "last-update": "2017-07-24T13:26:21"
        },
        "relationships": {
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Host-associated:Birds:Respiratory system"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Host-associated:Birds:Respiratory%20system?format=api"
                }
            },
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS1815364/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00001554",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00001554?format=api"
                        }
                    }
                ]
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS1815364/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS1815364?format=api"
        }
    }
}