datapoint.market_ ALPHA v0.0.1

Mushroom

API

Sold by Data 37

Mushroom characteristics used to classify edible vs poisonous mushrooms. Source: UCI Machine Learning Repository — https://archive.ics.uci.edu/dataset/73 Data vintage: published 1987 Cleaned and reformatted from the original; see source page for full documentation and citation.

★ Free▣ DS-ready⤓ dataset · csv
Price per download Free no payment
Method GET
Networks
Format csv download
License UCI ML Repository. Most datasets are licensed CC BY 4.0 — cite the dataset page.

The URL

Send a GET request — parameters go in the query string — no payment, no API key. The relay returns the origin's JSON response directly.

https://api.datapoint.market/r/data37/mushroom

Example request

{}

Response shape

Fields

  • object
    • columns array of
      • string
    • note string
    • sample_rows array of
      • object
        • bruises string · t=bruises | f=no bruises present
        • cap_color string · n=brown | b=buff | c=cinnamon | g=gray | r=green | p=pink cap color
        • cap_shape string · b=bell | c=conical | x=convex | f=flat | k=knobbed | s=sunken cap shape
        • cap_surface string · f=fibrous | g=grooves | y=scaly | s=smooth cap surface texture
        • class string · e | p edible (e) or poisonous (p) — the target variable
        • gill_attachment string · a=attached | d=descending | f=free | n=notched gill attachment
        • gill_color string · k=black | n=brown | b=buff | h=chocolate | g=gray | r=green gill color
        • gill_size string · b=broad | n=narrow gill size
        • gill_spacing string · c=close | w=crowded | d=distant gill spacing
        • habitat string · g=grasses | l=leaves | m=meadows | p=paths | u=urban | w=waste habitat
        • odor string · a=almond | l=anise | c=creosote | y=fishy | f=foul | m=musty odor
        • population string · a=abundant | c=clustered | n=numerous | s=scattered | v=several | y=solitary population density
        • ring_number string · n=none | o=one | t=two number of rings
        • ring_type string · c=cobwebby | e=evanescent | f=flaring | l=large | n=none | p=pendant ring type
        • spore_print_color string · k=black | n=brown | b=buff | h=chocolate | r=green | o=orange spore print color
        • stalk_color_above_ring string · n=brown | b=buff | c=cinnamon | g=gray | o=orange | p=pink stalk color above ring
        • stalk_color_below_ring string · n=brown | b=buff | c=cinnamon | g=gray | o=orange | p=pink stalk color below ring
        • stalk_root string · b=bulbous | c=club | u=cup | e=equal | z=rhizomorphs | r=rooted stalk root
        • stalk_shape string · e=enlarging | t=tapering stalk shape
        • stalk_surface_above_ring string · f=fibrous | y=scaly | k=silky | s=smooth stalk surface above ring
        • stalk_surface_below_ring string · f=fibrous | y=scaly | k=silky | s=smooth stalk surface below ring
        • veil_color string · n=brown | o=orange | w=white | y=yellow veil color
        • veil_type string · p=partial | u=universal veil type

Example rows

classcap_shapecap_surfacecap_colorbruisesodorgill_attachmentgill_spacinggill_sizegill_colorstalk_shapestalk_rootstalk_surface_above_ringstalk_surface_below_ringstalk_color_above_ringstalk_color_below_ringveil_typeveil_colorring_numberring_typespore_print_colorpopulationhabitat
pxsntpfcnkeesswwpwopksu
exsytafcbkecsswwpwopnng
ebswtlfcbnecsswwpwopnnm
Example response (JSON)
{
  "columns": [
    "class",
    "cap_shape",
    "cap_surface",
    "cap_color",
    "bruises",
    "odor",
    "gill_attachment",
    "gill_spacing",
    "gill_size",
    "gill_color",
    "stalk_shape",
    "stalk_root",
    "stalk_surface_above_ring",
    "stalk_surface_below_ring",
    "stalk_color_above_ring",
    "stalk_color_below_ring",
    "veil_type",
    "veil_color",
    "ring_number",
    "ring_type",
    "spore_print_color",
    "population",
    "habitat"
  ],
  "note": "Free preview. Full file delivered on download.",
  "sample_rows": [
    {
      "class": "p",
      "cap_shape": "x",
      "cap_surface": "s",
      "cap_color": "n",
      "bruises": "t",
      "odor": "p",
      "gill_attachment": "f",
      "gill_spacing": "c",
      "gill_size": "n",
      "gill_color": "k",
      "stalk_shape": "e",
      "stalk_root": "e",
      "stalk_surface_above_ring": "s",
      "stalk_surface_below_ring": "s",
      "stalk_color_above_ring": "w",
      "stalk_color_below_ring": "w",
      "veil_type": "p",
      "veil_color": "w",
      "ring_number": "o",
      "ring_type": "p",
      "spore_print_color": "k",
      "population": "s",
      "habitat": "u"
    },
    {
      "class": "e",
      "cap_shape": "x",
      "cap_surface": "s",
      "cap_color": "y",
      "bruises": "t",
      "odor": "a",
      "gill_attachment": "f",
      "gill_spacing": "c",
      "gill_size": "b",
      "gill_color": "k",
      "stalk_shape": "e",
      "stalk_root": "c",
      "stalk_surface_above_ring": "s",
      "stalk_surface_below_ring": "s",
      "stalk_color_above_ring": "w",
      "stalk_color_below_ring": "w",
      "veil_type": "p",
      "veil_color": "w",
      "ring_number": "o",
      "ring_type": "p",
      "spore_print_color": "n",
      "population": "n",
      "habitat": "g"
    },
    {
      "class": "e",
      "cap_shape": "b",
      "cap_surface": "s",
      "cap_color": "w",
      "bruises": "t",
      "odor": "l",
      "gill_attachment": "f",
      "gill_spacing": "c",
      "gill_size": "b",
      "gill_color": "n",
      "stalk_shape": "e",
      "stalk_root": "c",
      "stalk_surface_above_ring": "s",
      "stalk_surface_below_ring": "s",
      "stalk_color_above_ring": "w",
      "stalk_color_below_ring": "w",
      "veil_type": "p",
      "veil_color": "w",
      "ring_number": "o",
      "ring_type": "p",
      "spore_print_color": "n",
      "population": "n",
      "habitat": "m"
    }
  ]
}
declaredfresh

Call it from the shell

curl 'https://api.datapoint.market/r/data37/mushroom'

Call it from an agent

Connected in Claude (or any agent on the connector)? Buy it in one call — no API key, no signup. Call it once with no payment to take a free trial (real data) or get a price quote before you pay.

call_endpoint("data37", "mushroom", params={})
Free to call

This endpoint is free — no account, no API key, no payment. Just call the URL and the relay returns the origin's response.

Buyer guide →

Provider: Data 37