Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    CastError
Message:      Couldn't cast
name: string
url: string
source: string
structured: struct<name: string, url: string, class: struct<chemical: list<item: string>, psychoactive: list<ite (... 6746 chars omitted)
  child 0, name: string
  child 1, url: string
  child 2, class: struct<chemical: list<item: string>, psychoactive: list<item: string>>
      child 0, chemical: list<item: string>
          child 0, item: string
      child 1, psychoactive: list<item: string>
          child 0, item: string
  child 3, tolerance: struct<full: string, half: string, zero: string>
      child 0, full: string
      child 1, half: string
      child 2, zero: string
  child 4, roas: list<item: struct<name: string, dose: struct<units: string, threshold: double, light: struct<min: do (... 574 chars omitted)
      child 0, item: struct<name: string, dose: struct<units: string, threshold: double, light: struct<min: double, max:  (... 562 chars omitted)
          child 0, name: string
          child 1, dose: struct<units: string, threshold: double, light: struct<min: double, max: double>, common: struct<min (... 80 chars omitted)
              child 0, units: string
              child 1, threshold: double
              child 2, light: struct<min: double, max: double>
                  child 0, min: double
                  child 1, max: double
              child 3, common: struct<min: double, max: double>
                  child 0, min: double
                  child 1, max: double
              child 4, strong: struct<min: do
...
tring
  child 12, after_effects: string
  child 13, subjective_effects: list<item: string>
      child 0, item: string
  child 14, toxicity: string
  child 15, addiction_potential: string
  child 16, tolerance_notes: string
  child 17, dangerous_interactions: list<item: string>
      child 0, item: string
  child 18, legal_status: string
  child 19, harm_reduction: string
  child 20, history: string
page_text: string
enriched_by: string
roas: null
roa_typed: null
dangerous_interactions: null
unsafe_interactions: null
uncertain_interactions: null
reagents: null
images: list<item: struct<thumb: string, image: string>>
  child 0, item: struct<thumb: string, image: string>
      child 0, thumb: string
      child 1, image: string
common_names: list<item: string>
  child 0, item: string
toxicity: list<item: string>
  child 0, item: string
systematic_name: string
class: struct<chemical: list<item: string>, psychoactive: list<item: string>>
  child 0, chemical: list<item: string>
      child 0, item: string
  child 1, psychoactive: list<item: string>
      child 0, item: string
addiction_potential: string
summary: string
tolerance: struct<full: string, half: string, zero: string>
  child 0, full: string
  child 1, half: string
  child 2, zero: string
effects: list<item: struct<name: string, url: string>>
  child 0, item: struct<name: string, url: string>
      child 0, name: string
      child 1, url: string
cross_tolerances: list<item: string>
  child 0, item: string
featured: bool
to
{'name': Value('string'), 'url': Value('string'), 'class': {'chemical': List(Value('string')), 'psychoactive': List(Value('string'))}, 'tolerance': {'full': Value('string'), 'half': Value('string'), 'zero': Value('string')}, 'roas': List(Json(decode=True)), 'effects': List({'name': Value('string'), 'url': Value('string')}), 'roa_typed': Json(decode=True), 'featured': Value('bool'), 'addiction_potential': Value('string'), 'toxicity': List(Value('string')), 'common_names': List(Value('string')), 'summary': Value('string'), 'images': List({'thumb': Value('string'), 'image': Value('string')}), 'dangerous_interactions': List(Json(decode=True)), 'unsafe_interactions': List(Json(decode=True)), 'uncertain_interactions': List(Json(decode=True)), 'reagents': {'substance_name': Value('string'), 'raw_name': Value('string'), 'results': List(Json(decode=True))}, 'cross_tolerances': List(Value('string')), 'systematic_name': Value('string')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1816, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
                  for item in generator(*args, **kwargs):
                              ~~~~~~~~~^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              name: string
              url: string
              source: string
              structured: struct<name: string, url: string, class: struct<chemical: list<item: string>, psychoactive: list<ite (... 6746 chars omitted)
                child 0, name: string
                child 1, url: string
                child 2, class: struct<chemical: list<item: string>, psychoactive: list<item: string>>
                    child 0, chemical: list<item: string>
                        child 0, item: string
                    child 1, psychoactive: list<item: string>
                        child 0, item: string
                child 3, tolerance: struct<full: string, half: string, zero: string>
                    child 0, full: string
                    child 1, half: string
                    child 2, zero: string
                child 4, roas: list<item: struct<name: string, dose: struct<units: string, threshold: double, light: struct<min: do (... 574 chars omitted)
                    child 0, item: struct<name: string, dose: struct<units: string, threshold: double, light: struct<min: double, max:  (... 562 chars omitted)
                        child 0, name: string
                        child 1, dose: struct<units: string, threshold: double, light: struct<min: double, max: double>, common: struct<min (... 80 chars omitted)
                            child 0, units: string
                            child 1, threshold: double
                            child 2, light: struct<min: double, max: double>
                                child 0, min: double
                                child 1, max: double
                            child 3, common: struct<min: double, max: double>
                                child 0, min: double
                                child 1, max: double
                            child 4, strong: struct<min: do
              ...
              tring
                child 12, after_effects: string
                child 13, subjective_effects: list<item: string>
                    child 0, item: string
                child 14, toxicity: string
                child 15, addiction_potential: string
                child 16, tolerance_notes: string
                child 17, dangerous_interactions: list<item: string>
                    child 0, item: string
                child 18, legal_status: string
                child 19, harm_reduction: string
                child 20, history: string
              page_text: string
              enriched_by: string
              roas: null
              roa_typed: null
              dangerous_interactions: null
              unsafe_interactions: null
              uncertain_interactions: null
              reagents: null
              images: list<item: struct<thumb: string, image: string>>
                child 0, item: struct<thumb: string, image: string>
                    child 0, thumb: string
                    child 1, image: string
              common_names: list<item: string>
                child 0, item: string
              toxicity: list<item: string>
                child 0, item: string
              systematic_name: string
              class: struct<chemical: list<item: string>, psychoactive: list<item: string>>
                child 0, chemical: list<item: string>
                    child 0, item: string
                child 1, psychoactive: list<item: string>
                    child 0, item: string
              addiction_potential: string
              summary: string
              tolerance: struct<full: string, half: string, zero: string>
                child 0, full: string
                child 1, half: string
                child 2, zero: string
              effects: list<item: struct<name: string, url: string>>
                child 0, item: struct<name: string, url: string>
                    child 0, name: string
                    child 1, url: string
              cross_tolerances: list<item: string>
                child 0, item: string
              featured: bool
              to
              {'name': Value('string'), 'url': Value('string'), 'class': {'chemical': List(Value('string')), 'psychoactive': List(Value('string'))}, 'tolerance': {'full': Value('string'), 'half': Value('string'), 'zero': Value('string')}, 'roas': List(Json(decode=True)), 'effects': List({'name': Value('string'), 'url': Value('string')}), 'roa_typed': Json(decode=True), 'featured': Value('bool'), 'addiction_potential': Value('string'), 'toxicity': List(Value('string')), 'common_names': List(Value('string')), 'summary': Value('string'), 'images': List({'thumb': Value('string'), 'image': Value('string')}), 'dangerous_interactions': List(Json(decode=True)), 'unsafe_interactions': List(Json(decode=True)), 'uncertain_interactions': List(Json(decode=True)), 'reagents': {'substance_name': Value('string'), 'raw_name': Value('string'), 'results': List(Json(decode=True))}, 'cross_tolerances': List(Value('string')), 'systematic_name': Value('string')}
              because column names don't match
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1869, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

name
string
url
string
class
dict
tolerance
dict
roas
list
effects
list
roa_typed
unknown
featured
bool
addiction_potential
string
toxicity
list
cross_tolerances
list
common_names
list
summary
string
images
list
uncertain_interactions
list
unsafe_interactions
list
dangerous_interactions
list
reagents
dict
systematic_name
string
Psilocybin mushrooms
https://psychonautwiki.org/wiki/Psilocybin%20mushrooms
{ "chemical": [ "Substituted tryptamines" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": "3 days", "zero": "7 days" }
[ { "name": "oral", "dose": { "units": "mg", "threshold": 2.5, "light": { "min": 2.5, "max": 10 }, "common": { "min": 10, "max": 25 }, "strong": { "min": 25, "max": 50 }, "heavy": 50 }, "duration": { ...
[ { "name": "Psilocybin mushrooms", "url": "https://psychonautwiki.org/wiki/Psilocybin_mushrooms" } ]
{ "oral": { "name": "", "dose": { "units": "mg", "threshold": 2.5, "light": { "min": 2.5, "max": 10 }, "common": { "min": 10, "max": 25 }, "strong": { "min": 25, "max": 50 }, "heavy": 50 }, "duration"...
true
low abuse potential, no physical dependence potential
[ "extremely low toxicity relative to dose" ]
[ "psychedelic" ]
[ "Psilocybin", "Psilocybin mushrooms", "Magic Mushrooms", "Shrooms", "4-PO-DMT" ]
Exercise caution when consuming wild psilocybin mushrooms. If consuming mushrooms harvested in nature, it is important to understand the risk of mistakenly consuming a poisonous (potentially fatal) look-alike variety. Please see this section for more information.
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Lock-green.svg&width=200", "image": "https://psychonautwiki.org/w/images/6/65/Lock-green.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Dialog-warning.svg.png&width=200", "image": "https://psychonautwiki.org/w/images/9/9a/Dialog-...
[ { "name": "Cannabis", "url": "https://psychonautwiki.org/wiki/Cannabis", "addiction_potential": "moderately habit-forming", "summary": "Summary sheet: Cannabis Cannabis" }, { "name": "Amphetamines", "url": "https://psychonautwiki.org/wiki/Amphetamines" }, { "name": "Cocaine", ...
[ { "name": "Tramadol", "url": "https://psychonautwiki.org/wiki/Tramadol", "addiction_potential": "moderately addictive with a high potential for abuse", "toxicity": [ "low toxicity", "potentially lethal when mixed with depressants like alcohol or benzodiazepines" ], "summary": "Fa...
null
{ "substance_name": "Psilocybin", "raw_name": "Psilocybin (Psilocybin mushrooms, Magic Mushrooms, 4-PO-DMT)", "results": [ { "reagent": { "id": 0, "name": "marq_desc", "full_name": "Marquis", "short_name": "Mq", "white_first_color": true }, "start_colo...
null
LSD
https://psychonautwiki.org/wiki/LSD
{ "chemical": [ "Lysergamides" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": null, "zero": "5 days" }
[ { "name": "sublingual", "dose": { "units": "µg", "threshold": 15, "light": { "min": 15, "max": 75 }, "common": { "min": 75, "max": 150 }, "strong": { "min": 150, "max": 300 }, "heavy": 300 }, "durat...
[ { "name": "LSD", "url": "https://psychonautwiki.org/wiki/LSD" } ]
{ "sublingual": { "name": "", "dose": { "units": "µg", "threshold": 15, "light": { "min": 15, "max": 75 }, "common": { "min": 75, "max": 150 }, "strong": { "min": 150, "max": 300 }, "heavy": 300 }, "d...
true
non-addictive with a low abuse potential
[ "extremely low toxicity relative to dose" ]
[ "psychedelics" ]
[ "LSD", "LSD-25", "Lucy", "L", "Acid", "Cid", "Tabs", "Blotter" ]
Summary sheet: LSD LSD
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=1200px-10_strip.jpg&width=200", "image": "https://psychonautwiki.org/w/images/f/f1/1200px-10_strip.jpg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Lsd_bottle1.jpg&width=200", "image": "https://psychonautwiki.org/w/images/7/79/Lsd_...
[ { "name": "Cannabis", "url": "https://psychonautwiki.org/wiki/Cannabis", "addiction_potential": "moderately habit-forming", "summary": "Summary sheet: Cannabis Cannabis" }, { "name": "Stimulants", "url": "https://psychonautwiki.org/wiki/Stimulants", "summary": "This article is a st...
[ { "name": "Tramadol", "url": "https://psychonautwiki.org/wiki/Tramadol", "addiction_potential": "moderately addictive with a high potential for abuse", "toxicity": [ "low toxicity", "potentially lethal when mixed with depressants like alcohol or benzodiazepines" ], "summary": "Fa...
[ { "name": "Lithium", "url": "https://psychonautwiki.org/wiki/Lithium" } ]
{ "substance_name": "LSD", "raw_name": "LSD (LSD-25, Lucy, Acid, Tabs, Blotter, Gel, Windowpane)", "results": [ { "reagent": { "id": 0, "name": "marq_desc", "full_name": "Marquis", "short_name": "Mq", "white_first_color": true }, "is_positive": false, ...
null
Mescaline
https://psychonautwiki.org/wiki/Mescaline
{ "chemical": [ "Substituted phenethylamines" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": "3 days", "zero": "7 days" }
[ { "name": "oral", "dose": { "units": "mg", "threshold": 50, "light": { "min": 50, "max": 200 }, "common": { "min": 200, "max": 400 }, "strong": { "min": 400, "max": 800 }, "heavy": 800 }, "duration"...
[ { "name": "Mescaline", "url": "https://psychonautwiki.org/wiki/Mescaline" } ]
{ "oral": { "name": "", "dose": { "units": "mg", "threshold": 50, "light": { "min": 50, "max": 200 }, "common": { "min": 200, "max": 400 }, "strong": { "min": 400, "max": 800 }, "heavy": 800 }, "durat...
true
not habit-forming
[ "toxic dose is unknown" ]
[ "psychedelic" ]
[ "Mescaline", "Peyote", "San Pedro", "Cactus", "Buttons" ]
Summary sheet: Mescaline Mescaline
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Lock-green.svg&width=200", "image": "https://psychonautwiki.org/w/images/6/65/Lock-green.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Mescaline.svg&width=200", "image": "https://psychonautwiki.org/w/images/4/41/Mescaline.svg" ...
[ { "name": "5-MeO-xxT", "url": "https://psychonautwiki.org/wiki/5-MeO-xxT" }, { "name": "Cannabis", "url": "https://psychonautwiki.org/wiki/Cannabis", "addiction_potential": "moderately habit-forming", "summary": "Summary sheet: Cannabis Cannabis" }, { "name": "Amphetamines", ...
[ { "name": "Tramadol", "url": "https://psychonautwiki.org/wiki/Tramadol", "addiction_potential": "moderately addictive with a high potential for abuse", "toxicity": [ "low toxicity", "potentially lethal when mixed with depressants like alcohol or benzodiazepines" ], "summary": "Fa...
[ { "name": "ΑMT", "url": "https://psychonautwiki.org/wiki/%CE%91MT", "addiction_potential": "moderately habit-forming", "toxicity": [ "toxic dose is unknown" ], "summary": "Summary sheet: ΑMT ΑMT" } ]
null
null
DMT
https://psychonautwiki.org/wiki/DMT
{ "chemical": [ "Substituted tryptamines" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "does not appear to occur", "half": null, "zero": null }
[ { "name": "intravenous", "dose": { "units": "mg", "threshold": 4, "light": { "min": 4, "max": 10 }, "common": { "min": 10, "max": 15 }, "strong": { "min": 15, "max": 20 }, "heavy": 20 }, "duration":...
[ { "name": "DMT", "url": "https://psychonautwiki.org/wiki/DMT" } ]
{ "intravenous": { "name": "", "dose": { "units": "mg", "threshold": 4, "light": { "min": 4, "max": 10 }, "common": { "min": 10, "max": 15 }, "strong": { "min": 15, "max": 20 }, "heavy": 20 }, "durati...
true
non-addictive with a low abuse potential
[ "extremely low toxicity" ]
[ "psychedelics" ]
[ "DMT", "N,N-DMT", "Dmitry", "The Glory", "The Spirit Molecule" ]
Summary sheet: DMT DMT
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Lock-green.svg&width=200", "image": "https://psychonautwiki.org/w/images/6/65/Lock-green.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=DMT.svg&width=200", "image": "https://psychonautwiki.org/w/images/8/88/DMT.svg" }, { ...
[ { "name": "Cannabis", "url": "https://psychonautwiki.org/wiki/Cannabis", "addiction_potential": "moderately habit-forming", "summary": "Summary sheet: Cannabis Cannabis" }, { "name": "Stimulants", "url": "https://psychonautwiki.org/wiki/Stimulants", "summary": "This article is a st...
[ { "name": "Tramadol", "url": "https://psychonautwiki.org/wiki/Tramadol", "addiction_potential": "moderately addictive with a high potential for abuse", "toxicity": [ "low toxicity", "potentially lethal when mixed with depressants like alcohol or benzodiazepines" ], "summary": "Fa...
[ { "name": "Lithium", "url": "https://psychonautwiki.org/wiki/Lithium" } ]
{ "substance_name": "DMT", "raw_name": "DMT (N,N-DMT, Dmitry, The Glory, The Spirit Molecule, dimethyltryptamine)", "results": [ { "reagent": { "id": 0, "name": "marq_desc", "full_name": "Marquis", "short_name": "Mq", "white_first_color": true }, "star...
null
Ayahuasca
https://psychonautwiki.org/wiki/Ayahuasca
{ "chemical": [], "psychoactive": [ "Psychedelic" ] }
null
[ { "name": "oral", "duration": { "onset": { "min": 20, "max": 60, "units": "minutes" }, "peak": { "min": 1, "max": 2, "units": "hours" }, "offset": { "min": 1, "max": 2, "units": "hours" }, "tota...
[ { "name": "Ayahuasca", "url": "https://psychonautwiki.org/wiki/Ayahuasca" } ]
{ "oral": { "name": "", "duration": { "onset": { "min": 20, "max": 60, "units": "minutes" }, "peak": { "min": 1, "max": 2, "units": "hours" }, "offset": { "min": 1, "max": 2, "units": "hours" }, "...
true
not habit-forming
[ "LD50 is around 50 times a regular dose" ]
null
[ "Ayahuasca", "Aya", "Caapi", "Cipó", "Hoasca", "Vegetal", "Yagé", "Yajé", "Natem", "Shori" ]
Ayahuasca Ayahuasca cooking in the Loreto region of Peru
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Aya-cooking.jpg&width=200", "image": "https://psychonautwiki.org/w/images/6/60/Aya-cooking.jpg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Ayahuasca.svg&width=200", "image": "https://psychonautwiki.org/w/images/9/91/Ayahuasca.svg"...
null
null
null
null
null
1B-LSD
https://psychonautwiki.org/wiki/1B-LSD
{ "chemical": [ "Lysergamides" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": "5-7 days", "zero": "14 days" }
[ { "name": "oral", "dose": { "units": "µg", "threshold": 15, "light": { "min": 25, "max": 75 }, "common": { "min": 75, "max": 150 }, "strong": { "min": 150, "max": 300 }, "heavy": 300 }, "duration": ...
[ { "name": "1B-LSD", "url": "https://psychonautwiki.org/wiki/1B-LSD" } ]
{ "oral": { "name": "", "dose": { "units": "µg", "threshold": 15, "light": { "min": 25, "max": 75 }, "common": { "min": 75, "max": 150 }, "strong": { "min": 150, "max": 300 }, "heavy": 300 }, "duratio...
true
non-addictive with a low abuse potential
[ "extremely low toxicity relative to dose" ]
[ "psychedelic" ]
[ "1B-LSD" ]
Summary sheet: 1B-LSD 1B-LSD
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=1B-LSD.svg&width=200", "image": "https://psychonautwiki.org/w/images/f/fe/1B-LSD.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Substituted_lysergamide.svg&width=200", "image": "https://psychonautwiki.org/w/images/5/5b/Substitute...
[ { "name": "Cannabis", "url": "https://psychonautwiki.org/wiki/Cannabis", "addiction_potential": "moderately habit-forming", "summary": "Summary sheet: Cannabis Cannabis" }, { "name": "Stimulants", "url": "https://psychonautwiki.org/wiki/Stimulants", "summary": "This article is a st...
[ { "name": "Tramadol", "url": "https://psychonautwiki.org/wiki/Tramadol", "addiction_potential": "moderately addictive with a high potential for abuse", "toxicity": [ "low toxicity", "potentially lethal when mixed with depressants like alcohol or benzodiazepines" ], "summary": "Fa...
[ { "name": "Lithium", "url": "https://psychonautwiki.org/wiki/Lithium" } ]
{ "substance_name": "1B-LSD", "raw_name": "1B-LSD", "results": [ { "reagent": { "id": 0, "name": "marq_desc", "full_name": "Marquis", "short_name": "Mq", "white_first_color": true }, "start_colors": [ { "id": 1, "name": "bla...
null
1cP-AL-LAD
https://psychonautwiki.org/wiki/1cP-AL-LAD
{ "chemical": [ "Lysergamides" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": "5-7 days", "zero": "14 days" }
[ { "name": "oral", "dose": { "units": "µg", "threshold": 20, "light": { "min": 50, "max": 100 }, "common": { "min": 100, "max": 225 }, "strong": { "min": 225, "max": 350 }, "heavy": 350 }, "duration"...
[ { "name": "1cP-AL-LAD", "url": "https://psychonautwiki.org/wiki/1cP-AL-LAD" } ]
{ "oral": { "name": "", "dose": { "units": "µg", "threshold": 20, "light": { "min": 50, "max": 100 }, "common": { "min": 100, "max": 225 }, "strong": { "min": 225, "max": 350 }, "heavy": 350 }, "durat...
true
not habit-forming
[ "toxic dose is unknown", "extremely low toxicity" ]
[ "psychedelic" ]
[ "1cP-AL-LAD" ]
Summary sheet: 1cP-AL-LAD 1cP-AL-LAD
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=1cP-AL-LAD.svg&width=200", "image": "https://psychonautwiki.org/w/images/c/cc/1cP-AL-LAD.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Child.svg&width=200", "image": "https://psychonautwiki.org/w/images/9/9e/Child.svg" }, { ...
[ { "name": "Cannabis", "url": "https://psychonautwiki.org/wiki/Cannabis", "addiction_potential": "moderately habit-forming", "summary": "Summary sheet: Cannabis Cannabis" }, { "name": "Stimulants", "url": "https://psychonautwiki.org/wiki/Stimulants", "summary": "This article is a st...
[ { "name": "Tramadol", "url": "https://psychonautwiki.org/wiki/Tramadol", "addiction_potential": "moderately addictive with a high potential for abuse", "toxicity": [ "low toxicity", "potentially lethal when mixed with depressants like alcohol or benzodiazepines" ], "summary": "Fa...
[ { "name": "Lithium", "url": "https://psychonautwiki.org/wiki/Lithium" } ]
{ "substance_name": "1cP-AL-LAD", "raw_name": "1cP-AL-LAD", "results": [ { "reagent": { "id": 0, "name": "marq_desc", "full_name": "Marquis", "short_name": "Mq", "white_first_color": true }, "is_positive": false, "description": "no color change (...
null
1cP-LSD
https://psychonautwiki.org/wiki/1cP-LSD
{ "chemical": [ "Lysergamides" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": "5-7 days", "zero": "14 days" }
[ { "name": "oral", "dose": { "units": "µg", "threshold": 15, "light": { "min": 25, "max": 75 }, "common": { "min": 75, "max": 150 }, "strong": { "min": 150, "max": 300 }, "heavy": 300 }, "duration": ...
[ { "name": "1cP-LSD", "url": "https://psychonautwiki.org/wiki/1cP-LSD" } ]
{ "oral": { "name": "", "dose": { "units": "µg", "threshold": 15, "light": { "min": 25, "max": 75 }, "common": { "min": 75, "max": 150 }, "strong": { "min": 150, "max": 300 }, "heavy": 300 }, "duratio...
null
non-addictive with a low abuse potential
null
[ "psychedelic" ]
[ "1cP-LSD" ]
Summary sheet: 1cP-LSD 1cP-LSD
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=1cP-LSD.svg&width=200", "image": "https://psychonautwiki.org/w/images/1/14/1cP-LSD.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Pill_bottle-o.png&width=200", "image": "https://psychonautwiki.org/w/images/3/36/Pill_bottle-o.png"...
[ { "name": "Cannabis", "url": "https://psychonautwiki.org/wiki/Cannabis", "addiction_potential": "moderately habit-forming", "summary": "Summary sheet: Cannabis Cannabis" }, { "name": "Stimulants", "url": "https://psychonautwiki.org/wiki/Stimulants", "summary": "This article is a st...
[ { "name": "Tramadol", "url": "https://psychonautwiki.org/wiki/Tramadol", "addiction_potential": "moderately addictive with a high potential for abuse", "toxicity": [ "low toxicity", "potentially lethal when mixed with depressants like alcohol or benzodiazepines" ], "summary": "Fa...
[ { "name": "Lithium", "url": "https://psychonautwiki.org/wiki/Lithium" } ]
{ "substance_name": "1cP-LSD", "raw_name": "1cP-LSD (curie)", "results": [ { "reagent": { "id": 0, "name": "marq_desc", "full_name": "Marquis", "short_name": "Mq", "white_first_color": true }, "is_positive": false, "description": "no color change...
null
1cP-MiPLA
https://psychonautwiki.org/wiki/1cP-MiPLA
{ "chemical": [ "Lysergamides" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": "5-7 days", "zero": "14 days" }
[ { "name": "oral", "dose": { "units": "µg", "threshold": 50, "light": { "min": 100, "max": 150 }, "common": { "min": 150, "max": 200 }, "strong": { "min": 200, "max": 250 }, "heavy": 300 }, "duration...
[ { "name": "1cP-MiPLA", "url": "https://psychonautwiki.org/wiki/1cP-MiPLA" } ]
{ "oral": { "name": "", "dose": { "units": "µg", "threshold": 50, "light": { "min": 100, "max": 150 }, "common": { "min": 150, "max": 200 }, "strong": { "min": 200, "max": 250 }, "heavy": 300 }, "dura...
null
not habit-forming
[ "toxic dose is unknown", "extremely low toxicity" ]
[ "psychedelic" ]
[ "1cP-MiPLA" ]
This page has not been fully approved by the PsychonautWiki administrators. It may contain incorrect information, particularly with respect to dosage, duration, subjective effects, toxicity and other risks. It may also not meet PW style and grammar standards.
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Yellow-warning-sign1.svg&width=200", "image": "https://psychonautwiki.org/w/images/e/e0/Yellow-warning-sign1.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=1cP-MiPLA.svg&width=200", "image": "https://psychonautwiki.org/w/images/e...
[ { "name": "Cannabis", "url": "https://psychonautwiki.org/wiki/Cannabis", "addiction_potential": "moderately habit-forming", "summary": "Summary sheet: Cannabis Cannabis" }, { "name": "Stimulants", "url": "https://psychonautwiki.org/wiki/Stimulants", "summary": "This article is a st...
[ { "name": "Tramadol", "url": "https://psychonautwiki.org/wiki/Tramadol", "addiction_potential": "moderately addictive with a high potential for abuse", "toxicity": [ "low toxicity", "potentially lethal when mixed with depressants like alcohol or benzodiazepines" ], "summary": "Fa...
[ { "name": "Lithium", "url": "https://psychonautwiki.org/wiki/Lithium" } ]
{ "substance_name": "1cP-MiPLA", "raw_name": "1cP-MiPLA", "results": [ { "reagent": { "id": 6, "name": "ehrl_desc", "full_name": "Ehrlich", "short_name": "Eh", "white_first_color": true }, "is_positive": false, "description": "no color change (16...
null
1P-ETH-LAD
https://psychonautwiki.org/wiki/1P-ETH-LAD
{ "chemical": [ "Lysergamides" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": "3 days", "zero": "7 days" }
[ { "name": "oral", "dose": { "units": "µg", "threshold": 25, "light": { "min": 30, "max": 60 }, "common": { "min": 60, "max": 100 }, "strong": { "min": 100, "max": 200 }, "heavy": 200 }, "duration": ...
[ { "name": "1P-ETH-LAD", "url": "https://psychonautwiki.org/wiki/1P-ETH-LAD" } ]
{ "oral": { "name": "", "dose": { "units": "µg", "threshold": 25, "light": { "min": 30, "max": 60 }, "common": { "min": 60, "max": 100 }, "strong": { "min": 100, "max": 200 }, "heavy": 200 }, "duratio...
null
not habit-forming
[ "toxic dose is unknown" ]
[ "psychedelic" ]
[ "1P-ETH-LAD", "1-Propionyl-6-ethyl-6-nor-lysergic acid diethyamide" ]
Summary sheet: 1P-ETH-LAD 1P-ETH-LAD
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=1P-ETH-LAD.svg&width=200", "image": "https://psychonautwiki.org/w/images/f/f3/1P-ETH-LAD.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Substituted_lysergamide.svg&width=200", "image": "https://psychonautwiki.org/w/images/5/5b/Su...
[ { "name": "Cannabis", "url": "https://psychonautwiki.org/wiki/Cannabis", "addiction_potential": "moderately habit-forming", "summary": "Summary sheet: Cannabis Cannabis" }, { "name": "Stimulants", "url": "https://psychonautwiki.org/wiki/Stimulants", "summary": "This article is a st...
[ { "name": "Tramadol", "url": "https://psychonautwiki.org/wiki/Tramadol", "addiction_potential": "moderately addictive with a high potential for abuse", "toxicity": [ "low toxicity", "potentially lethal when mixed with depressants like alcohol or benzodiazepines" ], "summary": "Fa...
[ { "name": "Lithium", "url": "https://psychonautwiki.org/wiki/Lithium" } ]
null
null
1P-LSD
https://psychonautwiki.org/wiki/1P-LSD
{ "chemical": [ "Lysergamides" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": "5-7 days", "zero": "14 days" }
[ { "name": "oral", "dose": { "units": "µg", "threshold": 15, "light": { "min": 25, "max": 75 }, "common": { "min": 75, "max": 150 }, "strong": { "min": 150, "max": 300 }, "heavy": 300 }, "duration": ...
[ { "name": "1P-LSD", "url": "https://psychonautwiki.org/wiki/1P-LSD" } ]
{ "oral": { "name": "", "dose": { "units": "µg", "threshold": 15, "light": { "min": 25, "max": 75 }, "common": { "min": 75, "max": 150 }, "strong": { "min": 150, "max": 300 }, "heavy": 300 }, "duratio...
true
non-addictive with a low abuse potential
[ "extremely low toxicity relative to dose" ]
[ "psychedelic" ]
[ "1P-LSD" ]
Summary sheet: 1P-LSD 1P-LSD
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=1P-LSD.svg&width=200", "image": "https://psychonautwiki.org/w/images/7/70/1P-LSD.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Child.svg&width=200", "image": "https://psychonautwiki.org/w/images/9/9e/Child.svg" }, { "thu...
[ { "name": "Cannabis", "url": "https://psychonautwiki.org/wiki/Cannabis", "addiction_potential": "moderately habit-forming", "summary": "Summary sheet: Cannabis Cannabis" }, { "name": "Stimulants", "url": "https://psychonautwiki.org/wiki/Stimulants", "summary": "This article is a st...
[ { "name": "Tramadol", "url": "https://psychonautwiki.org/wiki/Tramadol", "addiction_potential": "moderately addictive with a high potential for abuse", "toxicity": [ "low toxicity", "potentially lethal when mixed with depressants like alcohol or benzodiazepines" ], "summary": "Fa...
[ { "name": "Lithium", "url": "https://psychonautwiki.org/wiki/Lithium" } ]
{ "substance_name": "1P-LSD", "raw_name": "1P-LSD", "results": [ { "reagent": { "id": 0, "name": "marq_desc", "full_name": "Marquis", "short_name": "Mq", "white_first_color": true }, "start_colors": [ { "id": 21, "name": "pi...
null
1V-LSD
https://psychonautwiki.org/wiki/1V-LSD
{ "chemical": [ "Lysergamides" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": "5-7 days", "zero": "14 days" }
[ { "name": "oral", "dose": { "units": "µg", "threshold": 15, "light": { "min": 25, "max": 75 }, "common": { "min": 75, "max": 150 }, "strong": { "min": 150, "max": 300 }, "heavy": 300 }, "duration": ...
[ { "name": "1V-LSD", "url": "https://psychonautwiki.org/wiki/1V-LSD" } ]
{ "oral": { "name": "", "dose": { "units": "µg", "threshold": 15, "light": { "min": 25, "max": 75 }, "common": { "min": 75, "max": 150 }, "strong": { "min": 150, "max": 300 }, "heavy": 300 }, "duratio...
true
non-addictive with a low abuse potential
[ "extremely low toxicity relative to dose" ]
[ "psychedelic" ]
[ "1V-LSD" ]
Summary sheet: 1V-LSD 1V-LSD
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=1V-LSD.svg&width=200", "image": "https://psychonautwiki.org/w/images/4/43/1V-LSD.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Substituted_lysergamide.svg&width=200", "image": "https://psychonautwiki.org/w/images/5/5b/Substitute...
[ { "name": "Cannabis", "url": "https://psychonautwiki.org/wiki/Cannabis", "addiction_potential": "moderately habit-forming", "summary": "Summary sheet: Cannabis Cannabis" }, { "name": "Stimulants", "url": "https://psychonautwiki.org/wiki/Stimulants", "summary": "This article is a st...
[ { "name": "Tramadol", "url": "https://psychonautwiki.org/wiki/Tramadol", "addiction_potential": "moderately addictive with a high potential for abuse", "toxicity": [ "low toxicity", "potentially lethal when mixed with depressants like alcohol or benzodiazepines" ], "summary": "Fa...
[ { "name": "Lithium", "url": "https://psychonautwiki.org/wiki/Lithium" } ]
{ "substance_name": "1V-LSD", "raw_name": "1V-LSD", "results": [ { "reagent": { "id": 0, "name": "marq_desc", "full_name": "Marquis", "short_name": "Mq", "white_first_color": true }, "start_colors": [ { "id": 18, "name": "re...
null
ALD-52
https://psychonautwiki.org/wiki/ALD-52
{ "chemical": [ "Lysergamides" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": "5-7 days", "zero": "14 days" }
[ { "name": "oral", "dose": { "units": "µg", "threshold": 30, "light": { "min": 30, "max": 100 }, "common": { "min": 100, "max": 175 }, "strong": { "min": 175, "max": 325 }, "heavy": 325 }, "duration"...
[ { "name": "ALD-52", "url": "https://psychonautwiki.org/wiki/ALD-52" } ]
{ "oral": { "name": "", "dose": { "units": "µg", "threshold": 30, "light": { "min": 30, "max": 100 }, "common": { "min": 100, "max": 175 }, "strong": { "min": 175, "max": 325 }, "heavy": 325 }, "durat...
null
not habit-forming
[ "toxic dose is unknown", "extremely low toxicity" ]
[ "psychedelic" ]
[ "ALD-52", "1-Acetyl-LSD", "1A-LSD", "1A-LAD", "Orange Sunshine" ]
Summary sheet: ALD-52 ALD-52
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=ALD-52.svg&width=200", "image": "https://psychonautwiki.org/w/images/5/52/ALD-52.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=History_icon.svg&width=200", "image": "https://psychonautwiki.org/w/images/d/d0/History_icon.svg" }...
[ { "name": "Cannabis", "url": "https://psychonautwiki.org/wiki/Cannabis", "addiction_potential": "moderately habit-forming", "summary": "Summary sheet: Cannabis Cannabis" }, { "name": "Stimulants", "url": "https://psychonautwiki.org/wiki/Stimulants", "summary": "This article is a st...
[ { "name": "Tramadol", "url": "https://psychonautwiki.org/wiki/Tramadol", "addiction_potential": "moderately addictive with a high potential for abuse", "toxicity": [ "low toxicity", "potentially lethal when mixed with depressants like alcohol or benzodiazepines" ], "summary": "Fa...
[ { "name": "Lithium", "url": "https://psychonautwiki.org/wiki/Lithium" } ]
{ "substance_name": "ALD-52", "raw_name": "ALD-52 (1-Acetyl-LSD, 1A-LSD, 1A-LAD, Orange Sunshine)", "results": [ { "reagent": { "id": 0, "name": "marq_desc", "full_name": "Marquis", "short_name": "Mq", "white_first_color": true }, "is_positive": false,...
null
AL-LAD
https://psychonautwiki.org/wiki/AL-LAD
{ "chemical": [ "Lysergamides" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": "5-7 days", "zero": "14 days" }
[ { "name": "oral", "dose": { "units": "µg", "threshold": 20, "light": { "min": 50, "max": 100 }, "common": { "min": 100, "max": 225 }, "strong": { "min": 225, "max": 350 }, "heavy": 350 }, "duration"...
[ { "name": "AL-LAD", "url": "https://psychonautwiki.org/wiki/AL-LAD" } ]
{ "oral": { "name": "", "dose": { "units": "µg", "threshold": 20, "light": { "min": 50, "max": 100 }, "common": { "min": 100, "max": 225 }, "strong": { "min": 225, "max": 350 }, "heavy": 350 }, "durat...
true
not habit-forming
[ "toxic dose is unknown", "extremely low toxicity" ]
[ "psychedelic" ]
[ "AL-LAD", "Aladdin" ]
Summary sheet: AL-LAD AL-LAD
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=AL-LAD.svg&width=200", "image": "https://psychonautwiki.org/w/images/d/da/AL-LAD.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Child.svg&width=200", "image": "https://psychonautwiki.org/w/images/9/9e/Child.svg" }, { "thu...
[ { "name": "Cannabis", "url": "https://psychonautwiki.org/wiki/Cannabis", "addiction_potential": "moderately habit-forming", "summary": "Summary sheet: Cannabis Cannabis" }, { "name": "Stimulants", "url": "https://psychonautwiki.org/wiki/Stimulants", "summary": "This article is a st...
[ { "name": "Tramadol", "url": "https://psychonautwiki.org/wiki/Tramadol", "addiction_potential": "moderately addictive with a high potential for abuse", "toxicity": [ "low toxicity", "potentially lethal when mixed with depressants like alcohol or benzodiazepines" ], "summary": "Fa...
[ { "name": "Lithium", "url": "https://psychonautwiki.org/wiki/Lithium" } ]
{ "substance_name": "AL-LAD", "raw_name": "AL-LAD (Aladdin)", "results": [ { "reagent": { "id": 0, "name": "marq_desc", "full_name": "Marquis", "short_name": "Mq", "white_first_color": true }, "is_positive": false, "description": "no color change...
null
ETH-LAD
https://psychonautwiki.org/wiki/ETH-LAD
{ "chemical": [ "Lysergamides" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": "5-7 days", "zero": "14 days" }
[ { "name": "oral", "dose": { "units": "µg", "threshold": 15, "light": { "min": 30, "max": 60 }, "common": { "min": 60, "max": 150 }, "strong": { "min": 150, "max": 225 }, "heavy": 225 }, "duration": ...
[ { "name": "ETH-LAD", "url": "https://psychonautwiki.org/wiki/ETH-LAD" } ]
{ "oral": { "name": "", "dose": { "units": "µg", "threshold": 15, "light": { "min": 30, "max": 60 }, "common": { "min": 60, "max": 150 }, "strong": { "min": 150, "max": 225 }, "heavy": 225 }, "duratio...
true
not habit-forming
[ "toxic dose is unknown" ]
[ "psychedelic" ]
[ "ETH-LAD" ]
Summary sheet: ETH-LAD ETH-LAD
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=ETH-LAD.svg&width=200", "image": "https://psychonautwiki.org/w/images/5/5c/ETH-LAD.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Substituted_lysergamide.svg&width=200", "image": "https://psychonautwiki.org/w/images/5/5b/Substitu...
[ { "name": "Cannabis", "url": "https://psychonautwiki.org/wiki/Cannabis", "addiction_potential": "moderately habit-forming", "summary": "Summary sheet: Cannabis Cannabis" }, { "name": "Stimulants", "url": "https://psychonautwiki.org/wiki/Stimulants", "summary": "This article is a st...
[ { "name": "Tramadol", "url": "https://psychonautwiki.org/wiki/Tramadol", "addiction_potential": "moderately addictive with a high potential for abuse", "toxicity": [ "low toxicity", "potentially lethal when mixed with depressants like alcohol or benzodiazepines" ], "summary": "Fa...
[ { "name": "Lithium", "url": "https://psychonautwiki.org/wiki/Lithium" } ]
{ "substance_name": "ETH-LAD", "raw_name": "ETH-LAD", "results": [ { "reagent": { "id": 0, "name": "marq_desc", "full_name": "Marquis", "short_name": "Mq", "white_first_color": true }, "is_positive": false, "description": "no color change (254)" ...
null
LAE-32
https://psychonautwiki.org/wiki/LAE-32
{ "chemical": [ "Lysergamides" ], "psychoactive": [ "Psychedelic" ] }
null
[ { "name": "oral", "dose": { "units": "µg", "common": { "min": 500, "max": 1500 } }, "duration": { "total": { "min": 4, "max": 10, "units": "hours" } } } ]
[ { "name": "LAE-32", "url": "https://psychonautwiki.org/wiki/LAE-32" } ]
{ "oral": { "name": "", "dose": { "units": "µg", "common": { "min": 500, "max": 1500 } }, "duration": { "total": { "min": 4, "max": 10, "units": "hours" } } } }
true
null
null
null
null
This page has not been fully approved by the PsychonautWiki administrators. It may contain incorrect information, particularly with respect to dosage, duration, subjective effects, toxicity and other risks. It may also not meet PW style and grammar standards.
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Yellow-warning-sign1.svg&width=200", "image": "https://psychonautwiki.org/w/images/e/e0/Yellow-warning-sign1.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Songbird-egg.svg&width=200", "image": "https://psychonautwiki.org/w/image...
[ { "name": "Cannabis", "url": "https://psychonautwiki.org/wiki/Cannabis", "addiction_potential": "moderately habit-forming", "summary": "Summary sheet: Cannabis Cannabis" }, { "name": "Amphetamines", "url": "https://psychonautwiki.org/wiki/Amphetamines" }, { "name": "Cocaine", ...
[ { "name": "Tramadol", "url": "https://psychonautwiki.org/wiki/Tramadol", "addiction_potential": "moderately addictive with a high potential for abuse", "toxicity": [ "low toxicity", "potentially lethal when mixed with depressants like alcohol or benzodiazepines" ], "summary": "Fa...
null
null
null
LSA
https://psychonautwiki.org/wiki/LSA
{ "chemical": [ "Lysergamides" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": null, "zero": "7 days" }
[ { "name": "oral", "dose": { "units": "seeds", "threshold": 20, "light": { "min": 50, "max": 100 }, "common": { "min": 100, "max": 250 }, "strong": { "min": 250, "max": 400 }, "heavy": 400 } }, { ...
[ { "name": "LSA", "url": "https://psychonautwiki.org/wiki/LSA" } ]
{ "oral": { "name": "", "dose": { "units": "seeds", "threshold": 20, "light": { "min": 50, "max": 100 }, "common": { "min": 100, "max": 250 }, "strong": { "min": 250, "max": 400 }, "heavy": 400 } }, "...
true
non-addictive with a low abuse potential
[ "toxic dose is unknown" ]
null
[ "LSA", "Ergine" ]
Summary sheet: LSA LSA
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=LSA.svg&width=200", "image": "https://psychonautwiki.org/w/images/7/79/LSA.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Child.svg&width=200", "image": "https://psychonautwiki.org/w/images/9/9e/Child.svg" }, { "thumb": "...
[ { "name": "Cannabis", "url": "https://psychonautwiki.org/wiki/Cannabis", "addiction_potential": "moderately habit-forming", "summary": "Summary sheet: Cannabis Cannabis" }, { "name": "Stimulants", "url": "https://psychonautwiki.org/wiki/Stimulants", "summary": "This article is a st...
[ { "name": "Tramadol", "url": "https://psychonautwiki.org/wiki/Tramadol", "addiction_potential": "moderately addictive with a high potential for abuse", "toxicity": [ "low toxicity", "potentially lethal when mixed with depressants like alcohol or benzodiazepines" ], "summary": "Fa...
[ { "name": "Lithium", "url": "https://psychonautwiki.org/wiki/Lithium" } ]
null
null
LSD
https://psychonautwiki.org/wiki/LSD
{ "chemical": [ "Lysergamides" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": null, "zero": "5 days" }
[ { "name": "sublingual", "dose": { "units": "µg", "threshold": 15, "light": { "min": 15, "max": 75 }, "common": { "min": 75, "max": 150 }, "strong": { "min": 150, "max": 300 }, "heavy": 300 }, "durat...
[ { "name": "LSD", "url": "https://psychonautwiki.org/wiki/LSD" } ]
{ "sublingual": { "name": "", "dose": { "units": "µg", "threshold": 15, "light": { "min": 15, "max": 75 }, "common": { "min": 75, "max": 150 }, "strong": { "min": 150, "max": 300 }, "heavy": 300 }, "d...
true
non-addictive with a low abuse potential
[ "extremely low toxicity relative to dose" ]
[ "psychedelics" ]
[ "LSD", "LSD-25", "Lucy", "L", "Acid", "Cid", "Tabs", "Blotter" ]
Summary sheet: LSD LSD
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=1200px-10_strip.jpg&width=200", "image": "https://psychonautwiki.org/w/images/f/f1/1200px-10_strip.jpg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Lsd_bottle1.jpg&width=200", "image": "https://psychonautwiki.org/w/images/7/79/Lsd_...
[ { "name": "Cannabis", "url": "https://psychonautwiki.org/wiki/Cannabis", "addiction_potential": "moderately habit-forming", "summary": "Summary sheet: Cannabis Cannabis" }, { "name": "Stimulants", "url": "https://psychonautwiki.org/wiki/Stimulants", "summary": "This article is a st...
[ { "name": "Tramadol", "url": "https://psychonautwiki.org/wiki/Tramadol", "addiction_potential": "moderately addictive with a high potential for abuse", "toxicity": [ "low toxicity", "potentially lethal when mixed with depressants like alcohol or benzodiazepines" ], "summary": "Fa...
[ { "name": "Lithium", "url": "https://psychonautwiki.org/wiki/Lithium" } ]
{ "substance_name": "LSD", "raw_name": "LSD (LSD-25, Lucy, Acid, Tabs, Blotter, Gel, Windowpane)", "results": [ { "reagent": { "id": 0, "name": "marq_desc", "full_name": "Marquis", "short_name": "Mq", "white_first_color": true }, "is_positive": false, ...
null
LSM-775
https://psychonautwiki.org/wiki/LSM-775
{ "chemical": [ "Lysergamides" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": "5-7 days", "zero": "14 days" }
[ { "name": "oral", "dose": { "units": "µg", "threshold": 250, "light": { "min": 500, "max": 750 }, "common": { "min": 750, "max": 1250 }, "strong": { "min": 1250, "max": 1500 }, "heavy": 1500 }, "dur...
[ { "name": "LSM-775", "url": "https://psychonautwiki.org/wiki/LSM-775" } ]
{ "oral": { "name": "", "dose": { "units": "µg", "threshold": 250, "light": { "min": 500, "max": 750 }, "common": { "min": 750, "max": 1250 }, "strong": { "min": 1250, "max": 1500 }, "heavy": 1500 }, ...
true
not habit-forming
[ "toxic dose is unknown" ]
[ "psychedelics" ]
[ "LSM-775" ]
Summary sheet: LSM-775 LSM-775
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=LSM-775.svg&width=200", "image": "https://psychonautwiki.org/w/images/4/41/LSM-775.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Substituted_lysergamide.svg&width=200", "image": "https://psychonautwiki.org/w/images/5/5b/Substitu...
[ { "name": "Cannabis", "url": "https://psychonautwiki.org/wiki/Cannabis", "addiction_potential": "moderately habit-forming", "summary": "Summary sheet: Cannabis Cannabis" }, { "name": "Stimulants", "url": "https://psychonautwiki.org/wiki/Stimulants", "summary": "This article is a st...
[ { "name": "Tramadol", "url": "https://psychonautwiki.org/wiki/Tramadol", "addiction_potential": "moderately addictive with a high potential for abuse", "toxicity": [ "low toxicity", "potentially lethal when mixed with depressants like alcohol or benzodiazepines" ], "summary": "Fa...
[ { "name": "Lithium", "url": "https://psychonautwiki.org/wiki/Lithium" } ]
null
null
LSZ
https://psychonautwiki.org/wiki/LSZ
{ "chemical": [ "Lysergamides" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": "3 days", "zero": "7 days" }
[ { "name": "oral", "dose": { "units": "µg", "threshold": 50, "light": { "min": 100, "max": 150 }, "common": { "min": 150, "max": 300 }, "strong": { "min": 300, "max": 400 }, "heavy": 400 }, "duration...
[ { "name": "LSZ", "url": "https://psychonautwiki.org/wiki/LSZ" } ]
{ "oral": { "name": "", "dose": { "units": "µg", "threshold": 50, "light": { "min": 100, "max": 150 }, "common": { "min": 150, "max": 300 }, "strong": { "min": 300, "max": 400 }, "heavy": 400 }, "dura...
true
not habit-forming
[ "toxic dose is unknown" ]
null
[ "LSZ", "LA-SS-Az", "Diazedine", "Lambda" ]
Summary sheet: LSZ LSZ
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=LSZ.svg&width=200", "image": "https://psychonautwiki.org/w/images/a/a1/LSZ.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Metacogghjgjvghnition.png&width=200", "image": "https://psychonautwiki.org/w/images/4/42/Metacogghjgjvghnit...
[ { "name": "Cannabis", "url": "https://psychonautwiki.org/wiki/Cannabis", "addiction_potential": "moderately habit-forming", "summary": "Summary sheet: Cannabis Cannabis" }, { "name": "Stimulants", "url": "https://psychonautwiki.org/wiki/Stimulants", "summary": "This article is a st...
[ { "name": "Tramadol", "url": "https://psychonautwiki.org/wiki/Tramadol", "addiction_potential": "moderately addictive with a high potential for abuse", "toxicity": [ "low toxicity", "potentially lethal when mixed with depressants like alcohol or benzodiazepines" ], "summary": "Fa...
[ { "name": "Lithium", "url": "https://psychonautwiki.org/wiki/Lithium" } ]
{ "substance_name": "LSZ", "raw_name": "LSZ (LA-SS-Az, Diazedine, Lambda)", "results": [ { "reagent": { "id": 0, "name": "marq_desc", "full_name": "Marquis", "short_name": "Mq", "white_first_color": true }, "is_positive": false, "description": "n...
null
MiPLA
https://psychonautwiki.org/wiki/MiPLA
{ "chemical": [ "Lysergamides" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": "5-7 days", "zero": "14 days" }
[ { "name": "oral", "dose": { "units": "µg", "threshold": 50, "light": { "min": 100, "max": 150 }, "common": { "min": 150, "max": 200 }, "strong": { "min": 200, "max": 250 }, "heavy": 300 }, "duration...
[ { "name": "MiPLA", "url": "https://psychonautwiki.org/wiki/MiPLA" } ]
{ "oral": { "name": "", "dose": { "units": "µg", "threshold": 50, "light": { "min": 100, "max": 150 }, "common": { "min": 150, "max": 200 }, "strong": { "min": 200, "max": 250 }, "heavy": 300 }, "dura...
true
low potential for abuse and dependence
[ "toxic dose is unknown" ]
[ "psychedelic" ]
[ "MiPLA", "Lamide" ]
Summary sheet: MiPLA MiPLA
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=MiPLA-skeletal-structure.svg&width=200", "image": "https://psychonautwiki.org/w/images/7/71/MiPLA-skeletal-structure.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Metacogghjgjvghnition.png&width=200", "image": "https://psychonau...
[ { "name": "Cannabis", "url": "https://psychonautwiki.org/wiki/Cannabis", "addiction_potential": "moderately habit-forming", "summary": "Summary sheet: Cannabis Cannabis" }, { "name": "Stimulants", "url": "https://psychonautwiki.org/wiki/Stimulants", "summary": "This article is a st...
[ { "name": "Tramadol", "url": "https://psychonautwiki.org/wiki/Tramadol", "addiction_potential": "moderately addictive with a high potential for abuse", "toxicity": [ "low toxicity", "potentially lethal when mixed with depressants like alcohol or benzodiazepines" ], "summary": "Fa...
[ { "name": "Lithium", "url": "https://psychonautwiki.org/wiki/Lithium" } ]
null
null
PARGY-LAD
https://psychonautwiki.org/wiki/PARGY-LAD
{ "chemical": [ "Lysergamides" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": "5-7 days", "zero": "14 days" }
[ { "name": "oral", "dose": { "units": "µg", "threshold": 50, "light": { "min": 125, "max": 275 }, "common": { "min": 275, "max": 500 }, "strong": { "min": 500, "max": 700 }, "heavy": 700 }, "duration...
[ { "name": "PARGY-LAD", "url": "https://psychonautwiki.org/wiki/PARGY-LAD" } ]
{ "oral": { "name": "", "dose": { "units": "µg", "threshold": 50, "light": { "min": 125, "max": 275 }, "common": { "min": 275, "max": 500 }, "strong": { "min": 500, "max": 700 }, "heavy": 700 }, "dura...
true
not habit-forming
[ "toxic dose is unknown" ]
[ "psychedelic" ]
[ "PARGY-LAD" ]
Summary sheet: PARGY-LAD PARGY-LAD
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=PARGY-LAD.svg&width=200", "image": "https://psychonautwiki.org/w/images/6/62/PARGY-LAD.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Substituted_lysergamide.svg&width=200", "image": "https://psychonautwiki.org/w/images/5/5b/Subs...
[ { "name": "Cannabis", "url": "https://psychonautwiki.org/wiki/Cannabis", "addiction_potential": "moderately habit-forming", "summary": "Summary sheet: Cannabis Cannabis" }, { "name": "Stimulants", "url": "https://psychonautwiki.org/wiki/Stimulants", "summary": "This article is a st...
[ { "name": "Tramadol", "url": "https://psychonautwiki.org/wiki/Tramadol", "addiction_potential": "moderately addictive with a high potential for abuse", "toxicity": [ "low toxicity", "potentially lethal when mixed with depressants like alcohol or benzodiazepines" ], "summary": "Fa...
[ { "name": "Lithium", "url": "https://psychonautwiki.org/wiki/Lithium" } ]
null
null
PRO-LAD
https://psychonautwiki.org/wiki/PRO-LAD
{ "chemical": [ "Lysergamides" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": "5-7 days", "zero": "14 days" }
[ { "name": "oral", "dose": { "units": "µg", "threshold": 20, "light": { "min": 50, "max": 100 }, "common": { "min": 100, "max": 200 }, "strong": { "min": 200, "max": 350 }, "heavy": 350 }, "duration"...
[ { "name": "PRO-LAD", "url": "https://psychonautwiki.org/wiki/PRO-LAD" } ]
{ "oral": { "name": "", "dose": { "units": "µg", "threshold": 20, "light": { "min": 50, "max": 100 }, "common": { "min": 100, "max": 200 }, "strong": { "min": 200, "max": 350 }, "heavy": 350 }, "durat...
null
not habit-forming
[ "toxic dose is unknown" ]
[ "psychedelic" ]
[ "PRO-LAD" ]
Summary sheet: PRO-LAD PRO-LAD
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=PRO-LAD.svg&width=200", "image": "https://psychonautwiki.org/w/images/6/6c/PRO-LAD.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Pill_bottle-o.png&width=200", "image": "https://psychonautwiki.org/w/images/3/36/Pill_bottle-o.png"...
[ { "name": "Cannabis", "url": "https://psychonautwiki.org/wiki/Cannabis", "addiction_potential": "moderately habit-forming", "summary": "Summary sheet: Cannabis Cannabis" }, { "name": "Stimulants", "url": "https://psychonautwiki.org/wiki/Stimulants", "summary": "This article is a st...
[ { "name": "Tramadol", "url": "https://psychonautwiki.org/wiki/Tramadol", "addiction_potential": "moderately addictive with a high potential for abuse", "toxicity": [ "low toxicity", "potentially lethal when mixed with depressants like alcohol or benzodiazepines" ], "summary": "Fa...
[ { "name": "Lithium", "url": "https://psychonautwiki.org/wiki/Lithium" } ]
null
null
ΑMT
https://psychonautwiki.org/wiki/%CE%91MT
{ "chemical": [ "Substituted tryptamines" ], "psychoactive": [ "Psychedelic", "Entactogen" ] }
{ "full": "almost immediately after ingestion", "half": "14 days", "zero": "1 month" }
[ { "name": "oral", "dose": { "units": "mg", "threshold": 5, "light": { "min": 10, "max": 25 }, "common": { "min": 25, "max": 40 }, "strong": { "min": 40, "max": 60 }, "heavy": 60 }, "duration": { ...
[ { "name": "ΑMT", "url": "https://psychonautwiki.org/wiki/%CE%91MT" } ]
{ "oral": { "name": "", "dose": { "units": "mg", "threshold": 5, "light": { "min": 10, "max": 25 }, "common": { "min": 25, "max": 40 }, "strong": { "min": 40, "max": 60 }, "heavy": 60 }, "duration": {...
true
moderately habit-forming
[ "toxic dose is unknown" ]
[ "psychedelics" ]
[ "AMT", "αMT", "Indopan" ]
Summary sheet: ΑMT ΑMT
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=ΑMT.svg&width=200", "image": "https://psychonautwiki.org/w/images/4/4f/ΑMT.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Child.svg&width=200", "image": "https://psychonautwiki.org/w/images/9/9e/Child.svg" }, { "thumb": "...
[ { "name": "Alcohol", "url": "https://psychonautwiki.org/wiki/Alcohol", "addiction_potential": "extremely addictive with a high potential for abuse", "toxicity": [ "Death from ethanol consumption is possible when blood alcohol levels reach 0.4%" ], "summary": "Fatal overdose may occur w...
null
[ { "name": "2C-T-x", "url": "https://psychonautwiki.org/wiki/2C-T-x", "summary": "This article is a stub.As such, it may contain incomplete or wrong information. You can help by expanding it. The general structure for a 2C-T-x compound" }, { "name": "2C-x", "url": "https://psychonautwiki.or...
null
null
DET
https://psychonautwiki.org/wiki/DET
{ "chemical": [ "Substituted tryptamines" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": "3 days", "zero": "7 days" }
[ { "name": "oral", "dose": { "units": "mg", "threshold": 10, "light": { "min": 20, "max": 40 }, "common": { "min": 40, "max": 70 }, "strong": { "min": 70, "max": 100 }, "heavy": 100 }, "duration": { ...
[ { "name": "DET", "url": "https://psychonautwiki.org/wiki/DET" } ]
{ "oral": { "name": "", "dose": { "units": "mg", "threshold": 10, "light": { "min": 20, "max": 40 }, "common": { "min": 40, "max": 70 }, "strong": { "min": 70, "max": 100 }, "heavy": 100 }, "duration"...
true
not habit-forming
[ "toxic dose is unknown" ]
[ "psychedelic" ]
[ "Diethyltryptamine", "DET" ]
Summary sheet: DET DET
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=DET.svg&width=200", "image": "https://psychonautwiki.org/w/images/4/48/DET.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Substituted_tryptamine.svg&width=200", "image": "https://psychonautwiki.org/w/images/9/9b/Substituted_trypt...
null
null
null
{ "substance_name": "DET", "raw_name": "DET", "results": [ { "reagent": { "id": 0, "name": "marq_desc", "full_name": "Marquis", "short_name": "Mq", "white_first_color": true }, "start_colors": [ { "id": 10, "name": "yellow2"...
null
DiPT
https://psychonautwiki.org/wiki/DiPT
{ "chemical": [ "Substituted tryptamines" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": "3 days", "zero": "7 days" }
[ { "name": "oral", "dose": { "units": "mg", "threshold": 15, "light": { "min": 15, "max": 30 }, "common": { "min": 30, "max": 75 }, "strong": { "min": 75, "max": 150 }, "heavy": 150 }, "duration": { ...
[ { "name": "DiPT", "url": "https://psychonautwiki.org/wiki/DiPT" } ]
{ "oral": { "name": "", "dose": { "units": "mg", "threshold": 15, "light": { "min": 15, "max": 30 }, "common": { "min": 30, "max": 75 }, "strong": { "min": 75, "max": 150 }, "heavy": 150 }, "duration"...
true
not habit-forming
[ "toxic dose is unknown" ]
[ "psychedelic" ]
[ "DiPT" ]
Summary sheet: DiPT DiPT
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=DiPT.svg&width=200", "image": "https://psychonautwiki.org/w/images/c/c9/DiPT.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Molecule.svg&width=200", "image": "https://psychonautwiki.org/w/images/a/a1/Molecule.svg" }, { "t...
null
null
null
{ "substance_name": "DIPT", "raw_name": "DIPT (diisopropyltryptamine)", "results": [ { "reagent": { "id": 0, "name": "marq_desc", "full_name": "Marquis", "short_name": "Mq", "white_first_color": true }, "start_colors": [ { "id": 16, ...
null
DMT
https://psychonautwiki.org/wiki/DMT
{ "chemical": [ "Substituted tryptamines" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "does not appear to occur", "half": null, "zero": null }
[ { "name": "intravenous", "dose": { "units": "mg", "threshold": 4, "light": { "min": 4, "max": 10 }, "common": { "min": 10, "max": 15 }, "strong": { "min": 15, "max": 20 }, "heavy": 20 }, "duration":...
[ { "name": "DMT", "url": "https://psychonautwiki.org/wiki/DMT" } ]
{ "intravenous": { "name": "", "dose": { "units": "mg", "threshold": 4, "light": { "min": 4, "max": 10 }, "common": { "min": 10, "max": 15 }, "strong": { "min": 15, "max": 20 }, "heavy": 20 }, "durati...
true
non-addictive with a low abuse potential
[ "extremely low toxicity" ]
[ "psychedelics" ]
[ "DMT", "N,N-DMT", "Dmitry", "The Glory", "The Spirit Molecule" ]
Summary sheet: DMT DMT
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Lock-green.svg&width=200", "image": "https://psychonautwiki.org/w/images/6/65/Lock-green.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=DMT.svg&width=200", "image": "https://psychonautwiki.org/w/images/8/88/DMT.svg" }, { ...
[ { "name": "Cannabis", "url": "https://psychonautwiki.org/wiki/Cannabis", "addiction_potential": "moderately habit-forming", "summary": "Summary sheet: Cannabis Cannabis" }, { "name": "Stimulants", "url": "https://psychonautwiki.org/wiki/Stimulants", "summary": "This article is a st...
[ { "name": "Tramadol", "url": "https://psychonautwiki.org/wiki/Tramadol", "addiction_potential": "moderately addictive with a high potential for abuse", "toxicity": [ "low toxicity", "potentially lethal when mixed with depressants like alcohol or benzodiazepines" ], "summary": "Fa...
[ { "name": "Lithium", "url": "https://psychonautwiki.org/wiki/Lithium" } ]
{ "substance_name": "DMT", "raw_name": "DMT (N,N-DMT, Dmitry, The Glory, The Spirit Molecule, dimethyltryptamine)", "results": [ { "reagent": { "id": 0, "name": "marq_desc", "full_name": "Marquis", "short_name": "Mq", "white_first_color": true }, "star...
null
DPT
https://psychonautwiki.org/wiki/DPT
{ "chemical": [ "Substituted tryptamines" ], "psychoactive": [ "Psychedelic" ] }
null
[ { "name": "insufflated", "dose": { "units": "mg", "threshold": 5, "light": { "min": 20, "max": 50 }, "common": { "min": 50, "max": 100 }, "strong": { "min": 100, "max": 200 }, "heavy": 200 }, "durat...
[ { "name": "DPT", "url": "https://psychonautwiki.org/wiki/DPT" } ]
{ "oral": { "name": "", "dose": { "units": "mg", "threshold": 50, "light": { "min": 75, "max": 150 }, "common": { "min": 150, "max": 250 }, "strong": { "min": 250, "max": 350 }, "heavy": 350 }, "durat...
null
not habit-forming
[ "toxic dose is unknown" ]
null
[ "DPT", "Dipropyltryptamine", "The Light" ]
Summary sheet: DPT DPT
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Lock-green.svg&width=200", "image": "https://psychonautwiki.org/w/images/6/65/Lock-green.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=DPT.svg&width=200", "image": "https://psychonautwiki.org/w/images/7/77/DPT.svg" }, { ...
null
null
null
{ "substance_name": "DPT", "raw_name": "DPT (Dipropyltryptamine, The Light)", "results": [ { "reagent": { "id": 0, "name": "marq_desc", "full_name": "Marquis", "short_name": "Mq", "white_first_color": true }, "start_colors": [ { "id":...
null
EPT
https://psychonautwiki.org/wiki/EPT
{ "chemical": [ "Substituted tryptamines" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": "3 days", "zero": "7 days" }
[ { "name": "insufflated", "dose": { "units": "mg", "light": { "min": 20, "max": 40 }, "common": { "min": 40, "max": 80 }, "strong": { "min": 80, "max": 110 }, "heavy": 110 }, "duration": { "onset": {...
[ { "name": "EPT", "url": "https://psychonautwiki.org/wiki/EPT" } ]
{ "insufflated": { "name": "", "dose": { "units": "mg", "light": { "min": 20, "max": 40 }, "common": { "min": 40, "max": 80 }, "strong": { "min": 80, "max": 110 }, "heavy": 110 }, "duration": { "onset...
true
does not produce dependence and has low abuse potential
[ "toxic dose is unknown" ]
[ "psychedelic" ]
[ "EPT" ]
Summary sheet: EPT EPT
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=EPT.svg&width=200", "image": "https://psychonautwiki.org/w/images/6/62/EPT.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Metacogghjgjvghnition.png&width=200", "image": "https://psychonautwiki.org/w/images/4/42/Metacogghjgjvghnit...
null
null
null
{ "substance_name": "EPT Fumarate", "raw_name": "EPT Fumarate", "results": [ { "reagent": { "id": 0, "name": "marq_desc", "full_name": "Marquis", "short_name": "Mq", "white_first_color": true }, "start_colors": [ { "id": 15, ...
null
MET
https://psychonautwiki.org/wiki/MET
{ "chemical": [ "Substituted tryptamines" ], "psychoactive": [ "Psychedelic" ] }
null
[ { "name": "insufflated", "dose": { "units": "mg", "threshold": 5, "light": { "min": 10, "max": 20 }, "common": { "min": 20, "max": 25 }, "strong": { "min": 25, "max": 35 }, "heavy": 35 }, "duration"...
[ { "name": "MET", "url": "https://psychonautwiki.org/wiki/MET" } ]
{ "oral": { "name": "", "dose": { "units": "mg", "threshold": 40, "light": { "min": 60, "max": 120 }, "common": { "min": 120, "max": 150 }, "strong": { "min": 150, "max": 200 }, "heavy": 200 }, "durat...
true
not habit-forming
[ "toxic dose is unknown" ]
null
[ "MET", "Methylethyltryptamine" ]
Summary sheet: MET MET
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=MET.svg&width=200", "image": "https://psychonautwiki.org/w/images/9/99/MET.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Substituted_tryptamine.svg&width=200", "image": "https://psychonautwiki.org/w/images/9/9b/Substituted_trypt...
null
null
null
null
null
MiPT
https://psychonautwiki.org/wiki/MiPT
{ "chemical": [ "Substituted tryptamines" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": "3 days", "zero": "7 days" }
[ { "name": "oral", "dose": { "units": "mg", "common": { "min": 10, "max": 25 }, "strong": { "min": 25, "max": 75 }, "heavy": 75 }, "duration": { "total": { "min": 3, "max": 8, "units": "hours" } ...
[ { "name": "MiPT", "url": "https://psychonautwiki.org/wiki/MiPT" } ]
{ "oral": { "name": "", "dose": { "units": "mg", "common": { "min": 10, "max": 25 }, "strong": { "min": 25, "max": 75 }, "heavy": 75 }, "duration": { "total": { "min": 3, "max": 8, "units": "hours" ...
true
not habit-forming
[ "toxic dose is unknown" ]
[ "psychedelic" ]
[ "MiPT" ]
Summary sheet: MiPT MiPT
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=MiPT.svg&width=200", "image": "https://psychonautwiki.org/w/images/9/9f/MiPT.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Child.svg&width=200", "image": "https://psychonautwiki.org/w/images/9/9e/Child.svg" }, { "thumb":...
null
null
null
{ "substance_name": "MiPT", "raw_name": "MiPT (n-methyl-n-isopropyltryptamine)", "results": [ { "reagent": { "id": 0, "name": "marq_desc", "full_name": "Marquis", "short_name": "Mq", "white_first_color": true }, "start_colors": [ { "i...
null
MPT
https://psychonautwiki.org/wiki/MPT
{ "chemical": [ "Substituted tryptamines" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": "3 days", "zero": "7 days" }
[ { "name": "oral", "dose": { "units": "mg" } } ]
[ { "name": "MPT", "url": "https://psychonautwiki.org/wiki/MPT" } ]
{ "oral": { "name": "", "dose": { "units": "mg" } } }
true
not habit-forming
[ "toxic dose is unknown" ]
[ "psychedelic" ]
[ "MPT", "Methylpropyltryptamine" ]
Summary sheet: MPT MPT
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Lock-green.svg&width=200", "image": "https://psychonautwiki.org/w/images/6/65/Lock-green.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=MPT.svg&width=200", "image": "https://psychonautwiki.org/w/images/c/c9/MPT.svg" }, { ...
null
null
null
null
null
4-AcO-DET
https://psychonautwiki.org/wiki/4-AcO-DET
{ "chemical": [ "Substituted tryptamines" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": "3 days", "zero": "7 days" }
[ { "name": "oral", "dose": { "units": "mg", "threshold": 5, "light": { "min": 10, "max": 15 }, "common": { "min": 15, "max": 20 }, "strong": { "min": 20, "max": 35 }, "heavy": 35 }, "duration": { ...
[ { "name": "4-AcO-DET", "url": "https://psychonautwiki.org/wiki/4-AcO-DET" } ]
{ "oral": { "name": "", "dose": { "units": "mg", "threshold": 5, "light": { "min": 10, "max": 15 }, "common": { "min": 15, "max": 20 }, "strong": { "min": 20, "max": 35 }, "heavy": 35 }, "duration": {...
true
not habit-forming
[ "toxic dose is unknown" ]
[ "psychedelic" ]
[ "4-AcO-DET", "4-Acetoxy-DET", "Ethacetin" ]
Summary sheet: 4-AcO-DET 4-AcO-DET
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=4-AcO-DET.svg&width=200", "image": "https://psychonautwiki.org/w/images/f/fc/4-AcO-DET.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Child.svg&width=200", "image": "https://psychonautwiki.org/w/images/9/9e/Child.svg" }, { ...
[ { "name": "Cannabis", "url": "https://psychonautwiki.org/wiki/Cannabis", "addiction_potential": "moderately habit-forming", "summary": "Summary sheet: Cannabis Cannabis" }, { "name": "Stimulants", "url": "https://psychonautwiki.org/wiki/Stimulants", "summary": "This article is a st...
[ { "name": "Tramadol", "url": "https://psychonautwiki.org/wiki/Tramadol", "addiction_potential": "moderately addictive with a high potential for abuse", "toxicity": [ "low toxicity", "potentially lethal when mixed with depressants like alcohol or benzodiazepines" ], "summary": "Fa...
[ { "name": "Lithium", "url": "https://psychonautwiki.org/wiki/Lithium" } ]
{ "substance_name": "4-AcO-DET", "raw_name": "4-AcO-DET (4-Acetoxy-DET, Ethacetin, ethylacybin)", "results": [ { "reagent": { "id": 0, "name": "marq_desc", "full_name": "Marquis", "short_name": "Mq", "white_first_color": true }, "start_colors": [ ...
null
4-AcO-DiPT
https://psychonautwiki.org/wiki/4-AcO-DiPT
{ "chemical": [ "Substituted tryptamines" ], "psychoactive": [ "Psychedelic" ] }
{ "full": "almost immediately after ingestion", "half": "3 days", "zero": "7 days" }
[ { "name": "oral", "dose": { "units": "mg", "threshold": 3, "light": { "min": 5, "max": 15 }, "common": { "min": 15, "max": 30 }, "strong": { "min": 30, "max": 45 }, "heavy": 45 }, "duration": { ...
[ { "name": "4-AcO-DiPT", "url": "https://psychonautwiki.org/wiki/4-AcO-DiPT" } ]
{ "oral": { "name": "", "dose": { "units": "mg", "threshold": 3, "light": { "min": 5, "max": 15 }, "common": { "min": 15, "max": 30 }, "strong": { "min": 30, "max": 45 }, "heavy": 45 }, "duration": { ...
true
not habit-forming
[ "toxic dose is unknown" ]
[ "psychedelic" ]
[ "4-AcO-DiPT", "4-Acetoxy-DiPT", "Ipracetin", "Aces" ]
Summary sheet: 4-AcO-DiPT 4-AcO-DiPT
[ { "thumb": "https://psychonautwiki.org/w/thumb.php?f=4-AcO-DiPT.svg&width=200", "image": "https://psychonautwiki.org/w/images/6/64/4-AcO-DiPT.svg" }, { "thumb": "https://psychonautwiki.org/w/thumb.php?f=Child.svg&width=200", "image": "https://psychonautwiki.org/w/images/9/9e/Child.svg" }, { ...
[ { "name": "Cannabis", "url": "https://psychonautwiki.org/wiki/Cannabis", "addiction_potential": "moderately habit-forming", "summary": "Summary sheet: Cannabis Cannabis" }, { "name": "Stimulants", "url": "https://psychonautwiki.org/wiki/Stimulants", "summary": "This article is a st...
[ { "name": "Tramadol", "url": "https://psychonautwiki.org/wiki/Tramadol", "addiction_potential": "moderately addictive with a high potential for abuse", "toxicity": [ "low toxicity", "potentially lethal when mixed with depressants like alcohol or benzodiazepines" ], "summary": "Fa...
[ { "name": "Lithium", "url": "https://psychonautwiki.org/wiki/Lithium" } ]
{ "substance_name": "4-AcO-DIPT", "raw_name": "4-AcO-DIPT (4-Acetoxy-DiPT, Ipracetin, Aces, iprocetyl)", "results": [ { "reagent": { "id": 0, "name": "marq_desc", "full_name": "Marquis", "short_name": "Mq", "white_first_color": true }, "start_colors": ...
null
End of preview.

PsychonautWiki Substances

314 psychoactive substances from PsychonautWiki with all 18 GraphQL fields. Each record contains the full structured data: dosing per route of administration, tolerance, effects, chemical/psychoactive class, addiction potential, toxicity, cross-tolerances, common names, interactions (uncertain/unsafe/dangerous), images, and reagent test results.

Columns

Column Type Description
name string Substance name
url string PsychonautWiki page URL
class dict Chemical and psychoactive class
tolerance dict Full/half/zero tolerance
roas list Routes of administration with dose/duration
roa_typed dict Per-route typed ROAs (oral, sublingual, smoked, etc.)
effects list Subjective effects
addiction_potential string Addiction potential description
toxicity list[string] Toxicity notes
cross_tolerances list[string] Cross-tolerance information
common_names list[string] Street/alternative names
summary string Brief summary
images list[dict] Substance images with thumb/url
interactions list uncertain/unsafe/dangerous interaction lists

Source

GraphQL API at api.psychonautwiki.org. CC BY-SA 4.0.

Downloads last month
12

Collection including LeData/psychonautwiki-substances