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

{
    "data": {
        "type": "samples",
        "id": "ERS3013232",
        "attributes": {
            "latitude": -34.5376,
            "longitude": 138.6905,
            "sample-metadata": [
                {
                    "key": "project name",
                    "value": "soil microbiome of wheat and chickpea",
                    "unit": null
                },
                {
                    "key": "geographic location (longitude)",
                    "value": "138.6904631",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "Australia",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2015-01-15",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "cropland biome",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "agricultural fields",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "soil",
                    "unit": null
                },
                {
                    "key": "sequencing method",
                    "value": "Illumina HiSeq 2000",
                    "unit": null
                },
                {
                    "key": "depth",
                    "value": "0.1~0.15",
                    "unit": null
                },
                {
                    "key": "elevation",
                    "value": "92.0",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "-34.5376142",
                    "unit": null
                },
                {
                    "key": "ENA checklist",
                    "value": "ERC000022",
                    "unit": null
                }
            ],
            "biosample": "SAMEA5205759",
            "accession": "ERS3013232",
            "analysis-completed": null,
            "collection-date": null,
            "geo-loc-name": null,
            "sample-desc": "soil samples from different niches on a typical farmland of wheat and chickpea",
            "environment-biome": "cropland biome",
            "environment-feature": "agricultural fields",
            "environment-material": "soil",
            "sample-name": "B3A",
            "sample-alias": "B3A",
            "host-tax-id": null,
            "species": null,
            "last-update": "2025-03-14T12:44:05"
        },
        "relationships": {
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Environmental:Terrestrial:Soil:Agricultural"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Environmental:Terrestrial:Soil:Agricultural?format=api"
                }
            },
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS3013232/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00006774",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00006774?format=api"
                        }
                    }
                ]
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS3013232/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS3013232?format=api"
        }
    }
}