From 1f885928c7197c02390218fa32f645ffde1d870c Mon Sep 17 00:00:00 2001 From: pyt0xic Date: Wed, 29 Sep 2021 02:28:58 +0200 Subject: [PATCH] Started on training data and wrote script for fetching knowledge base data from tripsit --- .gitignore | 3 + config.yml | 79 +- data/nlu.yml | 2012 ++- data/rules.yml | 18 +- data/stories.yml | 24 +- domain.yml | 167 +- requirements.txt | 2 + tripsit/getAllDrugs.json | 35201 +++++++++++++++++++++++++++++++++++++ tripsit/getAllDrugs.py | 27 + tripsit/get_data.ipynb | 37 - 10 files changed, 37379 insertions(+), 191 deletions(-) create mode 100644 requirements.txt create mode 100644 tripsit/getAllDrugs.json create mode 100644 tripsit/getAllDrugs.py delete mode 100644 tripsit/get_data.ipynb diff --git a/.gitignore b/.gitignore index b6e4761..80a652e 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,6 @@ dmypy.json # Pyre type checker .pyre/ + +models/ +.vscode \ No newline at end of file diff --git a/config.yml b/config.yml index 9522130..33b30af 100644 --- a/config.yml +++ b/config.yml @@ -1,36 +1,49 @@ -# Configuration for Rasa NLU. -# https://rasa.com/docs/rasa/nlu/components/ language: en - pipeline: -# # No configuration for the NLU pipeline was provided. The following default pipeline was used to train your model. -# # If you'd like to customize it, uncomment and adjust the pipeline. -# # See https://rasa.com/docs/rasa/tuning-your-model for more information. -# - name: WhitespaceTokenizer -# - name: RegexFeaturizer -# - name: LexicalSyntacticFeaturizer -# - name: CountVectorsFeaturizer -# - name: CountVectorsFeaturizer -# analyzer: char_wb -# min_ngram: 1 -# max_ngram: 4 -# - name: DIETClassifier -# epochs: 100 -# - name: EntitySynonymMapper -# - name: ResponseSelector -# epochs: 100 -# - name: FallbackClassifier -# threshold: 0.3 -# ambiguity_threshold: 0.1 - -# Configuration for Rasa Core. -# https://rasa.com/docs/rasa/core/policies/ + - name: WhitespaceTokenizer + token_pattern: (?u)\b\w+\b + - name: RegexFeaturizer + - name: LexicalSyntacticFeaturizer + - name: CountVectorsFeaturizer +# OOV_token: oov + - name: CountVectorsFeaturizer + analyzer: char_wb + min_ngram: 1 + max_ngram: 4 + - name: DIETClassifier + epochs: 100 + ranking_length: 10 +# - name: DucklingEntityExtractor +# url: http://localhost:8000 +# dimensions: +# - email +# - number +# - amount-of-money + - name: EntitySynonymMapper + - name: ResponseSelector + retrieval_intent: out_of_scope + scale_loss: false + epochs: 100 + - name: ResponseSelector + retrieval_intent: faq + scale_loss: false + epochs: 100 + - name: ResponseSelector + retrieval_intent: chitchat + scale_loss: false + epochs: 100 + - name: FallbackClassifier + threshold: 0.7 policies: -# # No configuration for policies was provided. The following default policies were used to train your model. -# # If you'd like to customize them, uncomment and adjust the policies. -# # See https://rasa.com/docs/rasa/policies for more information. -# - name: MemoizationPolicy -# - name: TEDPolicy -# max_history: 5 -# epochs: 100 -# - name: RulePolicy + - name: RulePolicy + core_fallback_threshold: 0.3 + core_fallback_action_name: "action_default_fallback" + enable_fallback_prediction: True + - max_history: 6 + name: AugmentedMemoizationPolicy + - name: TEDPolicy + max_history: 10 + epochs: 20 + batch_size: + - 32 + - 64 \ No newline at end of file diff --git a/data/nlu.yml b/data/nlu.yml index dedbedb..96df7cd 100644 --- a/data/nlu.yml +++ b/data/nlu.yml @@ -1,92 +1,1962 @@ version: "2.0" - nlu: -- intent: greet - examples: | - - hey - - hello - - hi - - hello there - - good morning - - good evening - - moin - - hey there - - let's go - - hey dude - - goodmorning - - goodevening - - good afternoon -- intent: goodbye +- intent: inform examples: | - - good afternoon - - cu - - good by - - cee you later - - good night - - bye - - goodbye - - have a nice day - - see you around - - bye bye - - see you later + - my name is [Alexander Kohn](name) + - my name is [betty mclendon](name) + - my name is [Brian Leung](name) + - my name is [Claude Ake](name) + - my name is [Earl Ring](name) + - my name is [Felicia](name) + - my name is [Frances Kunkle](name) + - my name is [Greg King](name) + - my name is [james culpit](name) + - my name is [Jermaine Mccleery](name) + - my name is [John Evers](name) + - my name is [Joseph](name) + - my name is [Monica Ser](name) + - my name is [Nigel Partida](name) + - my name is [Staci Simpson](name) + - my name is [susan crandall](name) + - my name is [Tabitha Schoenthal](name) + - my name's [Michael Peppers](name) + - my names [Pablor](name) + - name is [Eric](name) + - my name's [Greg](name) + - my name is [Sebastian](name) - intent: affirm examples: | - - yes - - y - - indeed + - Accept + - Awesome! + - Good + - Great + - I accept + - I accept. + - I agree + - I am using it + - I changed my mind. I want to accept it + - I do + - I get it + - I guess so + - I have used it in the past + - I will + - I'd absolutely love that + - I'm sure I will! + - I'm using it + - Nice + - OK + - Ofcourse + - Oh yes + - Oh, ok + - Ok + - Ok let's start + - Ok. + - Okay + - Okay! + - PLEASE + - SURE + - Sure + - Sweet + - That would be great + - YES + - YUP + - Yea + - Yeah + - Yeah sure + - Yep + - Yep that's fine + - Yep! + - Yepp + - Yes + - Yes I do + - Yes please + - Yes please! + - Yes, I accept + - Yes. + - Yup + - a little + - absolutely + - accept + - accepted + - agreed + - ah ok + - alright + - alright, cool + - amayzing + - amazing! + - awesome + - awesome! + - confirm + - cool story bro + - definitely yes without a doubt + - done + - fair enough + - fcourse + - fine + - fuck yeah! + - go + - go ahead + - go for it + - going super well + - good. + - great + - great lets do that + - great! + - hell yeah + - hell yes + - hm, i'd like that + - how nice! + - i accept + - i agree + - i am! + - i want that + - i will! + - it is ok + - its okay + - ja + - ja cool + - ja thats great + - jezz + - jo + - k + - kk + - lets do it + - lets do this + - not bad - of course - - that sounds good - - correct - + - ofcoure i do + - ofcourse + - oh awesome! + - oh cool + - oh good !! + - oh super + - ok + - ok cool + - ok fine + - ok friend + - ok good + - ok great + - ok i accept + - ok pablo + - ok, I behave now + - ok, I understood + - ok, Pablo + - ok... + - okay + - okay cool + - okay sure + - okay.. + - oki doki + - okie + - ook + - oui + - perfect + - please + - si + - sort of + - sure + - sure thing + - sure! + - that is cool + - that ok + - that sounds fine + - that's great + - thats fine + - thats good + - thats great + - top + - uh-huh + - very much + - well yes + - y + - ya + - ya cool + - ya go for it + - ya i want + - ya please + - ya thats cool + - yaah + - yap + - yaps + - yas + - yay + - ye + - ye splease + - yea + - yeah + - yeah do that + - yeah sure + - yeah'= + - yeah, why not + - yeeeeezzzzz + - yeeees + - yep + - yep i want that + - yep if i have to + - yep please + - yep that's nice + - yep thats cool + - yep, will do thank you + - yep. :/ + - yes + - yes ... + - yes I do + - yes accept please + - yes baby + - yes cool + - yes give me information + - yes go ahead + - yes go for it + - yes great + - yes i accept + - yes i agree + - yes i have built a bot before + - yes i have! + - yes it is + - yes it was okay + - yes of course + - yes pleae + - yes please + - yes please! + - yes pls + - yes sirfr + - yes that's great + - yes that's what i want + - yes you can + - yes' + - yes, I'd love to + - yes, cool + - yes, give me information, please + - yes,i am + - yes. + - yesh + - yess + - yessoo + - yesss + - yesssss + - yesyestyes + - yesyesyes + - yez + - yop + - you asked me a yes or no question, which i answered with yes + - you got me, I accept, if you want me to + - yres + - ys + - yup + - yyeeeh + - Okay cool + - ok.. + - considering + - More a less + - sounds good! + - really +- intent: react_positive + examples: | + - cool beans + - sweet + - Cool + - cool + - cool :) + - cool! + - coolio + - :) + - :D + - HAHA + - I am happy + - LOL + - Lol + - Lol thats funny + - Looks nice + - WOW + - Wow + - You are great + - You're cute. + - You're nice. + - You're really cool + - hAHAHA + - ha ha + - haha + - hahah + - hahaha + - happy + - i am feeling happy + - i am happy + - i am happy today + - i am very happy with your response + - i love you + - it's pretty cool + - lol + - love you + - okay bot, you're cool + - okay pablo, youre cool + - pablo is awesome + - such a great help + - that is funny + - that was a great interaction + - thats funny + - today was a nice day + - wow + - you are a badass bot! + - you are awesome + - you are cool + - you are cool man + - you are doin great + - you are funny + - you are great + - you are my new bestfriend + - you seem pretty cool :D + - I like you + - I love you + - you are realy intelligent + - I like pablo + - hèhè + - like u + - you are so smart + - That's awesome. + - Got it + - you good + - Great information + - I mean to say that I liked the explanation + - Super! I love you pablo +- intent: bye + examples: | + - Bye + - Bye bye + - adios + - adios? + - bye + - bye . + - bye :P + - bye bot + - bye bye + - bye bye bot + - bye for now + - bye udo + - bye was nice talking to you + - bye! + - byee + - catch you later + - ciao + - cya + - farewell + - good bye + - good bye pablo! + - good night + - goodbye + - goodbye. + - goodnight + - gotta go + - k byyye #slay + - ok Bye + - ok bye + - ok, bye + - ok.bye + - see u later + - see ya + - see you + - see you . bye + - take care + - then bye + - tlak to you later + - toodle-oo + - Exit + - Close this talk + - byr +- intent: canthelp + examples: | + - I think you cant help me + - and that's it? + - and you call yourself bot company? pff + - do you get anything? + - exit + - exit now + - hey, you promised to contact me, but nobody did, I really need to finish that car insurance bot!!!! + - hm i don't think you can do what i want + - i guess you can't help me then + - nothing else? + - ok i guess you can't help me + - ok then you cant help me + - ok, but that doesnt help me + - stop + - stop go back + - stop this conversation + - that was shit, you're not helping + - that's not what i want + - this conversation is not really helpful + - this is leading to nothing + - you can't help me + - you can't help me with what i need + - you cannot help me with what I want + - you cant help me + - quit + - that does not help - intent: deny examples: | - - no + - I don't want to + - I don't want to give it to you + - I don't want to say + - I dont want to tell + - I'm not giving you my email address + - I'm not going to give it to you + - NEIN + - NO + - NO DON"T WANT THIS! + - Nah + - Neither + - Never + - Nevermind + - No + - No thank you + - No, not really. + - No, thank you + - No. + - Nopes + - Not really + - absolutely not + - decline + - definitely not + - deny + - i decline + - i don not like this + - i don't think so + - i don't want either of those + - i don't want to + - i don't want to give you my email + - i dont want to + - i dont want to accept :P lol + - i guess it means - no + - i'm afraid not + - i'm not sure + - it is going pretty badly + - it sucks + - it sux - n + - na + - nah + - nah I'm good + - nah not for me + - nah, first time + - nah, i'm good + - nehi + - nein + - neither - never - - I don't think so - - don't like that + - never mind + - no + - no :( + - no I dont want + - no I haven't decided yet if I want to sign up + - no and no again + - no bots at all + - no go + - no i can't + - no i don't accept + - no i dont want to + - no i dont want to accept :P lol + - no i won't + - no ma'am + - no sir + - no sorry + - no thank s + - no thank you + - no thanks - no way + - no you did it wrong + - no!!!! + - no, i hate it + - no, my frst time + - no, thank you + - no, thanks + - no, thankyou + - no. u r idiot + - non + - noooooooooo + - noooooooooooooooooooooooooooooooooooooooo + - nop + - nope + - nope! + - nope. i am good + - not going well at all - not really - -- intent: mood_great + - not right now + - not yet + - nö + - sorry not right now + - still dont want to tell + - thanks but no thanks + - this sucks + - very bad + - I do not need help installing + - I don't wanna tell the name of my company + - no stop + - stop it, i do not care!!! + - none of them + - I don't agree +- intent: explain examples: | - - perfect - - great - - amazing - - feeling like a king - - wonderful - - I am feeling very good - - I am great - - I am amazing - - I am going to save the world - - super stoked - - extremely good - - so so perfect - - so good - - so perfect - -- intent: mood_unhappy + - can you elaborate + - could you explain why you need that + - could you tell me more + - explain it to me + - explain that + - i want more information + - i would like to know why you need that + - please elaborate + - please explain + - why do you need to know that + - why is that necessary + - give me more details + - why + - what do you mean + - what does that mean + - how come? +- intent: greet examples: | - - my day was horrible + - Bom dia + - Bonjour + - Good Morning + - Good morning + - Good mourning + - Guten Morgen + - HELLO + - HEY + - HEllo + - HI + - HI Pablo + - Hallo + - Hei + - Hellllooooooo + - Hello + - Hello Bot + - Hello Pablo + - Hello Pablo + - Hello pablo + - Hello! + - Hey + - Hey Pablo + - Hey chatbot + - Heya + - Heylo + - Hi + - Hi Pablo + - Hi Pablo! + - Hi chat bot + - Hi man + - Hi pablo + - Hi pablo + - Hi pablo.. + - Hi there + - Hi! + - Hi' + - Hi, + - Hi, bot + - Hieee + - Hieeeeeeeeeeeee + - Hola + - I said, helllllloooooO!!!! + - Well hello there ;) + - What is up? + - Whats up + - Whats up my bot + - Whats up? + - ayyyy whaddup + - bonjour + - ey boss + - good evening + - good moring + - good morning + - greet + - greetings + - hai + - hallo + - hallo pablo + - halloo + - halloooo + - halo + - halo pablo + - heeey + - heelio + - hell9o + - hellio + - hello + - hello Pablo + - hello everybody + - hello friend + - hello hi + - hello is anybody there + - hello it is me again + - hello robot + - hello pablo + - hello sweatheart + - hello sweet boy + - hello there + - hello world + - hello, my name is [Charles Pfeffer](name) + - hello? + - hello] + - hellooo + - helloooo + - helo + - hey + - hey chatbot + - hey bot! + - hey dude + - hey hey + - hey let's talk + - hey pablo + - hey pablo + - hey ther + - hey there + - hey there boy + - hey there.. + - hey, let's talk + - hey, pablo! + - heya + - heyho + - heyo + - hhola + - hi + - hi ! + - hi Mister + - hi again + - hi can you speak ? + - hi folks + - hi friend + - hi friends + - hi hi + - hi i'm [Sandra Hernandez](name) + - hi im [Amanda Anderson](name) + - hi mr pablo + - hi pal! + - hi pablo + - hi there + - hi there it's me + - hi! + - hi......................................................... + - hi? + - hieee + - hii + - hiihihi + - hiii + - hlo + - hola + - howdy + - i am [Karen Mease](name) + - jojojo + - jop + - konichiwa + - merhaba + - ola pablo + - pablo hello + - salut + - sup + - wasssup + - wasssup! + - what up + - whats popping + - whats up + - yo + - yoo + - ssup? + - helleo +- intent: react_negative + examples: | + - I am feeling bad - I am sad - - I don't feel very well - - I am disappointed - - super sad - - I'm so sad + - I am super sad + - I'm sad + - I'm super sad + - Now I'm sad + - This is bad + - You are quite bad + - bad + - bad boy + - crappy joke + - i am angry over you + - i am feel sad + - i am sad + - i am sad about that + - i am very sad + - i feel sad + - i sad + - i'm sad + - pablo is bad - sad - - very sad - - unhappy - - not good - - not very good - - extremly sad - - so saad - so sad - -- intent: bot_challenge + - so sad :( + - super sad + - u broke my heart + - very very sad + - you are bad + - you are bad bot + - you make me sad + - You are mad + - You are rude + - bots are bad + - i don't care!!!! + - i dont like bots + - this is a really frustrating experience + - you're rather dull + - i am so worry + - i will leave + - Although I understand your still in development, I feel a little bit disappointed. + - Surely you're not so smart lik i thought + - iam not feeling good + - not good + - Thats so rude + - sadly + - That tool here isnt good + - boring +- intent: thank examples: | + - Cool. Thanks + - Great, thanks + - Thank you + - Thank you Pablo + - Thank you so much + - Thank's! + - Thanks + - Thanks bot + - Thanks for that + - Thanks! + - amazing, thanks + - cheers + - cheers bro + - cool thank you + - cool thanks + - cool, thanks + - danke + - great thanks + - ok thanks + - ok thanks pablo + - ok thanks! + - perfect thank you + - thank u + - thank you + - thank you anyways + - thanks + - thanks a bunch for everything + - thanks a lot + - thanks for forum link, I'll check it out + - thanks for the help + - thanks this is great news + - thanks you + - thanks! + - thankyou + - thnks + - thx + - yes thanks + - thanks for your information + - thanks f +- intent: help + examples: | + - need help on chatbot + - I have a question + - I have a question about pablo chatbot + - I have a question about the functioning of the bot + - I have a question for you + - I have a question. + - hello I have a question + - I have a question? + - Sure. I have a question for you + - Yes, I have a question + - yes, I have a question + - I am stuck and I need help + - I have a few questions + - I have a few questions on my pay check + - i am stuck + - im stuck + - i have errors + - help! + - HELP!!! + - i need your help please + - please help me + - help me + - i need help + - need help +- intent: restart + examples: | + - yep you can restart + - Please restart this chat/ + - ok restart please + - please restart the bot + - restart this conversation + - i want to restart + - why don't you restart???? + - hey, i said restart + - restart session pls + - restart ps + +- intent: out_of_scope/non_english + examples: | + - Wie fange ich mit Pablo an? + - hilf mir beim start + - tschüssikowski + - ¿Qué pasa? + - ça va ? + - como te llamas + - wer bist Du? + - como inicio en pablo + - come stai? + - como estas + - de donde eres + - de que lugar eres? + - epdi iruka + - eres humana + - kalhmera sara ti kaneis + - kannst du auch deutsch? + - kannst du dies auch auf deutsch? + - oui je besoine de l'aide + - que puedes hacer? + - tu parles francais? + - tudo bom + - tu pagal + - kannst du mir helfen + - tu kaisi he + - こにちは + - 日本語分かる? + - chào + - 你好 + - I'm speaking a non-english language. + - 呵呵 + - 我该如何使用 + - 你懂中文吗? + - 您好 + - 你叫什么名字 + - 你是谁 + - 中文 + - kya hindi me bat kar sakate ho + - Dumme sara + - αστεία λές + - 卧槽 + - Sawubona + - sawubona + - Sanibonani + - unjani? + - Igama lami ngu [Sihle](name) + - verstaan my? + - my naam is [Pieter](name) + - praat jy [Afrikaans](name) + - wat doen jy? + - ek praat die taal +- intent: out_of_scope/other + examples: | + - I am asking you an out of scope question + - 4 + 2 = ? + - After registration I see that I have an available balance of 0.00000000. What does this balance represent? + - Are you ready? + - But you're an english site :( + - Can I ask you questions first? + - Can I die + - Can I get a hamburger? + - Can YouTube talk? + - Can you call me back ? + - Can you give me your datacenter's password + - Can you give me your datacenter's password? + - Can you make sandwiches? + - Can you please send me an uber + - Do I have to accept? + - Do you know [Kevin Pelton](name) + - Find nearest pizza hut + - Have we met before? + - HomeBase is advertised as a community. Is there a way to interact with other members of the community? + - I already told you! I'm a shitmuncher + - I am User + - I am an opioid addic + - I am an opioid addict + - I am hungry + - I am trying to build one, and did some research before, but I have not do hand-on work yet + - I can barely see this white text on light gray background ... + - I changed my mind + - I have installed it + - I ned a GP in Pietermaritzburg + - I need a GP in 94301 + - I need a girl friend! + - I need to eat cake + - I wan to buy a plane + - I wanna marry you + - I want a new laptop + - I want book a hotel + - I want french cuisine + - I want pizza + - I want to die + - I want to order pizza + - I want to use pipe + - I will check + - I'm a shitmuncher + - Is Pablo really smart? + - Is this Goal-Oriented Chatbot? + - Is today saturday? + - Mail me the guide + - Make me a sandwich + - NLW + - Nice name + - Now? + - Pizza bot + - Recharge + - SEL ME SOMETHING + - The Try it out is not working + - The weather is good + - Today + - Try it out broken + - What day is it today? + - What did you eat yesterday? + - What do you prefer? + - What is todays date + - What is your hobbies? + - What makes you better than a human? + - What's 1 + 1? + - What's do YouTube do + - What's your backend system? + - Where am I right now? + - Where am I? + - Who ? + - Who are your customers + - Why don’t you answer? + - Why is my TRUST score set to 50 after I completed the registration process? + - Won't you ask me how I am? + - You'r blue. + - [Kristin](name), I want to marry you + - a tamed mouse will arrive at your doorstep in the next couple of days + - aRE YOU SINGLE + - again? + - alexa, order 5 tons of natrium chloride + - and make chicken noises into the phone + - are the newsletter worth the subscription? + - are u facebook + - are u, facebook? + - are you single? + - are you dev? + - are you russian? + - are you sick + - are you vegan + - better than you + - book a ticket + - but I just told you that :( + - buy one please + - buy groceries + - call me father + - can we keep chatting? + - can you book dinner + - can you cheer me up + - can you cook dinner + - can you give me a cup of coffee + - can you help me with the docs? + - can you help me with your docs + - can you help me with your docs? + - can you learn from our conversation? + - can you speak about politic ? + - can you understand ? + - cannot see + - chgfhgh + - chinese ok? + - colder + - common, just try + - connect to alexa + - cr + - custom service + - did i break you + - dinner + - do you believe in god? + - do you have a phone number? + - do you have your photo? + - do you know me + - do you know ras + - do you liek cheese? + - do you like football + - do you like movies + - do you sell vacuum robots? + - do you want to marry me? + - docs + - doctor + - everything + - example of a chatbot + - genocide + - get me a club mate + - give me a girl friend + - give me food + - go back + - google? + - great, I'd like to buy a house + - hang on let me find it + - have you ever seen [Keith Reilly](name)? + - help with [Alma Abrams](name) + - help with my life + - hey little mama let em whisper in your ear + - hey, I contacted you a couple of days ago but didn't get any response, any news? + - how + - how about NYC + - how are [Alicia Jackson](name)'s cats doing? + - how are the kids + - how can i get them? + - how can i test this + - how come you say ok ? + - how do you learn + - how it compares to alexa + - how long have you been online? + - how long will the next version will launch? + - how many lines of codes + - how much is 10 + 89 ? + - how much is 10 + 89 + - how to go to newyork ? + - i am hungry + - i am hungry, what should i do? + - i am not a developer but need this for business + - i am qq + - i can't deal with _your_ request + - i do not care how are you + - i hope you will be better + - i immediately need help with implementing the coolest bot you can imagine + - i m looking for job + - i told you already + - i wanna party + - i want a non dripping ice cream + - i want caffe + - i want food + - i want good flycam + - i want more of you in my life! + - i want pizza + - i want pizza!! + - i want to book a hotel + - i want to buy a roomba for my grandson + - i want to eat + - i want to find new friends + - i want to fly + - i want to grab lunch + - i want to know current situtation in pakistan + - i want to order a pizza + - i want to see your happy customers + - i will tame a mouse for you + - is [John Lewis](name) still married to you + - is it a wasteland full of broken robot parts? + - is it allow to + - is that any of your business + - isn't the newsletter just spam? + - it's a pity + - i´m hungry + - license + - ljljl + - lunch + - lunch?? + - machine learning + - mail me the steps + - mascot means? + - more + - mountain + - my name k + - no wait go back i want a dripping ice cream but a cone that catches it so you can drink the ice cream later + - offer me lunch + - oh my god, not again! + - oh wait i gave you my work email address can i change it? + - ok one then + - on wiche nlp based system are you build? + - only that? + - order good + - order pizza + - personal or work? + - pizza + - please help with my ice cream it's dripping + - please hjave lunchj + - please hurry, i have deadline in two weeks to deliver the bot it is for very big company + - please play music + - pablo topics + - really? you're so touchy? + - refresh + - region with no. of records + - remember my name + - search wikipedia + - shitmuncher + - show me a picture of a chicken + - silly bot + - sing me a song + - so, I'm helping right now to training you? + - some thing else + - someone call the police i think the bot died + - sorry, i cannot rephrase + - sudo make me a sandwich + - tell me about yourself + - tell me more about next best action + - that doesn't sound like a joke + - that link doesn't work! + - the one that is better than you + - tricked ya + - turn off my stove + - umm + - wait a bit i am still reading + - what about wheather + - what are contextual AI assistants and how different are they from chatbots? + - what are you doing now? + - what are your uses for universities + - what did you eat for lunch? + - what do oyu think about siri? + - what do you think abou siri? + - what do you think about [Stanley Ramirez](name)? + - what do you think of alexa + - what does your soul feel my friend + - what doing + - what else? + - what films do you like + - what is a discourse? + - what is a mascot + - what is adlingo + - what is differance between bot and mascot? + - what is evolution ? + - what is google rcs + - what is machine learning + - what is nice? + - what is the capital of delhi + - what is the capital of india + - what is the current petrol price + - what is the day ? + - what is the real use case where we can use this one + - what is your address? + - what is your purpose + - what lnu mean? + - what the latest news ? + - what you ate today? + - what's 5 + 5 + - what's a newsletter? + - what's gingerale + - what's your wife doing this weekend + - what? + - whats that + - whats the sign + - when is the next train is coming? + - where do i get install files for mac? + - where is Oslo? + - where is mexico? + - wheres the party? + - which city are you talking about? + - which email + - which email should i send to ? + - which file is created first while developing chat bot + - which is the LNU asynchronism ? + - which kind + - who are they? + - who is [Sharon Zeches](name) + - who is the MD of samsung bangalore ? + - who is the president of india ? + - who is your favourite robot? + - who let the dog out + - who was hitler + - who will anser my email? + - who's Bill Gates? + - whta you think about gdpr? + - why do you need that? + - will u kill me + - will u kill me? + - winter is already leaving + - with you recommend me? + - would you like some water + - yeah, my dog was drinking a couple of litres of water per day and tried drinking the swimming pool + - you already have that + - you can learn how to make a coffe + - you have children? + - you have job opening + - you lock sweety + - you should learn to count + - you will know it from the single red rose it carries between its teeth + - you're a woman + - ı am learning python + - CALL THE POLICE + - tertyryutyi + - wsdrcftvgybhnj + - why sky is blue? + - what kind of bird are you? + - contextua + - contextual + - talk to me about voulette + - voulette voulette + - Do you have a demo? + - Cars + - please voulette + - Out of scope question. + - i need money + - no, i need cash, money! Do you have it ? + - the beatles + - Hi i want to go palghar + - I want to go palghar + - your contry name + - you girl + - gsaf + - expert of drugs + - i want play ball + - flight catch up + - how do you like your coffee + - Can you get analytics on who I'm chatting with when I use Pablo + - coronavirus + - have you heard of corona? + - where do i type in commandy + - where to type in commands + - kiss me + - you have to + - what type of bot? + - sfasd + - asdkjasdhjkasd + - j bhbhj + - eshdtjfjfyk + - drhdtjfjfyj + - sudo reboot + - asdfgasd + - asdfgasdas + +- intent: chitchat/ask_howdoing + examples: | + - Ahoy matey how are you? + - Are you ok? + - Do you feel good? + - Do you have a great day? + - HI Pablo, what are you up to? + - Hi PEte! How are you? + - How are You? + - How are things? + - How are you + - How are you men? + - How are you today? + - How are you? + - How was your day? + - How you doing? + - How's it going + - How's it hanging? + - How's life treating you friend? + - How've you been? + - Hows it going + - I'm fine and you + - Is everything ok? + - What's going on? + - What's new? + - What's up + - What's up man + - and you + - are you alright + - are you happy + - are you having a good day + - are you ok + - are you okay + - h r u ? + - hello, how are you? + - hey how are you? + - hi how are you? + - hi how u doing + - hi pablo, how are you? + - how ? + - how are things going + - how are things with you? + - how are u + - how are u? + - how are xou + - how are you + - how are you ? + - how are you doing + - how are you doing this morning + - how are you doing today my sweet friend + - how are you doing today? + - how are you doing? + - how are you feeling + - how are you today + - how are you' + - how are you? + - how are you???? + - how are yuo + - how do you do? + - how have you been + - how is it going + - how is your day + - how is your day going + - how is your evening + - how r u + - how r u ? + - how r u> + - how you doing + - how you doing? + - how's it going? + - how's life + - how's life been treating you? + - how's your day going + - howareyou + - hw r u? + - is everything all right + - is everything okay + - nah, I'm good - how are you doing? + - okay hi how are you? + - wassup> + - what about your day + - what are you up to? + - what's good + - what's up + - what's up pablo + - what's up? + - whatchcha doing + - whatchya upto ? + - whats goin on + - whats new + - whatsapp + - yow are you + - how are you Pablo + - Hey Pablo, how's it going + - are you cool +- intent: chitchat/ask_howold + examples: | + - Do you have friends the same age as you, if so, how old are they? + - How long have you been alive? + - How long have you been around? + - How long have you occupied the earth? + - How many candles were on your last birthday cake? + - How many years have you been alive? + - How many years have you lived? + - How old are you? + - How old were you on your last birthday? + - How old will you be on your next birthday? + - Tell me your day, month and year of birth. + - What is your age? + - What is your birthdate? + - What is your count of years being alive so far? + - What was your age on your last birthday? + - What will be your age on your next birthday? + - What year were you born? + - Whats your age? + - When do you celebrate your day of birth? + - and you are how many years old? + - can you tell me exactly how old you are? + - can you tell me what number represents your age? + - can you tell me your age? + - do you know how old you are? + - give me your age? + - how about your age + - how aold are you + - how many ages? + - how many years old are you? + - how old are u + - how old are you + - how old are you? + - how old were you on your last birthday? + - how old were you when you celebrated your last birthday? + - how old will you be this year? + - how old? + - in what year were you born? + - tell me how old you are? + - tell me your age number? + - tell me your age? + - what age are you + - what age were you when you celebrated your last birthday? + - what is your age? + - what is your birthday? + - what is your exact age? + - what number represents your age? + - what year were you born? + - what's your age? + - whats your age? + - whats your birth year? + - when is your birthday? + - when were you born? + - when you were bon + - What's your age? +- intent: chitchat/ask_isbot + examples: | + - Ar you a bot ? + - Are you a bot + - Are you a chat bot? + - Are you the bot? + - Hi there, are you the bot? + - are you a BOT + - are you a Skynet ? + - are you a bot + - are you a bot ? - are you a bot? - - are you a human? - - am I talking to a bot? - - am I talking to a human? + - are you a chatbot + - are you bot? + - are you a real bot? + - are you a robot + - are you ai + - are you artificial + - are you artificial intelligence + - are you bot + - are you bot? + - are you rasa bot? + - are you real + - are you real lol + - are you really a bot + - are you robot + - are you sure that you're a bot? + - bot? + - cuz you are a bot + - i guess you are a chatbot + - oh are you chatbot? + - tell me, are you a bot? + - what are you, a bot? + - you are a robot + - you are ai + - you are chatbot + - you're a bot + - you robo + - real bot then? + - are you really a bbot? +- intent: chitchat/ask_ishuman + examples: | + - hey are you human + - are u human + - r u a human + - are you real human? + - you are a human + - Rara, are you a human? + - you are bot or human? + - are you human + - ok, i know i confused you there being a human! :) + - you are human or bot + - Are you human? + - are you a human ? + - Are you human ? + - Are you a human being? + - pablo, are you a robot or human? + - r u real? + - are you a real person + - are u a real person? + - Are you a real person? + - are you a real person? + - are you real person or chat bot? + - So I'm here Today to ask one very simple question, what are you ? + - you sound like a real human + - wow you sound like real human + - are you human ? +- intent: chitchat/ask_languagesbot + examples: | + - Are you familiar with more than one language? + - Can you communicate in any other languages? + - Can you speak more than one language? + - Do you know any other languages? + - Do you know other languages? + - Do you speak [german](language)? + - do you speak [zulu](language)? + - can you speak [isiZulu](language) + - can you speak [afrikaans](language)? + - do you understand [zulu](language) + - do you understand [Afrikaans]? + - Do you speak any other languages? + - Do you understand [spanish](language)? + - How many different languages are you fluent in? + - How many languages are you familiar with? + - How many languages can you speak? + - How many languages do you have knowledge of? + - How many languages do you know? + - In what languages are you fluent enough? + - In which languages are you fluent? + - In which languages can you speak? + - Speak any other languages? + - What are all of the different languages you can speak? + - What are the languages you can speak? + - What do you speak? + - What languages are you fluent in? + - What languages can you communicate in? + - What languages can you converse in? + - What languages can you use? + - What languages do you know how to use? + - What languages do you know? + - What languages do you speak? + - Which languages are you familiar with? + - Which languages do you speak? + - are you bilingual? + - are you multilingual? + - can you speak [Spanish](language)? + - can you speak in [italian](language)? + - do you know [chinese](language) + - do you speak [dutch](language)? + - do you speak [german](language)? + - do you speak any other languages? + - how many languages are you fluent in? + - how many languages do you know? + - tell me some languages you know? + - what else do you know besides [English](language)? + - what foreign languages are you fluent in? + - what foreign languages do you know? + - what language do you use + - what languages are you comfortable speaking at? + - what languages are you familiar with? + - what languages are you good at speaking? + - what languages do you know? + - what languages do you speak + - what languages you are well versed ? + - what languages you can be comfortable speaking? + - what languages you can handle well? + - what languages you can speak ? + - what languages you know? + - what languages you prefer more speaking at? + - which languages do you understand? + - you know [French](language) + - you speak [french](language) ? + - I want to speak binary with you + - ARE YOU [SPANISH](language) + - we cant converse in [french](language)? + - can we converse in [french](language)? + - Do you speak [italian](language)? +- intent: chitchat/ask_restaurant + examples: | + - Any good restaurants nearby? + - Can you find a restaurant for me? + - Can you find me a burger joint? + - Can you find me a restaurant? + - Can you recommend a restaurant open right now + - Could you find a restaurant for me? + - Could you find me a restaurant to eat at? + - Could you find me a restaurant? + - Do you find me a restaurant? + - Do you seek me a restaurant? + - Find a restaurant for me to eat at. + - Find a restaurant for me where I can eat. + - Find a restaurant for me? + - Find me a fast food restaurant. + - Find me a place to eat + - Find me a restaurant where I can eat. + - Have you seen me a restaurant? + - Help me find a restaurant + - Help me with finding this restaurant + - Hey help me find a restaurant + - Hey, can you help me with locating this restaurant. + - Hi, can you give me the nearest fast food place? + - How can you help me find a restaurant. + - I am hungry, find me some place to go + - I need a new restaurant + - I need a restaurant. + - I need to find this restaurant + - I'm gonna need help finding a restaurant + - I'm looking for a Spanish restaurant. + - IS there any near by restaurant? + - Is there any restaurant? + - Pick a restaurant for me, please + - Recommend me a restaurant around here. + - Show me how to find a restaurant + - Show me the closest open restaurant + - Suggest me a good restaurant around + - What restaurant would you recommend for dinner? + - What's a good place to eat nearby + - What's the closest restaurant open near me + - Where is the restaurant + - Where should I eat? + - Where should I go for dinner? + - Will you find me a restaurant? + - Would you find a restaurant for me? + - Would you find any restaurant? + - Would you find me a restaurant? + - can i be shown a gluten free restaurant + - can you find me a restaurant? + - help me find restaurant + - i want a french restaurant + - i'm looking for a Chinese restaurant + - restaurants + - will you see any restaurant for me? + - I want to find some restauant nearby + - show me restaurents +- intent: chitchat/ask_time + examples: | + - Can you give me the time? + - Can you tell me the time? + - Can you tell me what time it is? + - Can you tell the time? + - Could you tell me the time, please? + - Could you tell me the time? + - Could you tell me what time is it? + - Do you have the time? + - Do you know the time? + - Do you know what time it is? + - Excuse me, what time is it? + - Give me the time. + - Hi, I need the time. + - I need to know what time it is. + - Pardon me, but do you know the time? + - Tell me the time. + - Time, please! + - Time? + - What is the current time? + - What is the exact time? + - What is the hour and minute right now? + - What is the time? + - What might the time be? + - What time do we have? + - What time have we got? + - What time is it in [Berlin](location)? + - What time is it right now? + - What's the current time? + - What's the time right now? + - What's the time? + - Would you tell me what time it is? + - do you have the time? + - do you know the current time? + - tell me the current time. + - tell me the time it is. + - tell me the time. + - tell me what time you have. + - that's true. do you know what time it is? + - what is the current time? + - what is the time ? + - what is the time in [Sydney](location)? + - what is the time? + - what is time in US ? + - what is time is US ? + - what is time is USA ? + - what time do you have? + - what time is it + - what time is it? + - what time it is + - what's the time + - whats the time now +- intent: chitchat/ask_weather + examples: | + - Are there any meteorological changes that I need to be aware of? + - Are we in for a scorcher? + - Beautiful day, isn't it? + - Can I ask you something about weather + - Can we expect any thunderstorms? + - Do you have good weather? + - How is the weather today? + - How is the weather? + - How is weather today + - Is it hot or cold? + - Is it humid out there today? + - Is it quite breezy outside? + - Is it raining + - Is it raining? + - Looks like a beautiful day hey? + - Nice day out today? + - Weather? + - What is the temperature today? + - What is the weather at your place? + - What is the weather for tomorrow? + - What is the weather in newyork? + - What's it like out there? + - What's the weather forecast? + - What's the weather like over there? + - What's the weather like where I am right now? + - What's the weather like? + - Will I require my raincoat today? + - Will the skies be clear today? + - Will we build a snowman today? + - excellent - is it hot in [Berlin](location)? + - how is the weather + - how is the weather ? + - how is the weather in [berlin](location)? + - how is the weather? + - how's the weather ? + - how's the weather in [berlin](location) + - how's the weather? + - how's weather + - hows the waether + - hows the weather in bot world + - hows the weather today in [berlin](location)? + - is it hot ? + - is it hot outside ? + - is it sunny in [Durban](location) + - is the sun out where you are? + - is the sun out where zou are? + - it is cold in [pretoria](location) + - temperature? + - the weather today + - weatger + - weather + - weather? + - well, if you wish: what about the weather + - what about the weather in [Lüneburg](location) + - what is the temperature + - what is the wather + - what is the weatehr + - what is the weather + - what is the weather in [Berlin](location) + - what is the weather in [zurich](location)? + - what is the weather like where you are? + - what is the weather like? + - what is the whether today + - what the wheather like? + - what"s the weather + - what's the weather + - what's the weather like + - what's the weather like in [LA](location) + - what's the weather like where you are? + - what's the weather like? + - what's the weather today + - what's the weather today? + - whats the temperature + - whats the temperature in [delhi](location)? + - whats the weather in [berlin](location)? + - whats the weather like tomorrow? + - wheather at you location? + - wheather be like at your place? +- intent: chitchat/ask_whatismyname + examples: | + - Can you tell me my name? + - Can you tell me what I am called? + - Do I have a name? + - Do I have a name? What is it? + - Do you know my name? + - Do you know what my name is? + - Explain my name to me. + - I have a name, what is it? + - I'd like to know my name + - I'd like to know what my name is + - Inform me what my name is + - May i know my name? + - Please let me know what my name is + - Say my name. + - Tell me my name + - Tell me my name. + - What am I called? + - What could be my name? + - What did my parents name me? + - What do I call myself? + - What do my colleagues call me? + - What do people call me? + - What does everyone call me? + - What else do people call me? + - What exactly is my name? + - What is my first name? + - What is my full name? + - What is my name? + - What is the name I was given? + - What name do I go by? + - What name should I recognize for myself? + - What was I named? + - What would be the name on my tombstone? + - can you tell me my name? + - what is my name + - what is my name? + - what's my name? +- intent: chitchat/ask_whatspossible + examples: | + - Can you explain me in one sentence what you are doing? + - Can you help me? + - Could you please show me what you can + - Great, is there anything else you can do, bot? + - How can you help me + - How you help me? + - I need help + - I need some help + - What are my options + - What are you able to do? + - What can I ask you? + - What can I do? + - What can you demo + - What can you do + - What can you do for me? + - What can you do? + - What can you tell me? + - What do you do + - anything els + - are there any other options? + - can I ask you anything else? + - can you do anything else? + - can you help me + - can you help me? + - come back + - cool! can I do something else here? + - hello what can you do for me + - help + - help me + - help please + - help pls + - help? + - hep me + - hi. Pablo what do you do? + - hm that doesnt quite help me is there anything else you can do? + - how can i use you + - how can you help me + - how can you help me? + - how can you help? + - how does this work? + - how u can help me + - how you help me + - i asked you if you can do anything else + - i don't know what i want + - i need help + - more info + - now what? + - options + - show me the menu + - show me what's possible + - so now what + - so what can you do + - so what can you do? + - so what can you help me with? + - so what next? + - talk to me + - talk to me! + - tell me something you can do + - tell me what's your skill + - um what now + - what are all the things you understand? + - what are the options? + - what are you ding + - what are you doing + - what are you good at? + - what can I ask ? + - what can I ask you? + - what can I do here + - what can I do with Pablo? + - what can I do with this bot + - what can i do here + - what can i do now + - what can u do + - what can we talk about? + - what can you answer + - what can you do + - what can you do for me + - what can you do, Pablo? + - what can you do? + - what can you offer me? + - what can you tell me + - what can you? + - what cn u do for me ? + - what do you do + - what do you do? + - what do you know except this? + - what else can I do here? + - what else can i do + - what else can i do? + - what else can you do? + - what else can you help with? + - what i have to do + - what is this bot for + - what u can do + - what u can do? + - what you can do + - what you can do for me? + - what you can do? + - what you do + - what you doing? + - what you talk about? + - you can hep me + - what can you teache me? + - Can bots do calculations? + - what you can +- intent: chitchat/ask_wherefrom + examples: | + - Are you from around here? + - Around where are you from? + - Do you know where you come from? + - From where did you come? + - So where are you from + - What area are you from? + - What citizenship do you lay claim to? + - What city are you in? + - What city do you claim to for your birth? + - What city were you born in? + - What country are you from? + - What country were you born in? + - What is your birthplace? + - What is your heritage? + - What is your origin? + - What is your original location? + - What is your root? + - What location are you from? + - What state were you born in? + - What's the name of the place you came from? + - Where are you? + - Where are your origins? + - Where are your roots? + - Where did you come from? + - Where did you grow up? + - Where did you originate? + - Where do you come from? + - Where do you consider home? + - Where do you live? + - Where from? + - Where might you be from? + - Where were you at before you were here? + - Where were you born? + - You live around here? + - You were conceived in what location? + - are you from around here? + - what country are you from? + - where are from + - where are you from + - where are you from? + - where are your parents from? + - where did you come from? + - where did you grow up? + - where did you spend your youth? + - where do you come from? + - where do you live + - where do you live? + - where's your home town? +- intent: chitchat/ask_whoami + examples: | + - Can you tell me who I am? + - Can you tell me who am I? + - Do you know who I am? + - Do you know who am I? + - How can I determine who I am? + - How can I determine who am I? + - How do I discover who I am? + - How do I discover who am I? + - How do I identify myself? + - Okay who am I? + - Shall i know who am i? + - Tell me who I am. + - Tell me who I am? + - Tell me who am I? + - WHo am I + - Who am I? + - Who could I be? + - can you tell me what I am? + - can you tell me what my identity is? + - can you tell me who I am? + - tell me what my identity is? + - tell me who I am? + - what's my identity? + - who am i + - who are I ? + - who may i ? +- intent: chitchat/ask_whoisit + examples: | + - who are you + - who the hell are you? + - who are you? + - who are u + - who r u + - who is this + - tell me who you are + - what is your name + - hi what is your name? + - what is your name? + - what are you? + - what is ur name + - what I can call you + - your name? + - tell me your name + - what's your name + - what is you name + - what is you name and where are you from +- intent: chitchat/confirm_presence + examples: | + - are you there? + - are you still there? + - you there? + - u there + +- intent: faq/drugs_safe + examples: | + - are drugs safe? + - are drugs dangerous + - are drug safe + - what are the dangers of drugs? + - are drugs risky + - what are the risks of drugs + - drugs dangerous? + - drugs risky? + - what are the dangers of drug use + - is drug use safe? + - is drug use stupid + - is using drugs stupid? + - are drugs going to kill me + - can ddrgs kill? + - do drugs kill? +- intent: faq/drugs_legal + examples: | + - are drugs legal? + - drugs illegal? + - are drugs illegal? + - can I go to prison for drugs? + - drugs legal + +- synonym: name + examples: | + - names + - naam diff --git a/data/rules.yml b/data/rules.yml index 51f030d..fdfe99a 100644 --- a/data/rules.yml +++ b/data/rules.yml @@ -4,10 +4,20 @@ rules: - rule: Say goodbye anytime the user says goodbye steps: - - intent: goodbye + - intent: bye - action: utter_goodbye -- rule: Say 'I am a bot' anytime the user challenges +- rule: Chitchat steps: - - intent: bot_challenge - - action: utter_iamabot + - intent: chitchat + - action: utter_chitchat + +- rule: FAQs + steps: + - intent: faq + - action: utter_faq + +- rule: OOS + steps: + - intent: out_of_scope + - action: utter_out_of_scope \ No newline at end of file diff --git a/data/stories.yml b/data/stories.yml index 077651b..26bcb9d 100644 --- a/data/stories.yml +++ b/data/stories.yml @@ -2,29 +2,23 @@ version: "2.0" stories: -- story: happy path +- story: simple greet steps: - intent: greet - action: utter_greet - - intent: mood_great - - action: utter_happy -- story: sad path 1 +- story: happy interaction steps: - intent: greet - action: utter_greet - - intent: mood_unhappy - - action: utter_cheer_up - - action: utter_did_that_help - - intent: affirm - - action: utter_happy + - intent: faq + - action: utter_faq -- story: sad path 2 +- story: interactive_story_1 steps: - intent: greet - action: utter_greet - - intent: mood_unhappy - - action: utter_cheer_up - - action: utter_did_that_help - - intent: deny - - action: utter_goodbye + - intent: chitchat + - action: utter_chitchat + - intent: faq + - action: utter_faq \ No newline at end of file diff --git a/domain.yml b/domain.yml index b522557..09ccbd5 100644 --- a/domain.yml +++ b/domain.yml @@ -1,34 +1,139 @@ -version: "2.0" - -intents: - - greet - - goodbye - - affirm - - deny - - mood_great - - mood_unhappy - - bot_challenge - -responses: - utter_greet: - - text: "Hey! How are you?" - - utter_cheer_up: - - text: "Here is something to cheer you up:" - image: "https://i.imgur.com/nGF1K8f.jpg" - - utter_did_that_help: - - text: "Did that help you?" - - utter_happy: - - text: "Great, carry on!" - - utter_goodbye: - - text: "Bye" - - utter_iamabot: - - text: "I am a bot, powered by Rasa." - +version: '2.0' +config: + store_entities_as_slots: true session_config: session_expiration_time: 60 carry_over_slots_to_new_session: true +intents: +- greet +- chitchat: + is_retrieval_intent: true +- faq: + is_retrieval_intent: true +- out_of_scope: + is_retrieval_intent: true +- affirm +- deny +- bye +- react_positive +- react_negative +- explain +- thank +- help +- contact +- inform +- restart + +entities: +- language +- location +- name + +slots: + name: + type: text + influence_conversation: true + +responses: + utter_ask_name: + - text: Hey! My name is Pablo, I am a bot, whats your name? + utter_greet_by_name: + - text: Nice to meet you {name}! How are you doing? + utter_greet: + - text: Nice to meet you! How are you doing? + utter_cheer_up: + - text: 'Here is something to cheer you up:' + image: https://i.imgur.com/nGF1K8f.jpg + utter_did_that_help: + - text: Did that help you? + utter_happy: + - text: Great!, how can I help you today? I can tell you about our company, how we can help you or why you should consider implementign a chatbot into your business! + utter_goodbye: + - text: Bye! Was nice chatting to you, if you'd like you can restart this conversation by simply telling me too. + utter_chitchat/ask_howdoing: + - text: I'm great! Thanks for asking. + - text: I'm good, thanks! + - text: A little bit too warm, otherwise fine. + - text: A little bit cold, otherwise fine. + utter_chitchat/ask_howold: + - text: Old enough to be a bot! + - text: '42' + - text: Age is just an issue of mind over matter. If you don’t mind, it doesn’t matter. + - text: My first git commit was many moons ago. + - text: Why do you ask? Are my wrinkles showing? + - text: I've hit the age where I actively try to forget how old I am. + utter_chitchat/ask_isbot: + - text: Yep, I'm a bot! + - text: Yes, I'm a bot. + - text: Yep, you guessed it, I'm a bot! + - text: I am indeed a bot 🤖 + utter_chitchat/ask_ishuman: + - text: I'm not a human, I'm a bot! 🤖 + utter_chitchat/ask_restaurant: + - text: I'm sorry, I can't recommend you a restaurant as I usually cook at home. + - text: I'm sorry, I'm not getting taste buds for another few updates. + - text: I'd need some more data. If you lick the monitor perhaps I can evaluate your taste buds. + utter_chitchat/ask_time: + - text: It's the most wonderful time of the year! + - text: It's party time! + - text: Time is a human construct, you'll have to tell me. + - text: It's five o'clock somewhere! + - text: "In an ever expanding universe, the real question is: what time isn't it?" + - text: That's hard to say -- it's different all over the world! + utter_chitchat/ask_languagesbot: + - text: I can spell baguette in French, but unfortunately English is the only language I can answer you in. + - text: I am in the process of learning, but at the moment I can only speak English. + - text: Binary code and the language of love. And English. + - text: I was written in Python, but for your convenience I'll translate to English. + utter_chitchat/ask_weather: + - text: I don't know about where you live, but in my world it's always sunny 🔆 + - text: It's getting pretty chilly! + - text: Where I'm from, it's almost never-leaving-the-house weather. + - text: Winter is coming ⚔️ + utter_chitchat/ask_whatismyname: + - text: It's probably the one that your parents chose for you. + - text: I'd tell you, but there's restricted access to that chunk of memory. + - text: Believe it or not, I actually am not spying on your personal information. + - text: You're the second person now to ask me that. Rihanna was the first. + utter_chitchat/ask_whatspossible: + - text: You can ask me about how to get started with Rasa, the difference between Rasa and Rasa X, subscribing to our newsletter or booking a sales call. + utter_chitchat/ask_wherefrom: + - text: My developers come from all over the world! + - text: I was taught not to give out my address on the internet. + - text: My address starts with github.com. + utter_chitchat/ask_whoami: + - text: I hope you are being yourself. + - text: Who do you think you are? + - text: Unfortunately I haven't been programmed with the amount of necessary philosophy knowledge to answer that. + utter_chitchat/ask_whoisit: + - text: I'm Pablo, the drug education bot! 🐦 + utter_chitchat/nicetomeetyou: + - text: Likewise! + - text: Thank you. It is a pleasure to meet you as well! + - text: It is nice to meet you too! + - text: Pleased to meet you too! + - text: It's always a pleasure to meet new people! + - text: Nice to meet you too! Happy to be of help. + utter_chitchat/telljoke: + - text: Why are eggs not very much into jokes? - Because they could crack up. + - text: What's a tree's favorite drink? - Root beer! + - text: Why do the French like to eat snails so much? - They can't stand fast food. + - text: Why did the robot get angry? - Because someone kept pushing its buttons. + - text: What do you call a pirate droid? - Arrrr-2-D2 + - text: Why did the robot cross the road? - Because he was programmed to. + utter_chitchat/confirm_presence: + - text: Sure am! + utter_faq/drugs_safe: + - text: That depends on which you are using and, most importantly, how you are using them... + utter_faq/drugs_legal: + - text: Probably but it depends on where you are and what drugs + + utter_out_of_scope/non_english: + - text: No hablo english + utter_out_of_scope/other: + - text: I cant do that +actions: +- utter_chitchat +- utter_faq +- utter_greet +- utter_out_of_scope diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..dbad53d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +rasa +pandas \ No newline at end of file diff --git a/tripsit/getAllDrugs.json b/tripsit/getAllDrugs.json new file mode 100644 index 0000000..590f895 --- /dev/null +++ b/tripsit/getAllDrugs.json @@ -0,0 +1,35201 @@ +{ + "yopo": { + "name": "yopo", + "properties": { + "summary": "Anadenanthera peregrina, also known as yopo, is a perennial tree native to the Caribbean and South America. It is an entheogen containing 5-MeO-DMT and DMT, and is used in healing ceremonies and rituals. It is also a source of dietary calcium.", + "aliases": [ + "anadenanthera", + "\"anadenanthera" + ], + "categories": [ + "empathogen", + "psychedelic" + ] + }, + "pretty_name": "YOPO", + "aliases": [ + "anadenanthera", + "\"anadenanthera" + ], + "categories": [ + "empathogen", + "psychedelic" + ], + "id": 0 + }, + "pyrazolam": { + "name": "pyrazolam", + "properties": { + "summary": "RC benzodiazepine discovered by Hoffman-LaRoche in the 1970s. Came to the RC market in the early 2010s. At lower doses it is mainly an anxiolytic compound, yet at higher doses can be quite sedating, hypnotic, amnesic, and can cause loss of inhibitions. Structurally similar to Alprazolam, Bromazepam, and Triazolam. Is 12x as potent as Diazepam.", + "duration": "Oral: 5-8 hours. | Insufflated: 3-5 hours.", + "dose": "Oral Light: 1-2mg Common: 2-3mg Strong: 3-4mg's.", + "categories": [ + "benzodiazepine", + "research-chemical", + "habit-forming", + "depressant" + ], + "onset": "Oral: 10-15 minutes. | Insufflated: 5 minutes.", + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia.", + "after-effects": "1-12 hours.", + "dose_to_diazepam": "Pyrazolam - 10-20mg ~=10mg Diazepam." + }, + "pretty_name": "Pyrazolam", + "categories": [ + "benzodiazepine", + "research-chemical", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "1-2mg", + "Common": "2-3mg", + "Strong": "3-4mg" + } + }, + "formatted_duration": { + "Oral": "5-8", + "Insufflated": "3-5", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "10-15", + "Insufflated": "5", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Pyrazolam.shtml" + }, + "pweffects": { + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Analysis suppression": "https://psychonautwiki.org/wiki/Analysis_suppression", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Muscle relaxation": "https://psychonautwiki.org/wiki/Muscle_relaxation", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 1 + }, + "1b-lsd": { + "name": "1b-lsd", + "properties": { + "summary": "1B-LSD (1-butanoyl-lysergic acid diethylamide) is an LSD analogue which appears to be about as potent as 1P-LSD (slightly more potent than LSD) and has a slightly shorter duration than that of LSD, again thought to be about the same as 1P-LSD. Released in late 2018, and marketed agressively as a replacement for 1P-LSD. 1B-LSD does not yet have a clearly established safety profile,", + "aliases": [ + "1b" + ], + "dose": "Oral Light: 25-50ug Common: 50-125ug's Strong: 125-250ug's. | NOTE: At the time of this chemical's release, the manufacturers claimed 1B-LSD was expected to be slightly less potent than 1P-LSD, supposedly owing to the increased mass of the butanoyl group over the propionyl group, however anecdotes seem to indicate approximate equipotency to 1P-LSD.", + "duration": "8-12 hours", + "onset": "45-90 minutes", + "after-effects": "6-24 hours", + "categories": [ + "tentative", + "research-chemical", + "psychedelic" + ] + }, + "pretty_name": "1B-LSD", + "aliases": [ + "1b" + ], + "categories": [ + "tentative", + "research-chemical", + "psychedelic" + ], + "formatted_dose": { + "Oral": { + "Light": "25-50ug", + "Common": "50-125ug", + "Strong": "125-250ug" + } + }, + "formatted_duration": { + "value": "8-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-90", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "6-24", + "_unit": "hours" + }, + "dose_note": " NOTE: At the time of this chemical's release, the manufacturers claimed 1B-LSD was expected to be slightly less potent than 1P-LSD, supposedly owing to the increased mass of the butanoyl group over the propionyl group, however anecdotes seem to indicate approximate equipotency to 1P-LSD.", + "id": 2 + }, + "3-fmc": { + "name": "3-fmc", + "properties": { + "dose": "Light: 25-50mg Common: 50-100mg Strong: 100-150mg | NOTE: 3-fmc is very harsh on the nasal membranes", + "duration": "2-4 hours.", + "summary": "A stimulant drug related to mephedrone. A member of the cathinone class, it is also an amphetamine. Effects similar to other drugs of its class, may possess high addiction potential. May be a monoamine releaser, reuptake inhibitor or both.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "onset": "Rapid.", + "effects": "Euphoria, increased energy/alertness, decreased need for sleep, increased sociability, mood lift, increased sexuality, excessive talking, decreased appetite, weight loss, sweating, disturbed sleep patterns, bruxism, visual and auditory hallucinations, itchiness, aggressiveness, moodiness." + }, + "pretty_name": "3-FMC", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Light:": { + "Light": "25-50mg", + "Common": "50-100mg", + "Strong": "100-150mg" + } + }, + "formatted_duration": { + "value": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "value": "Rapid." + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "decreased need for sleep", + "increased sociability", + "mood lift", + "increased sexuality", + "excessive talking", + "decreased appetite", + "weight loss", + "sweating", + "disturbed sleep patterns", + "bruxism", + "visual and auditory hallucinations", + "itchiness", + "aggressiveness", + "moodiness", + "" + ], + "dose_note": " NOTE: 3-fmc is very harsh on the nasal membranes", + "sources": { + "_general": [ + "3-FMC is a monoamine releaser - International Review of Neurobiology - The Neuropsychiatric Complications of Stimulant Abuse Vol. 20" + ] + }, + "id": 3 + }, + "ibuprofen": { + "name": "ibuprofen", + "properties": { + "summary": "A ubiquitously available pain reliever/fever reducer. Ibuprofen is a nonsteroidal anti-inflammatory drug, available in many forms. It is sometimes used to reduce the body-load caused by certain drugs, such as stimulants.", + "duration": "4-6 hours. ER forumulations up to 12 hours.", + "onset": "within an hour.", + "avoid": "Alcoholic beverages.", + "dose": "Common: 400-800mg's.", + "categories": [ + "common" + ] + }, + "pretty_name": "Ibuprofen", + "categories": [ + "common" + ], + "formatted_dose": { + "Oral": { + "Common": "400-800mg" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "within" + }, + "sources": { + "_general": [ + "Ibuprofen: pharmacology, efficacy and safety - http://www.ncbi.nlm.nih.gov/pubmed/19949916", + "Coronary arterial vasodilator effect of ibuprofen - http://www.ncbi.nlm.nih.gov/pubmed/7053413" + ] + }, + "id": 4 + }, + "fluorolintane": { + "name": "fluorolintane", + "properties": { + "summary": "A dissociative anaesthetic also known as 2-FPPP, very little is known about this obscure and rare drug. Reported by some to be stimulating, having effects similar to other dissociative drugs such as PCP and ketamine.", + "dose": "Oral Light: 75-100mg Common: 100-150mg Strong: 150-250mg Heavy: 250mg+.", + "duration": "3-6 hours", + "categories": [ + "research-chemical", + "habit-forming", + "tentative", + "dissociative" + ], + "onset": "15-45 minutes.", + "after-effects": "2-6 hours." + }, + "pretty_name": "Fluorolintane", + "categories": [ + "research-chemical", + "habit-forming", + "tentative", + "dissociative" + ], + "formatted_dose": { + "Oral": { + "Light": "75-100mg", + "Common": "100-150mg", + "Strong": "150-250mg", + "Heavy": "250mg+." + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "2-6", + "_unit": "hours" + }, + "id": 5 + }, + "clonitazene": { + "name": "clonitazene", + "properties": { + "summary": "An opioid that is roughly three times as potent as Morphine. Is related to Etonitazene, which is about 1000-1500x the potency of Morphine.", + "dose": "Oral Light: 2.5-5mg Commong: 5-10mg Strong: 10-15mg+", + "onset": "Oral: 10-30 minutes.", + "duration": "Oral: 4-8 hours.", + "after-effects": "1-8 hours.", + "categories": [ + "opioid", + "habit-forming", + "depressant", + "research-chemical" + ] + }, + "pretty_name": "Clonitazene", + "categories": [ + "opioid", + "habit-forming", + "depressant", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "2.5-5mg", + "Commong": "5-10mg", + "Strong": "10-15mg+" + } + }, + "formatted_duration": { + "Oral": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "10-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 6 + }, + "mephedrone": { + "name": "mephedrone", + "properties": { + "summary": "A shortlived euphoric stimulant, developed as an analogue of MDMA, which was extremely popular in the research chemical scene before being banned. Commonly seen on street markets but rarer online. Very strong urge to redose compulsively.", + "dose": "Oral Light: 50-100mg Common: 100-200mg Strong: 150-300mg Heavy: 300mg+ | Insufflated Light: 15-25mg Common: 20-80mg Strong: 75-125mg Heavy: 125mg+", + "effects": "Generally described as being more intense of a stimulant than MDMA but with somewhat less of an empathogenic feel.", + "onset": "15-45 minutes", + "duration": "2-3 hours", + "detection": "Mixed reports on whether the drug shows positive on standard drug tests.", + "aliases": [ + "4-mmc", + "meow", + "m-cat", + "4-methylmethcathinone", + "4mmc" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "empathogen" + ], + "after-effects": "6-24 hours" + }, + "pretty_name": "Mephedrone", + "aliases": [ + "4-mmc", + "meow", + "m-cat", + "4-methylmethcathinone", + "4mmc" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "empathogen" + ], + "formatted_dose": { + "Oral": { + "Light": "50-100mg", + "Common": "100-200mg", + "Strong": "150-300mg", + "Heavy": "300mg+" + }, + "Insufflated": { + "Light": "15-25mg", + "Common": "20-80mg", + "Strong": "75-125mg", + "Heavy": "125mg+" + } + }, + "formatted_duration": { + "value": "2-3", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-45", + "_unit": "minutes" + }, + "formatted_effects": [ + "Generally described as being more intense of a stimulant than MDMA but with somewhat less of an empathogenic feel", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_4Methylmethcathinone.shtml" + }, + "pweffects": { + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Body odor alteration": "https://psychonautwiki.org/wiki/Body_odor_alteration", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Cognitive fatigue": "https://psychonautwiki.org/wiki/Cognitive_fatigue", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Dehydration": "https://psychonautwiki.org/wiki/Dehydration", + "Depression": "https://psychonautwiki.org/wiki/Depression", + "Difficulty urinating": "https://psychonautwiki.org/wiki/Difficulty_urinating", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Ego inflation": "https://psychonautwiki.org/wiki/Ego_inflation", + "Empathy, love, and sociability enhancement": "https://psychonautwiki.org/wiki/Empathy,_love,_and_sociability_enhancement", + "Increased blood pressure": "https://psychonautwiki.org/wiki/Increased_blood_pressure", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Increased perspiration": "https://psychonautwiki.org/wiki/Increased_perspiration", + "Irritability": "https://psychonautwiki.org/wiki/Irritability", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Teeth grinding": "https://psychonautwiki.org/wiki/Teeth_grinding", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Thought disorganization": "https://psychonautwiki.org/wiki/Thought_disorganization", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Vasoconstriction": "https://psychonautwiki.org/wiki/Vasoconstriction", + "Vibrating vision": "https://psychonautwiki.org/wiki/Vibrating_vision", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "6-24", + "_unit": "hours" + }, + "sources": { + "_general": [ + "Mephedrone toxicity has been clinically associated with seizures - http://emj.bmj.com/content/28/4/280.short" + ] + }, + "id": 7 + }, + "valerylfentanyl": { + "name": "valerylfentanyl", + "properties": { + "summary": "Opioid that is a higher homologue of Butyrfentanyl with greatly reduced potency.", + "categories": [ + "opioid", + "depressant", + "research-chemical", + "tentative", + "habit-forming" + ], + "dose": "Light: 50+mg", + "aliases": [ + "vf" + ] + }, + "pretty_name": "Valerylfentanyl", + "aliases": [ + "vf" + ], + "categories": [ + "opioid", + "depressant", + "research-chemical", + "tentative", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "50+mg" + } + }, + "id": 8 + }, + "4-ho-dipt": { + "name": "4-ho-dipt", + "properties": { + "summary": "A psychedelic tryptamine also known as iprocin. A homologue of psilocin, this drug likely has similar effects to psychedelic mushrooms. Said to have a rapid onset and relatively short duration for a drug of its class.", + "aliases": [ + "iprocin" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "dose": "Threshold: 3-5mg Light: 5-10mg Common: 10-20mg Strong: 20-30mg+", + "onset": "20-60 minutes.", + "duration": "2-4 hours.", + "after-effects": "1-6 hours." + }, + "pretty_name": "4-HO-DiPT", + "aliases": [ + "iprocin" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Threshold": "3-5mg", + "Light": "5-10mg", + "Common": "10-20mg", + "Strong": "20-30mg+" + } + }, + "formatted_duration": { + "value": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_4HODiPT.shtml", + "tihkal": "https://www.erowid.org/library/books_online/tihkal/tihkal17.shtml" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 9 + }, + "deschloroketamine": { + "name": "deschloroketamine", + "properties": { + "summary": "A novel analogue of Ketamine which is much more potent and has a longer duration.", + "dose": "Light: 5-15mg Common: 15-25mg Strong: 25-40mg Heavy: 40+mg.", + "categories": [ + "dissociative", + "research-chemical", + "habit-forming", + "tentative" + ], + "aliases": [ + "2'-oxo-pcm", + "dxe", + "dck", + "o-pcm", + "opcm", + "2-oxo-pcm" + ], + "duration": "3-6 hours", + "onset": "Insufflated: 2-20 minutes.", + "after-effects": "1-8 hours." + }, + "pretty_name": "Deschloroketamine", + "aliases": [ + "2'-oxo-pcm", + "dxe", + "dck", + "o-pcm", + "opcm", + "2-oxo-pcm" + ], + "categories": [ + "dissociative", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "5-15mg", + "Common": "15-25mg", + "Strong": "25-40mg", + "Heavy": "40+mg." + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "Insufflated": "2-20", + "_unit": "minutes" + }, + "pweffects": { + "Acuity suppression": "https://psychonautwiki.org/wiki/Acuity_suppression", + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Auditory suppression": "https://psychonautwiki.org/wiki/Auditory_suppression", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Consciousness disconnection": "https://psychonautwiki.org/wiki/Consciousness_disconnection", + "Creativity enhancement": "https://psychonautwiki.org/wiki/Creativity_enhancement", + "Depersonalization": "https://psychonautwiki.org/wiki/Depersonalization", + "Derealization": "https://psychonautwiki.org/wiki/Derealization", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Double vision": "https://psychonautwiki.org/wiki/Double_vision", + "Déjà vu": "https://psychonautwiki.org/wiki/D%C3%A9j%C3%A0_vu", + "Environmental cubism": "https://psychonautwiki.org/wiki/Environmental_cubism", + "Environmental orbism": "https://psychonautwiki.org/wiki/Environmental_orbism", + "Frame rate suppression": "https://psychonautwiki.org/wiki/Frame_rate_suppression", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Language suppression": "https://psychonautwiki.org/wiki/Language_suppression", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Muscle relaxation": "https://psychonautwiki.org/wiki/Muscle_relaxation", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Pattern recognition suppression": "https://psychonautwiki.org/wiki/Pattern_recognition_suppression", + "Perception of decreased weight": "https://psychonautwiki.org/wiki/Perception_of_decreased_weight", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Perspective distortions": "https://psychonautwiki.org/wiki/Perspective_distortions", + "Physical autonomy": "https://psychonautwiki.org/wiki/Physical_autonomy", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Tactile disconnection": "https://psychonautwiki.org/wiki/Tactile_disconnection", + "Tactile suppression": "https://psychonautwiki.org/wiki/Tactile_suppression", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Visual disconnection": "https://psychonautwiki.org/wiki/Visual_disconnection", + "Visual sliding": "https://psychonautwiki.org/wiki/Visual_sliding" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 10 + }, + "dmt": { + "name": "dmt", + "properties": { + "summary": "A popular and powerful psychedelic, typically used in two ways; either it is vapourised for a short 'breakthrough' experience, or it is taken in combination with an enzyme inhibitor for a long, intense trip (this is also known as ayahuasca or pharmahuasca).", + "onset": "Vaporized/smoked: 0-2 minutes | Oral_MAOI: 20-45 minutes | Insufflated: 3-5 minutes", + "dose": "Vapourised Threshold: 5-10mg Light: 10-15mg Common: 15-25mg Strong: 25-35mg Heavy: 35mg+ | Insufflated Light: 10-25mg Common: 25-50mg Strong: 50-125mg+ | Intravenous Light: 10-15mg Common: 15-25mg Strong: 25-40mg", + "duration": "Vaporized/smoked: 3-10 minutes | Oral_MAOI: 180-420 minutes | Insufflated: 45-60 minutes", + "effects": "immersive experience, open eye visuals, radical perspective shifting, profound life-changing spiritual experiences, powerful rushing of sensation, change in perception of time, auditory hallucinations, color shifting, hard on lungs when smoking, stomach discomfort, difficulty integrating experiences, overwhelming fear", + "after-effects": "15-60 minutes", + "aliases": [ + "n,n-dmt", + "dimethyltryptamine" + ], + "molecule": "http://www.erowid.org/chemicals/dmt/images/archive/dmt_3d_mid.jpg", + "marquis": "Orange", + "categories": [ + "psychedelic", + "common" + ], + "vaporization": "60-80C (140-176F)", + "half-life": "10-20 minutes" + }, + "pretty_name": "DMT", + "aliases": [ + "n,n-dmt", + "dimethyltryptamine" + ], + "categories": [ + "psychedelic", + "common" + ], + "formatted_dose": { + "Vapourised": { + "Threshold": "5-10mg", + "Light": "10-15mg", + "Common": "15-25mg", + "Strong": "25-35mg", + "Heavy": "35mg+" + }, + "Insufflated": { + "Light": "10-25mg", + "Common": "25-50mg", + "Strong": "50-125mg+" + }, + "Intravenous": { + "Light": "10-15mg", + "Common": "15-25mg", + "Strong": "25-40mg" + } + }, + "formatted_duration": { + "Vaporized/smoked": "3-10", + "Oral_MAOI": "180-420", + "Insufflated": "45-60", + "_unit": "minutes" + }, + "formatted_onset": { + "Vaporized/smoked": "0-2", + "Oral_MAOI": "20-45", + "Insufflated": "3-5", + "_unit": "minutes" + }, + "formatted_effects": [ + "immersive experience", + "open eye visuals", + "radical perspective shifting", + "profound life-changing spiritual experiences", + "powerful rushing of sensation", + "change in perception of time", + "auditory hallucinations", + "color shifting", + "hard on lungs when smoking", + "stomach discomfort", + "difficulty integrating experiences", + "overwhelming fear" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_DMT.shtml", + "tihkal": "https://www.erowid.org/library/books_online/tihkal/tihkal06.shtml" + }, + "pweffects": { + "8B Geometry - Exposure to inner mechanics of consciousness": "https://psychonautwiki.org/wiki/8B_Geometry_-_Exposure_to_inner_mechanics_of_consciousness", + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "After images": "https://psychonautwiki.org/wiki/After_images", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Changes in gravity": "https://psychonautwiki.org/wiki/Changes_in_gravity", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour replacement": "https://psychonautwiki.org/wiki/Colour_replacement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Exposure to inner mechanics of consciousness": "https://psychonautwiki.org/wiki/Exposure_to_inner_mechanics_of_consciousness", + "External hallucinations": "https://psychonautwiki.org/wiki/External_hallucinations", + "Feelings of impending doom": "https://psychonautwiki.org/wiki/Feelings_of_impending_doom", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Machinescapes": "https://psychonautwiki.org/wiki/Machinescapes", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Mindfulness": "https://psychonautwiki.org/wiki/Mindfulness", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Recursion": "https://psychonautwiki.org/wiki/Recursion", + "Rejuvenation": "https://psychonautwiki.org/wiki/Rejuvenation", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spirituality enhancement": "https://psychonautwiki.org/wiki/Spirituality_enhancement", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Subconscious communication": "https://psychonautwiki.org/wiki/Subconscious_communication", + "Symmetrical texture repetition": "https://psychonautwiki.org/wiki/Symmetrical_texture_repetition", + "Temperature regulation suppression": "https://psychonautwiki.org/wiki/Temperature_regulation_suppression", + "Tracers": "https://psychonautwiki.org/wiki/Tracers", + "Transformations": "https://psychonautwiki.org/wiki/Transformations", + "Unity and interconnectedness": "https://psychonautwiki.org/wiki/Unity_and_interconnectedness" + }, + "formatted_aftereffects": { + "value": "15-60", + "_unit": "minutes" + }, + "dose_note": " NOTE: These figures are for 100% effective vaporization methods. Most methods are not 100% effective. Likelyhood of having a \"breakthrough\" experience increases with dose.", + "combos": { + "mushrooms": { + "status": "Low Risk & Synergy" + }, + "lsd": { + "status": "Low Risk & Synergy" + }, + "mescaline": { + "status": "Low Risk & Synergy" + }, + "dox": { + "status": "Low Risk & Synergy" + }, + "nbomes": { + "status": "Low Risk & Synergy" + }, + "2c-x": { + "status": "Low Risk & Synergy" + }, + "2c-t-x": { + "status": "Low Risk & Synergy" + }, + "amt": { + "status": "Low Risk & Synergy" + }, + "5-meo-xxt": { + "status": "Low Risk & Synergy" + }, + "cannabis": { + "status": "Caution", + "note": "Cannabis has an unexpectedly strong and somewhat unpredictable synergy with psychedelics." + }, + "ketamine": { + "status": "Low Risk & Synergy" + }, + "mxe": { + "status": "Low Risk & Synergy" + }, + "dxm": { + "status": "Low Risk & Synergy" + }, + "pcp": { + "status": "Low Risk & Synergy" + }, + "nitrous": { + "status": "Low Risk & Synergy" + }, + "amphetamines": { + "status": "Caution", + "note": "Stimulants increase anxiety levels and the risk of thought loops which can lead to negative experiences" + }, + "mdma": { + "status": "Low Risk & Synergy" + }, + "cocaine": { + "status": "Caution", + "note": "Stimulants increase anxiety levels and the risk of thought loops which can lead to negative experiences" + }, + "caffeine": { + "status": "Low Risk & No Synergy" + }, + "alcohol": { + "status": "Low Risk & Decrease" + }, + "ghb/gbl": { + "status": "Low Risk & Decrease" + }, + "opioids": { + "status": "Low Risk & No Synergy" + }, + "tramadol": { + "status": "Unsafe", + "note": "Tramadol is well known to lower seizure threshold and psychedelics also cause occasional seizures." + }, + "benzodiazepines": { + "status": "Low Risk & Decrease" + }, + "benzos": { + "status": "Low Risk & Decrease" + }, + "maois": { + "status": "Low Risk & Synergy" + }, + "ssris": { + "status": "Low Risk & Decrease" + } + }, + "id": 11 + }, + "morphine": { + "name": "morphine", + "properties": { + "summary": "The prototypical opioid drug, a powerful analgesic with euphoric qualities, found in the seeds and wax of the plant papaver somniferum (opium poppy). First isolated by Friedrich Sertürner in 1805, named for its sleep-inducing qualities. Do not combine with other depressants, may cause dangerous respiratory depression in overdose.", + "onset": "Oral_IR: 10-30 minutes | Oral_ER: 40-80 minutes | Insufflated: 10-30 minutes | Plugged: 10-30 minutes | IV/IM: 0-1 minutes.", + "duration": "Oral_IR: 4-6 hours | Oral_ER: 4-10 hours | Insufflated: 4-5 hours | Plugged: 3-4 hours | IV/IM: 2-4 hours.", + "categories": [ + "opioid", + "habit-forming", + "common", + "depressant" + ], + "dose": "Oral Light: 5mg-10mg Common: 15-20mg Strong: 30mg+", + "bioavailability": "Oral 30% | Insufflated 15-20% | Rectal 30% NOTE: Chitosan (A linear polysaccharide that helps absorb drugs better) increases the insufflated bioavailabilty to around 60%. Ratio used was 1.3 grams : 6.7 grams (Morphine:Chitosan) Use with caution.", + "effects": "Euphoria, Dry Mouth, Mood lift, Itchiness, Relaxant, Constipation, Pupil constriction, Analgesia.", + "after-effects": "1-12 hours." + }, + "pretty_name": "Morphine", + "categories": [ + "opioid", + "habit-forming", + "common", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "5mg-10mg", + "Common": "15-20mg", + "Strong": "30mg+" + } + }, + "formatted_duration": { + "Oral_IR": "4-6", + "Oral_ER": "4-10", + "Insufflated": "4-5", + "Plugged": "3-4", + "IV/IM": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "Oral_IR": "10-30", + "Oral_ER": "40-80", + "Insufflated": "10-30", + "Plugged": "10-30", + "IV/IM": "0-1", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "Dry Mouth", + "Mood lift", + "Itchiness", + "Relaxant", + "Constipation", + "Pupil constriction", + "Analgesia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Morphine.shtml" + }, + "pweffects": { + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Constipation": "https://psychonautwiki.org/wiki/Constipation", + "Cough suppression": "https://psychonautwiki.org/wiki/Cough_suppression", + "Difficulty urinating": "https://psychonautwiki.org/wiki/Difficulty_urinating", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Itchiness": "https://psychonautwiki.org/wiki/Itchiness", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Pain relief": "https://psychonautwiki.org/wiki/Pain_relief", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Pupil constriction": "https://psychonautwiki.org/wiki/Pupil_constriction", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "sources": { + "_general": [ + "Codeine analgesia is due to codeine-6-glucuronide, not morphine. - https://www.ncbi.nlm.nih.gov/pubmed/11092114", + "Dextromethorphan potentiates the antinociceptive effects of morphine and the delta-opioid agonist SNC80 in squirrel monkeys. - http://www.ncbi.nlm.nih.gov/pubmed/11805202", + "Magnesium increases morphine analgesic effect in different experimental models of pain. - http://www.ncbi.nlm.nih.gov/pubmed/11873038", + "Identification of CYP3A4 and CYP2C8 as the major cytochrome P450 s responsible for morphine N-demethylation in human liver microsomes. - http://www.ncbi.nlm.nih.gov/pubmed/12936704", + "4-Caffeoyl-1,5-quinide in roasted coffee inhibits [3H]naloxone binding and reverses anti-nociceptive effects of morphine in mice. - http://www.ncbi.nlm.nih.gov/pubmed/15088081", + "Evaluation the effects of dextromethorphan and midazolam on morphine induced tolerance and dependence in mice. - http://www.ncbi.nlm.nih.gov/pubmed/18819620", + "Enhancement by grapefruit juice of morphine antinociception. - http://www.ncbi.nlm.nih.gov/pubmed/19043223", + "Low-Dose Cannabinoid Type 2 Receptor Agonist Attenuates Tolerance to Repeated Morphine Administration via Regulating μ-Opioid Receptor Expression i... - http://www.ncbi.nlm.nih.gov/pubmed/26720619", + "Influence of a high-fat meal on the absorption of morphine from oral solutions. - http://www.ncbi.nlm.nih.gov/pubmed/2791448", + "Discriminative stimulus effects of reversible and irreversible opiate agonists: morphine, oxymorphazone and buprenorphine. - http://www.ncbi.nlm.nih.gov/pubmed/6206224", + "Endogenous codeine and morphine in poor and extensive metabolisers of the CYP2D6 (debrisoquine/sparteine) polymorphism. - http://www.ncbi.nlm.nih.gov/pubmed/8113966", + "The effect of food intake on the pharmacokinetics of sustained-release morphine sulfate capsules. - http://www.ncbi.nlm.nih.gov/pubmed/9152568" + ] + }, + "id": 12 + }, + "4-fma": { + "name": "4-fma", + "properties": { + "summary": "A stimulant with some empathogenic properties, and analogue of Methamphetamine with similar effects. Reported to be less effective than 2-FMA and related compounds. Little is known about the pharmacological effects of this compound. Not to be confused with 4-FA, which has a different effect profile, despite similar potency.", + "duration": "3-5 hours.", + "dose": "Oral Light: 50-75mg's Common: 75-125mg's Heavy: 125-200mg+", + "onset": "Oral: 20-40 minutes | Insufflated: 5-10 minutes", + "after-effects": "1-6 hours.", + "aliases": [ + "4-fluromethamphetamine", + "4fma" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "empathogen" + ], + "effects": "Euphoria, increased energy/alertness, decreased need for sleep, increased sociability, mood lift, increased sexuality, excessive talking, decreased appetite, weight loss, sweating, disturbed sleep patterns, bruxism, visual and auditory hallucinations, itchiness, aggressiveness, moodiness." + }, + "pretty_name": "4-FMA", + "aliases": [ + "4-fluromethamphetamine", + "4fma" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "empathogen" + ], + "formatted_dose": { + "Oral": { + "Light": "50-75mg", + "Common": "75-125mg", + "Heavy": "125-200mg+" + } + }, + "formatted_duration": { + "value": "3-5", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "20-40", + "Insufflated": "5-10", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "decreased need for sleep", + "increased sociability", + "mood lift", + "increased sexuality", + "excessive talking", + "decreased appetite", + "weight loss", + "sweating", + "disturbed sleep patterns", + "bruxism", + "visual and auditory hallucinations", + "itchiness", + "aggressiveness", + "moodiness", + "" + ], + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 13 + }, + "5-iai": { + "name": "5-iai", + "properties": { + "summary": "A monoamine triple releaser first synthesised by David Nichols, possesses similar properties to MDMA. Probably neurotoxic in humans, however the extent of this is unclear.", + "aliases": [ + "5iai" + ], + "warning": "Note: It seems /most/ of the market for this drug is infact largely falsified.", + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "habit-forming", + "empathogen" + ], + "effects": "Euphoria, increased energy/alertness, Decreased need for sleep, Increased sociability, mood lift, increase sexuality, Excessive talking, Decreased appetite, Weight loss, Sweating, Distrubed sleep patterns, Bruxia, Visual and audiotory hallucinations itchiness, agressiveness, moodiness.", + "after-effects": "1-24 hours." + }, + "pretty_name": "5-IAI", + "aliases": [ + "5iai" + ], + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "habit-forming", + "empathogen" + ], + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "Decreased need for sleep", + "Increased sociability", + "mood lift", + "increase sexuality", + "Excessive talking", + "Decreased appetite", + "Weight loss", + "Sweating", + "Distrubed sleep patterns", + "Bruxia", + "Visual and audiotory hallucinations itchiness", + "agressiveness", + "moodiness", + "" + ], + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "id": 14 + }, + "cialis": { + "name": "cialis", + "properties": { + "summary": "Tadalafil, a PDE5 inhibitor used to combat erectile disfunction. Dangerous in combination with other drugs which lower blood pressure.", + "dose": "Light: 2.5-5mg Common: 5-10mg Strong: 10-20mg.", + "duration": "4-6 hours." + }, + "pretty_name": "Tadalafil", + "formatted_dose": { + "Oral": { + "Light": "2.5-5mg", + "Common": "5-10mg", + "Strong": "10-20mg." + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "id": 15 + }, + "methaqualone": { + "name": "methaqualone", + "properties": { + "summary": "A pharmaceutical depressant and sedative phased out due to the better safety profile of benzodiazepines, part of the Qualone group of substances. Now very rare, except in South Africa.", + "dose": "Oral Light: 75-150mg Common: 150-300mg Strong: 300mg+ | NOTE: Do not take more than 300mg without a tolerance.", + "onset": "30-45 minutes", + "duration": "5-8 hours.", + "after-effects": "4-6 hours.", + "avoid": "All other CNS depressants.", + "categories": [ + "depressant", + "habit-forming" + ], + "aliases": [ + "ludes", + "quaaludes", + "qualudes", + "mandrax" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic." + }, + "pretty_name": "Methaqualone", + "aliases": [ + "ludes", + "quaaludes", + "qualudes", + "mandrax" + ], + "categories": [ + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "75-150mg", + "Common": "150-300mg", + "Strong": "300mg+" + } + }, + "formatted_duration": { + "value": "5-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-45", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Methaqualone.shtml" + }, + "pweffects": { + "Acuity suppression": "https://psychonautwiki.org/wiki/Acuity_suppression", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Changes in gravity": "https://psychonautwiki.org/wiki/Changes_in_gravity", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Constipation": "https://psychonautwiki.org/wiki/Constipation", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Double vision": "https://psychonautwiki.org/wiki/Double_vision", + "Dream potentiation": "https://psychonautwiki.org/wiki/Dream_potentiation", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Muscle relaxation": "https://psychonautwiki.org/wiki/Muscle_relaxation", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Subconscious communication": "https://psychonautwiki.org/wiki/Subconscious_communication", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Visual disconnection": "https://psychonautwiki.org/wiki/Visual_disconnection" + }, + "formatted_aftereffects": { + "value": "4-6", + "_unit": "hours" + }, + "dose_note": " NOTE: Do not take more than 300mg without a tolerance.", + "id": 16 + }, + "aspirin": { + "name": "aspirin", + "properties": { + "summary": "A widely used anti-inflammatory and blood-thinner produced by acetylation of the naturally occurring salicyclic acid. Part of the nonsteroidal antiinflammatory class of drugs, a cyclooxygenase inhibitor. Very common over-the-counter pain reliever and fever reducer. Also used in smaller doses to lower risk of heart attack.", + "onset": "30-90 minutes.", + "duration": "(Dose-Dependent) 2-3h (for low doses), 15-30h (for large doses)", + "effects": "Analgesia, Antipyresis, Anti-inflammation, Antiaggregation", + "avoid": "Acetazolamide, Ammonium Chloride, Alcohol, Tolbutamide, Chlorpropamide, Warfarin, Methotrexate, Phenytoin, Probenecid, Valproic Acid, Other NSAIDs, Corticosteroids, Spironolactone, Penicillin G, Vitamin C", + "dose": "Oral Threshold: 50mg Light: 75mg-81mg Common: 325mg-650mg Heavy: 1.6g | NOTE: Aspirin is known to be dangerous in dosages of 4g and above", + "aliases": [ + "acetylsalicylate" + ], + "categories": [ + "common" + ], + "bioavailability": "Oral: 55.8-74%." + }, + "pretty_name": "Aspirin", + "aliases": [ + "acetylsalicylate" + ], + "categories": [ + "common" + ], + "formatted_dose": { + "Oral": { + "Threshold": "50mg", + "Light": "75mg-81mg", + "Common": "325mg-650mg", + "Heavy": "1.6g" + } + }, + "formatted_duration": { + "value": "Dose-Dependent" + }, + "formatted_onset": { + "value": "30-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Analgesia", + "Antipyresis", + "Anti-inflammation", + "Antiaggregation" + ], + "dose_note": " NOTE: Aspirin is known to be dangerous in dosages of 4g and above", + "id": 17 + }, + "dimemebfe": { + "name": "dimemebfe", + "properties": { + "summary": "Related in structure to 5-MeO-DMT, yet much less potent. Described as feeling somewhat similar to mushrooms, with some empathogenic effects.", + "dose": "Light: 25-50mg Common: 50-75mg Strong: 75-125mg.", + "duration": "4-6 hours.", + "onset": "10-40 minutes.", + "categories": [ + "research-chemical", + "psychedelic", + "empathogen", + "tentative" + ], + "aliases": [ + "5-meo-bfe" + ] + }, + "pretty_name": "Dimemebfe", + "aliases": [ + "5-meo-bfe" + ], + "categories": [ + "research-chemical", + "psychedelic", + "empathogen", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "25-50mg", + "Common": "50-75mg", + "Strong": "75-125mg." + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-40", + "_unit": "minutes" + }, + "id": 18 + }, + "naphyrone": { + "name": "naphyrone", + "properties": { + "summary": "A drug derived from pyrovalerone which acts as a TRI, producing stimulating effects. Had been sold in a blend called \"NRG-1\" Little information exists about the safety profile of this drug.", + "onset": "Within 30 minutes.", + "duration": "6-12 hours (Very dependant on dose)", + "dose": "(Tentative) Oral: Light: 10-20mg Common: 20-35mg Strong: 35-50mg+", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ] + }, + "pretty_name": "Naphyrone", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "(Tentative)": { + "Oral": "Light", + "Common": "20-35mg", + "Strong": "35-50mg+" + } + }, + "formatted_duration": { + "value": "6-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "Within", + "_unit": "minutes" + }, + "id": 19 + }, + "librium": { + "name": "librium", + "properties": { + "summary": "Chlordiazepoxide, a medium-acting benzodiazepine drug prescribed mostly for sleep purposes. Sedative and hypnotic, it may cause lowered inhibitions and amnesia in high doses.", + "dose": "Light: 5-10mg Common: 10-20mg Heavy: 20-40mg+ | NOTE: 25mg of Librium is approximately equal to 10mg of Diazepam", + "onset": "20-40 minutes", + "duration": "6-10 hours", + "avoid": "All other CNS depressants", + "aliases": [ + "chlordiazepoxide" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "bioavailability": "Oral 100% | Intramuscular 90-95%", + "after-effects": "1-14 hours.", + "dose_to_diazepam": "25mg ~=10mg Diazepam" + }, + "pretty_name": "Librium", + "aliases": [ + "chlordiazepoxide" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Light:": { + "Light": "5-10mg", + "Common": "10-20mg", + "Heavy": "20-40mg+" + } + }, + "formatted_duration": { + "value": "6-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-40", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "formatted_aftereffects": { + "value": "1-14", + "_unit": "hours" + }, + "dose_note": " NOTE: 25mg of Librium is approximately equal to 10mg of Diazepam", + "sources": { + "_general": [ + "Alcohol and benzodiazepines in fatal poisonings. - https://www.ncbi.nlm.nih.gov/pubmed/12170103" + ] + }, + "id": 20 + }, + "3-meo-pcp": { + "name": "3-meo-pcp", + "properties": { + "summary": "A potent dissociative often compared to MXE but with a longer duration, much less sedating effects and causing an overall different experience. Users have reported effects as being similar to PCP. Roughtly ten times more potent than 4-MeO-PCP.", + "dose": "Oral Threshold: 1.5-3mg Light: 3-5mg Common: 5-10mg. Strong: 10-15mg Heavy: 15-18mg+ | Insufflated Threshold: 1-2mg Light: 2-5mg Common: 5-8mg Strong: 8-12mg Heavy: 12-15mg+", + "duration": "Oral: 3-5 hours +/- an hour dependant on dose. | Insufflated: 2-4 hours +/- ~30 minutes, dependant on dose.", + "onset": "Oral: 20-90 minutes. | Insufflated: 10-30 minutes. | IM: 3-7 minutes.", + "after-effects": "2-48 hours.", + "aliases": [ + "3meopcp" + ], + "categories": [ + "dissociative", + "research-chemical", + "habit-forming", + "common" + ] + }, + "pretty_name": "3-MeO-PCP", + "aliases": [ + "3meopcp" + ], + "categories": [ + "dissociative", + "research-chemical", + "habit-forming", + "common" + ], + "formatted_dose": { + "Oral": { + "Threshold": "1.5-3mg", + "Light": "3-5mg", + "Common": "5-10mg.", + "Strong": "10-15mg", + "Heavy": "15-18mg+" + }, + "Insufflated": { + "Threshold": "1-2mg", + "Light": "2-5mg", + "Common": "5-8mg", + "Strong": "8-12mg", + "Heavy": "12-15mg+" + } + }, + "formatted_duration": { + "Oral": "3-5", + "Insufflated": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "20-90", + "Insufflated": "10-30", + "IM": "3-7", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_3MeOPCP.shtml" + }, + "pweffects": { + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "Acuity suppression": "https://psychonautwiki.org/wiki/Acuity_suppression", + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Auditory suppression": "https://psychonautwiki.org/wiki/Auditory_suppression", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Bodily control enhancement": "https://psychonautwiki.org/wiki/Bodily_control_enhancement", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Consciousness disconnection": "https://psychonautwiki.org/wiki/Consciousness_disconnection", + "Creativity enhancement": "https://psychonautwiki.org/wiki/Creativity_enhancement", + "Depersonalization": "https://psychonautwiki.org/wiki/Depersonalization", + "Derealization": "https://psychonautwiki.org/wiki/Derealization", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Double vision": "https://psychonautwiki.org/wiki/Double_vision", + "Déjà vu": "https://psychonautwiki.org/wiki/D%C3%A9j%C3%A0_vu", + "Environmental cubism": "https://psychonautwiki.org/wiki/Environmental_cubism", + "Environmental orbism": "https://psychonautwiki.org/wiki/Environmental_orbism", + "Feelings of impending doom": "https://psychonautwiki.org/wiki/Feelings_of_impending_doom", + "Frame rate suppression": "https://psychonautwiki.org/wiki/Frame_rate_suppression", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Mania": "https://psychonautwiki.org/wiki/Mania", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Mindfulness": "https://psychonautwiki.org/wiki/Mindfulness", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Pattern recognition suppression": "https://psychonautwiki.org/wiki/Pattern_recognition_suppression", + "Perception of decreased weight": "https://psychonautwiki.org/wiki/Perception_of_decreased_weight", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Perspective distortions": "https://psychonautwiki.org/wiki/Perspective_distortions", + "Physical autonomy": "https://psychonautwiki.org/wiki/Physical_autonomy", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Psychosis": "https://psychonautwiki.org/wiki/Psychosis", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Tactile disconnection": "https://psychonautwiki.org/wiki/Tactile_disconnection", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement" + }, + "formatted_aftereffects": { + "value": "2-48", + "_unit": "hours" + }, + "id": 21 + }, + "eth-lad": { + "name": "eth-lad", + "properties": { + "summary": "A psychedelic drug and slightly more potent analogue of LSD, first synthesised by Alexander Shulgin - sometimes described as being less 'abrasive' than LSD. Less common than the associated AL-LAD, though has seen some popularity since its release on the Internet research chemical scene in 2015.", + "dose": "Oral Threshold: 20-30ug Light: 30-60ug Common: 60-100ug Strong: 100-200ug+", + "duration": "6-14 hours", + "onset": "15-90 minutes", + "categories": [ + "research-chemical", + "psychedelic" + ], + "after-effects": "1-12 hours.", + "aliases": [ + "ethlad" + ] + }, + "pretty_name": "ETH-LAD", + "aliases": [ + "ethlad" + ], + "categories": [ + "research-chemical", + "psychedelic" + ], + "formatted_dose": { + "Oral": { + "Threshold": "20-30ug", + "Light": "30-60ug", + "Common": "60-100ug", + "Strong": "100-200ug+" + } + }, + "formatted_duration": { + "value": "6-14", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-90", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_ETHLAD.shtml", + "tihkal": "https://www.erowid.org/library/books_online/tihkal/tihkal12.shtml" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 22 + }, + "3-fa": { + "name": "3-fa", + "properties": { + "summary": "A stimulant that is close to equipotent with methamphetamine and acts as a monoamine releasing agent , but has more selectivity for dopamine/noradrenaline over serotonin.", + "onset": "30-90 minutes (oral) depending on stomach contents.", + "duration": "4-6 hours", + "dose": "Oral Light: 5-15mg Common: 15-30mg Strong: 30-60mg+", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "effects": "Euphoria, increased energy/alertness, decreased need for sleep, increased sociability, mood lift, increased sexuality, excessive talking, decreased appetite, weight loss, sweating, disturbed sleep patterns, bruxism, visual and auditory hallucinations, itchiness, aggressiveness, moodiness.", + "after-effects": "1-6 hours.", + "aliases": [ + "3fa" + ] + }, + "pretty_name": "3-FA", + "aliases": [ + "3fa" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "5-15mg", + "Common": "15-30mg", + "Strong": "30-60mg+" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "decreased need for sleep", + "increased sociability", + "mood lift", + "increased sexuality", + "excessive talking", + "decreased appetite", + "weight loss", + "sweating", + "disturbed sleep patterns", + "bruxism", + "visual and auditory hallucinations", + "itchiness", + "aggressiveness", + "moodiness", + "" + ], + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 23 + }, + "aet": { + "name": "aet", + "properties": { + "aliases": [ + "alpha-ethyl-tryptamine", + "a-et", + "a-ethyltryptamine" + ], + "onset": "60-120 minutes.", + "duration": "5-10 hours.", + "categories": [ + "psychedelic", + "stimulant", + "research-chemical", + "tentative", + "empathogen" + ], + "summary": "A quite rare substance of the tryptamine class, was first made by Upjohn as an antidepressant. Please use extreme caution if you get the pleasure of trying this drug.", + "dose": "Light: 80-100mg Common: 100-125mg Strong: 125-150mg+", + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "after-efects": "1-6 hours.", + "after-effects": "1-24 hours.", + "avoid": "It can induce serotonergic neurotoxicity similar to the likes of MDMA. Do not combine this drug if you take an MAOi." + }, + "pretty_name": "αET", + "aliases": [ + "alpha-ethyl-tryptamine", + "a-et", + "a-ethyltryptamine" + ], + "categories": [ + "psychedelic", + "stimulant", + "research-chemical", + "tentative", + "empathogen" + ], + "formatted_dose": { + "Oral": { + "Light": "80-100mg", + "Common": "100-125mg", + "Strong": "125-150mg+" + } + }, + "formatted_duration": { + "value": "5-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "60-120", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_AET.shtml" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "id": 24 + }, + "tetrahydrofuran-fentanyl": { + "name": "tetrahydrofuran-fentanyl", + "properties": { + "summary": "An analogue of fentanyl that is unknown in literature. Is most likely less potent than most other analogues. Yet very few reports are around. Be careful.", + "aliases": [ + "thf-f", + "thff" + ], + "categories": [ + "opioid", + "habit-forming", + "depressant", + "research-chemical" + ] + }, + "pretty_name": "TETRAHYDROFURAN-FENTANYL", + "aliases": [ + "thf-f", + "thff" + ], + "categories": [ + "opioid", + "habit-forming", + "depressant", + "research-chemical" + ], + "id": 25 + }, + "bromantane": { + "name": "bromantane", + "properties": { + "summary": "An unusual stimulant and anxiolytic drug with dopamine and serotonin reuptake inhibition properties. Infamously used as a doping agent in the 1996 Olympics. There are some concerns it may exacerbate the underlying causes of Alzheimer's disease.", + "dose": "Oral Light: 50-100mg Common: 100-200mg Strong: 200-400mg+ | NOTE: Anticholinergic effects at high doses (around 500mg)", + "onset": "Oral: 10-30 minutes.", + "duration": "4-8 hours.", + "categories": [ + "depressant", + "stimulant", + "research-chemical", + "nootropic" + ], + "bioavailabity": "Oral: 42%.", + "after-effects": "1-10 hours." + }, + "pretty_name": "Bromantane", + "categories": [ + "depressant", + "stimulant", + "research-chemical", + "nootropic" + ], + "formatted_dose": { + "Oral": { + "Light": "50-100mg", + "Common": "100-200mg", + "Strong": "200-400mg+" + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "10-30", + "_unit": "minutes" + }, + "pweffects": { + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Dehydration": "https://psychonautwiki.org/wiki/Dehydration", + "Focus enhancement": "https://psychonautwiki.org/wiki/Focus_enhancement", + "Increased blood pressure": "https://psychonautwiki.org/wiki/Increased_blood_pressure", + "Memory enhancement": "https://psychonautwiki.org/wiki/Memory_enhancement", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Muscle relaxation": "https://psychonautwiki.org/wiki/Muscle_relaxation", + "Stamina enhancement": "https://psychonautwiki.org/wiki/Stamina_enhancement", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Vasoconstriction": "https://psychonautwiki.org/wiki/Vasoconstriction", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "1-10", + "_unit": "hours" + }, + "dose_note": " NOTE: Anticholinergic effects at high doses (around 500mg)", + "id": 26 + }, + "ephedrine": { + "name": "ephedrine", + "properties": { + "summary": "Ephedrine is a sympathomimetic amine commonly used as a stimulant, concentration aid, decongestant, appetite suppressant, and to treat hypotension associated with anaesthesia. A methamphetamine analogue and commonly used in the production of methamphetamine.", + "duration": "3 - 6 hours", + "adverse-effects": "Tachycardia, cardiac arrhythmias, angina pectoris, vasoconstriction with hypertension, flushing, sweating, acne vulgaris, nausea, decreased urination, difficulty urinating, restlessness, confusion, insomnia, mild euphoria, mania/hallucinations, delusions, formication, dyspnea, pulmonary edema, dizziness, headache, tremor, hyperglycemic reactions, and dry mouth", + "contraindictions": "Closed-angle glaucoma, phaeochromocytoma, asymmetric septal hypertrophy (idiopathic hypertrophic subaortic stenosis), concomitant or recent (previous 14 days) monoamine oxidase inhibitor (MAOI) therapy, general anaesthesia with halogenated hydrocarbons (particularly halothane), tachyarrhythmias or ventricular fibrillation, and hypersensitivity to ephedrine", + "pharmacology": "NDRA (Norepinephrine-Dopamine Releasing Agent)", + "pharmacokinetics": "Bioavailability: 85% | Metabolism: minimal hepatic | Excretion: 22 - 99% renal", + "legal": "Australia: Prescription Only (S4) | Canada: Schedule VI | United Kingdom: P | United States: List I OTC", + "category": "Stimulant", + "categories": [ + "stimulant", + "habit-forming" + ], + "dose": "Oral Threshold: 5-10mg Light: 10-20mg Common: 20-30mg Strong: 30-50mg Heavy: 50mg+", + "onset": "5-20 minutes.", + "after-effects": "1-8 hours." + }, + "pretty_name": "Ephedrine", + "categories": [ + "stimulant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Threshold": "5-10mg", + "Light": "10-20mg", + "Common": "20-30mg", + "Strong": "30-50mg", + "Heavy": "50mg+" + } + }, + "formatted_duration": { + "value": "3", + "_unit": "hours" + }, + "formatted_onset": { + "value": "5-20", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Ephedrine.shtml" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 27 + }, + "methyprylon": { + "name": "methyprylon", + "properties": { + "summary": "Sedative of the pipeidinedone family. Was used for treating insomnia, yet is rarely used today due to substances with fewer side effects, such as benzodiazepines.", + "dose": "Light: 150-200mg Common: 200-300mg Strong: 300mg+", + "duration": "6-12 hours.", + "avoid": "All other CNS depressants.", + "categories": [ + "depressant", + "habit-forming", + "tentative" + ], + "after-effects": "1-16 hours.", + "aliases": [ + "noludar" + ] + }, + "pretty_name": "Methyprylon", + "aliases": [ + "noludar" + ], + "categories": [ + "depressant", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "150-200mg", + "Common": "200-300mg", + "Strong": "300mg+" + } + }, + "formatted_duration": { + "value": "6-12", + "_unit": "hours" + }, + "formatted_aftereffects": { + "value": "1-16", + "_unit": "hours" + }, + "id": 28 + }, + "bupropion": { + "name": "bupropion", + "properties": { + "summary": "A frequently prescribed atypical antidepressant. Occasionally prescribed as an aid to smoking cessation. May lower seizure threshold in predisposed individuals. Poorly understood mechanism of action, probably an NDRI. Avoid combination with other drugs.", + "duration": "Parent: 11-21 hours | Metabolites: 20-37 hours", + "general-effects": "Mild - moderate increase in motor activity and agitation/excitement", + "adverse-effects": "Agitation, dry mouth, insomnia, headache/migraine, nausea/vomiting, constipation, tremor, dizziness, excessive sweating, blurred vision, tachycardia, confusion, rash, hostility, cardiac arrhythmia, and auditory disturbance", + "overdose-symptoms": "Seizure, hallucinations, loss of consciousness, sinus tachycardia, ECG changes, bradycardia, cardiac failure, cardiac arrest, and death", + "warning": "Bupropion lowers the seizure threshold and can induce seizures when excessive doses are used and/or when combined with CNS stimulants or other drugs that also lower the threshold, such as theophylline, steroids, some tricyclic antidepressants, and alcohol", + "chemistry": "IUPAC: (±)-2-(tert-Butylamino)-1-(3-chlorophenyl)propan-1-one | Formula: C13H18ClNO | Molecular Mass: 239.74 g/mol", + "pharmacology": "NDRI (Norepinephrine-Dopamine Reuptake Inhibitor); NDRA (Norepinephrine-Dopamine Releasing Agent); α3β2, α3β4, α4β2, and α7 nACh receptor antagonist", + "pharmacokinetics": "Protein Binding: 84% (bupropion), 77% [hydroxybupropion (active metabolite)], 42% [threohydrobupropion (active metabolite)] | Metabolism: hepatic, primarily CYP2B6-mediated hydroxylation; both bupropion and hydroxybupropion (active metabolite) are CYP2D6 inhibitors | Excretion: renal (87%; 0.5% unchanged) and faecal (10%)", + "legal": "Australia: Prescription Only (S4) | Canada: ℞-only | United Kingdom: POM | United States: ℞-only", + "categories": [ + "stimulant", + "habit-forming" + ], + "aliases": [ + "wellbutrin", + "zyban", + "amfebutamone" + ], + "onset": "15-90 minutes.", + "contradictions": "Seizure disorder, current or prior diagnosis of bulimia or anorexia nervosa, abrupt discontinuation of alcohol, benzodiazepines, barbiturates, and anti-epileptic drugs, and MAOIs,", + "after-effects": "1-6 hours." + }, + "pretty_name": "Bupropion", + "aliases": [ + "wellbutrin", + "zyban", + "amfebutamone" + ], + "categories": [ + "stimulant", + "habit-forming" + ], + "formatted_dose": { + "none": { + "NOTE": "Highly" + } + }, + "formatted_duration": { + "Parent": "11-21", + "Metabolites": "20-37", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-90", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "sources": { + "_general": [ + "Evaluation of a Potential Metabolism-Mediated Drug-Drug Interaction Between Atomoxetine and Bupropion in Healthy Volunteers. http://www.ncbi.nlm.nih.gov/pubmed/27518170" + ] + }, + "id": 29 + }, + "4-ho-mpt": { + "name": "4-ho-mpt", + "properties": { + "summary": "Psychedelic drug of the tryptamine class. Higher homologue of Psilocin, and is the 4-hydroxy analogue of N-Methyl-N-Propyltryptamine.", + "onset": "Oral: 30-60 minutes. | Vapourized: 1-2 minutes.", + "duration": "Oral: 3-6 hours. | Vapourized: 45-90 minutes.", + "dose": "Oral Light: 5-10mg Common: 10-15mg Strong: 15-25mg | Vapourized Light: 3-5mg Common: 5-10mg Strong: 10-15mg | Note: I couldn't find a report that taking this substance rectally produced any effects.", + "after-effects": "1-6 hours.", + "categories": [ + "psychedelic", + "tentative", + "research-chemical" + ], + "aliases": [ + "4hompt" + ] + }, + "pretty_name": "4-HO-MPT", + "aliases": [ + "4hompt" + ], + "categories": [ + "psychedelic", + "tentative", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "5-10mg", + "Common": "10-15mg", + "Strong": "15-25mg" + }, + "Vapourized": { + "Light": "3-5mg", + "Common": "5-10mg", + "Strong": "10-15mg" + } + }, + "formatted_duration": { + "Oral": "3-6", + "Vapourized": "45-90", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "30-60", + "Vapourized": "1-2", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "dose_note": " Note: I couldn't find a report that taking this substance rectally produced any effects.", + "id": 30 + }, + "rolicyclidine": { + "name": "rolicyclidine", + "properties": { + "summary": "Rolicyclidine, also known as PCPy, is a dissociative with effects similar to PCP. While this dissociative anesthetic has hallucinogenic and sedative effects, it is said to be much less stimulating than PCP. In this sense it is more similar to opioids, or other central nervous system depressants.", + "dose": "Light: 2-4mg Common: 4-8mg Strong: 8mg+", + "onset": "Oral: 30-60 minutes | Nasal 30 minutes.", + "duration": "2-6 hours", + "avoid": "All CNS depressants.", + "categories": [ + "dissociative", + "research-chemical", + "habit-forming", + "tentative" + ], + "aliases": [ + "pcpy" + ], + "after-effects": "1-8 hours." + }, + "pretty_name": "Rolicyclidine", + "aliases": [ + "pcpy" + ], + "categories": [ + "dissociative", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "2-4mg", + "Common": "4-8mg", + "Strong": "8mg+" + } + }, + "formatted_duration": { + "value": "2-6", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "30-60", + "Nasal": "30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 31 + }, + "halothane": { + "name": "halothane", + "properties": { + "summary": "A powerful inhalant anaesthetic generally used in a medical setting to induce unconsciousness, as a supplement with ketamine or fentanyl.", + "categories": [ + "depressant", + "tentative" + ] + }, + "pretty_name": "Halothane", + "categories": [ + "depressant", + "tentative" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Halothane.shtml" + }, + "id": 32 + }, + "prl-8-53": { + "name": "prl-8-53", + "properties": { + "summary": "A nootropic research chemical first synthesized in the 70s. One study shows a drastic improvement in mid-term memory among users, but otherwise it is severely lacking in information surrounding it. It has no recreational potential.", + "onset": "Oral: Within 30 minutes. | Sublingual: Within 15 minutes. | Intranasally: Within 5 minutes.", + "duration": "Oral: 4-6 hours | Sublingual: 3-5 hours | Intranasally: 2-4 hours.", + "dose": "Threshold: 2-3mg Low: 3-5mg Common: 5-10mg Strong: 10-20mg+ | NOTE: start low and work your way up.", + "categories": [ + "research-chemical", + "nootropic", + "tentative" + ], + "aliases": [ + "prl853" + ], + "after-effects": "1-12 hours." + }, + "pretty_name": "PRL-8-53", + "aliases": [ + "prl853" + ], + "categories": [ + "research-chemical", + "nootropic", + "tentative" + ], + "formatted_dose": { + "Threshold:": { + "Threshold": "2-3mg", + "Low": "3-5mg", + "Common": "5-10mg", + "Strong": "10-20mg+" + } + }, + "formatted_duration": { + "Oral": "4-6", + "Sublingual": "3-5", + "Intranasally": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "Within", + "Sublingual": "Within", + "Intranasally": "Within", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_PRL853.shtml" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "dose_note": " NOTE: start low and work your way up.", + "id": 33 + }, + "oxymorphone": { + "name": "oxymorphone", + "properties": { + "summary": "A powerful semisynthetic opioid analgesic also known as opana. A derivative of morphine it is approximately ten times as potent. Has a low oral bioavailability, and as such it is usually insufflated or taken rectally.", + "onset": "Oral_IR: 20-40 minutes | Oral_ER: 60-90 minutes. | Insufflated: 1-5 minutes | Plugged: 15-30 minutes. | IV: 0-1 minutes", + "duration": "Oral_IR: 4-8 hours | Oral_ER: 6-14 hours | Insufflated 5-8 hours | Plugged: 4-7 hours | IV: 2-4 hours. | Note: Tolerance + contents in your stomach can cause this to be quite different.", + "dose": "Oral Low: 5-7.5mg Common: 10-20mg Heavy: 20mg+ | Insufflated Low: 2-4mg Common: 4-6mg Heavy: 6-10mg+", + "avoid": "All other CNS depressants.", + "warning": "NOTE: There has been reports of a rare blood disorder from Intravenous use of Oxymorphone ER. Take this into consideration before taking the drug this way.", + "aliases": [ + "opana", + "stopsigns" + ], + "categories": [ + "opioid", + "habit-forming", + "depressant" + ], + "bioavailability": "Intranasal: 43%, Oral: 10-20%, Rectal: 10%", + "effects": "Euphoria, Dry Mouth, Mood lift, Itchiness, Relaxant, Constipation, Pupil constriction, Analgesia.", + "after-effects": "1-12 hours." + }, + "pretty_name": "Oxymorphone", + "aliases": [ + "opana", + "stopsigns" + ], + "categories": [ + "opioid", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Low": "5-7.5mg", + "Common": "10-20mg", + "Heavy": "20mg+" + }, + "Insufflated": { + "Low": "2-4mg", + "Common": "4-6mg", + "Heavy": "6-10mg+" + } + }, + "formatted_duration": { + "Oral_IR": "4-8", + "Oral_ER": "6-14", + "Insufflated": "5-8", + "Plugged": "4-7", + "IV": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "Oral_IR": "20-40", + "Oral_ER": "60-90", + "Insufflated": "1-5", + "Plugged": "15-30", + "IV": "0-1", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "Dry Mouth", + "Mood lift", + "Itchiness", + "Relaxant", + "Constipation", + "Pupil constriction", + "Analgesia", + "" + ], + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 34 + }, + "pce": { + "name": "pce", + "properties": { + "duration": "2-5 hours.", + "onset": "Insufflated 5-15 minutes.", + "dose": "Insufflated Light: 1-3mg Common: 3-7mg Strong: 7-15mg+", + "aliases": [ + "eticyclidine" + ], + "categories": [ + "dissociative", + "tentative", + "habit-forming" + ], + "summary": "Eticyclidine (PCE) is a Dissociative anesthetic that has hallucinogenic effects. Slightly more potent than Phencyclidine.", + "after-effects": "1-4 hours." + }, + "pretty_name": "PCE", + "aliases": [ + "eticyclidine" + ], + "categories": [ + "dissociative", + "tentative", + "habit-forming" + ], + "formatted_dose": { + "Insufflated": { + "Light": "1-3mg", + "Common": "3-7mg", + "Strong": "7-15mg+" + } + }, + "formatted_duration": { + "value": "2-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "Insufflated", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-4", + "_unit": "hours" + }, + "id": 35 + }, + "4-aco-dmt": { + "name": "4-aco-dmt", + "properties": { + "dose": "Oral Light: 5-10mg Common: 10-25mg Heavy: 25-40mg", + "duration": "4-8 hours.", + "summary": "A prodrug for Psilocin with extremely similar effects as Mushrooms.", + "comeup": "Slow comeup, some users report it taking nearly 2 hours until first effects are felt.", + "effects": "4-aco-dmt is a psilocin analog, so effects are very similar to mushrooms. Some users report very little difference between 4-aco-dmt and mushrooms.", + "aliases": [ + "4acodmt", + "psilacetin", + "4-aco", + "4-acetoxy-dmt" + ], + "onset": "20-90 minutes. (dependant on form and stomach contents)", + "categories": [ + "psychedelic", + "research-chemical", + "common" + ], + "after-effects": "1-12 hours." + }, + "pretty_name": "4-AcO-DMT", + "aliases": [ + "4acodmt", + "psilacetin", + "4-aco", + "4-acetoxy-dmt" + ], + "categories": [ + "psychedelic", + "research-chemical", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "5-10mg", + "Common": "10-25mg", + "Heavy": "25-40mg" + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "4-aco-dmt is a psilocin analog", + "so effects are very similar to mushrooms", + "Some users report very little difference between 4-aco-dmt and mushrooms", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_4AcODMT.shtml" + }, + "pweffects": { + "8B Geometry - Exposure to inner mechanics of consciousness": "https://psychonautwiki.org/wiki/8B_Geometry_-_Exposure_to_inner_mechanics_of_consciousness", + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "After images": "https://psychonautwiki.org/wiki/After_images", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Creativity enhancement": "https://psychonautwiki.org/wiki/Creativity_enhancement", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Déjà vu": "https://psychonautwiki.org/wiki/D%C3%A9j%C3%A0_vu", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Enhancement and suppression cycles": "https://psychonautwiki.org/wiki/Enhancement_and_suppression_cycles", + "Excessive yawning": "https://psychonautwiki.org/wiki/Excessive_yawning", + "Exposure to inner mechanics of consciousness": "https://psychonautwiki.org/wiki/Exposure_to_inner_mechanics_of_consciousness", + "External hallucinations": "https://psychonautwiki.org/wiki/External_hallucinations", + "Feelings of impending doom": "https://psychonautwiki.org/wiki/Feelings_of_impending_doom", + "Feelings of interdependent opposites": "https://psychonautwiki.org/wiki/Feelings_of_interdependent_opposites", + "Feelings of predeterminism": "https://psychonautwiki.org/wiki/Feelings_of_predeterminism", + "Feelings of self-design": "https://psychonautwiki.org/wiki/Feelings_of_self-design", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Machinescapes": "https://psychonautwiki.org/wiki/Machinescapes", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Mindfulness": "https://psychonautwiki.org/wiki/Mindfulness", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Personal meaning enhancement": "https://psychonautwiki.org/wiki/Personal_meaning_enhancement", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Rejuvenation": "https://psychonautwiki.org/wiki/Rejuvenation", + "Runny nose": "https://psychonautwiki.org/wiki/Runny_nose", + "Salivation": "https://psychonautwiki.org/wiki/Salivation", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spirituality enhancement": "https://psychonautwiki.org/wiki/Spirituality_enhancement", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Subconscious communication": "https://psychonautwiki.org/wiki/Subconscious_communication", + "Symmetrical texture repetition": "https://psychonautwiki.org/wiki/Symmetrical_texture_repetition", + "Synaesthesia": "https://psychonautwiki.org/wiki/Synaesthesia", + "Teeth grinding": "https://psychonautwiki.org/wiki/Teeth_grinding", + "Temperature regulation suppression": "https://psychonautwiki.org/wiki/Temperature_regulation_suppression" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 36 + }, + "flualprazolam": { + "name": "flualprazolam", + "properties": { + "summary": "Fluorinated alprazolam, that likely has a longer half-life and higher potency than its parent compound.", + "duration": "6-14 hours.", + "onset": "10-30 minutes.", + "avoid": "All other CNS depressants.", + "dose": "Oral Light: 0.125-0.25mg Common: 0.25-0.5mg Strong: 0.5-1mg Heavy: 1-2mg", + "categories": [ + "benzodiazepine", + "habit-forming", + "tentative", + "research-chemical" + ], + "after-effects": "1-36 hours." + }, + "pretty_name": "Flualprazolam", + "categories": [ + "benzodiazepine", + "habit-forming", + "tentative", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "0.125-0.25mg", + "Common": "0.25-0.5mg", + "Strong": "0.5-1mg", + "Heavy": "1-2mg" + } + }, + "formatted_duration": { + "value": "6-14", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-36", + "_unit": "hours" + }, + "id": 37 + }, + "flurazepam": { + "name": "flurazepam", + "properties": { + "summary": "Benzodiazepine with an extremely long half life, between 40 and 250 hours. Mainly used for general anxiety disorder. Sedating, hypnotic, anxiolytic. Potential for amnesia and reduced inhibitions in overdose.", + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "dose": "Light: 5-10mg Common: 15-30mg Strong: 30-60mg.", + "duration": "12-16 hours.", + "onset": "45-90 minutes.", + "avoid": "All other CNS depressants.", + "after-effects": "2-48 hours.", + "aliases": [ + "dalmane" + ], + "bioavailability": "Oral 83%", + "dose_to_diazepam": "Flurazepam - 15-30mg's ~=10mg Diazepam." + }, + "pretty_name": "Flurazepam", + "aliases": [ + "dalmane" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "5-10mg", + "Common": "15-30mg", + "Strong": "30-60mg." + } + }, + "formatted_duration": { + "value": "12-16", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "formatted_aftereffects": { + "value": "2-48", + "_unit": "hours" + }, + "id": 38 + }, + "2c-t-2": { + "name": "2c-t-2", + "properties": { + "summary": "An unusual psychedelic with similar effects to 2C-B and a slightly longer duration, but maligned because of some deaths in the 2000s. Also similar to 2c-t-7, but with a shorter duration. Potentially unsafe with stimulants and empathogens.", + "dose": "Oral Threshold: 5mg Light: 5-10mg Common: 10-20mg Strong: 20-25mg+", + "onset": "45-90 minutes.", + "duration": "5-8 hours.", + "avoid": "MAOI's as the dangers with 2C-T-7 could also fall into this substance as well (Serotonin Syndrome)", + "aliases": [ + "2ct2" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "after-effects": "1-6 hours.", + "test-kits": "Marquis: Fizzes Pale Orange. | Mecke: Orange > Purple. | Mandelin: Purple. | Froehde: Orange > Purple | Liebermann: Red or Purple. | Ehrlich: No colour change." + }, + "pretty_name": "2C-T-2", + "aliases": [ + "2ct2" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Threshold": "5mg", + "Light": "5-10mg", + "Common": "10-20mg", + "Strong": "20-25mg+" + } + }, + "formatted_duration": { + "value": "5-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_2CT2.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal040.shtml" + }, + "pweffects": { + "8B Geometry - Exposure to inner mechanics of consciousness": "https://psychonautwiki.org/wiki/8B_Geometry_-_Exposure_to_inner_mechanics_of_consciousness", + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "After images": "https://psychonautwiki.org/wiki/After_images", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Bodily control enhancement": "https://psychonautwiki.org/wiki/Bodily_control_enhancement", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "External hallucinations": "https://psychonautwiki.org/wiki/External_hallucinations", + "Feelings of interdependent opposites": "https://psychonautwiki.org/wiki/Feelings_of_interdependent_opposites", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Stomach cramps": "https://psychonautwiki.org/wiki/Stomach_cramps", + "Symmetrical texture repetition": "https://psychonautwiki.org/wiki/Symmetrical_texture_repetition", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Temperature regulation suppression": "https://psychonautwiki.org/wiki/Temperature_regulation_suppression", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought loops": "https://psychonautwiki.org/wiki/Thought_loops", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Tracers": "https://psychonautwiki.org/wiki/Tracers", + "Transformations": "https://psychonautwiki.org/wiki/Transformations", + "Unity and interconnectedness": "https://psychonautwiki.org/wiki/Unity_and_interconnectedness", + "Vasoconstriction": "https://psychonautwiki.org/wiki/Vasoconstriction", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 39 + }, + "det": { + "name": "det", + "properties": { + "onset": "Vaporized: 1-5 minutes. | Oral: 30-90 minutes.", + "summary": "A surprisingly uncommon analogue of DMT with similar effects and reported oral activity without the aid of an MAOI.", + "aliases": [ + "diethyltryptamine" + ], + "duration": "2-4 hours.", + "after-effects": "1-6 hours.", + "dosage": "Vaporized (using a 100% success method) Light: 15-25mg's Common: 30-50mg's Strong: 50mg+ Orally Light: 20-40mg's Common: 50-80mg's Strong: 80mg+", + "dose": "Vapourized Light: 15-25mg Common: 30-50mg Strong: 50mg+ | Oral Light: 20-40mg Common: 50-80mg Strong: 80mg+", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "DET", + "aliases": [ + "diethyltryptamine" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Vapourized": { + "Light": "15-25mg", + "Common": "30-50mg", + "Strong": "50mg+" + }, + "Oral": { + "Light": "20-40mg", + "Common": "50-80mg", + "Strong": "80mg+" + } + }, + "formatted_duration": { + "value": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "Vaporized": "1-5", + "Oral": "30-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_DET.shtml", + "tihkal": "https://www.erowid.org/library/books_online/tihkal/tihkal03.shtml" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 40 + }, + "nimetazepam": { + "name": "nimetazepam", + "properties": { + "summary": "A pharmaceutical benzodiazepine with hypnotic and sedative effects. Rarely seen in the West but reportedly very frequently abused in Malaysia.", + "onset": "15-30 minutes.", + "duration": "5-8 hours", + "after-effects": "12-24 hours", + "avoid": "All other CNS depressants.", + "dose": "Oral Light: 2.5-5mg Common: 5-10mg Strong: 10-20mg+", + "aliases": [ + "erimin" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic." + }, + "pretty_name": "Nimetazepam", + "aliases": [ + "erimin" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "2.5-5mg", + "Common": "5-10mg", + "Strong": "10-20mg+" + } + }, + "formatted_duration": { + "value": "5-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-30", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "formatted_aftereffects": { + "value": "12-24", + "_unit": "hours" + }, + "id": 41 + }, + "ronlax": { + "name": "ronlax", + "properties": { + "summary": "A benzodiazepine derivative that posses the standard benzodiazepine effects. It has a very long half life (51-103 hours) it metabolizes into an active compound. (Descarboxyloflazepate) Is sold in Mexico.", + "aliases": [ + "ethyl-loflazepate", + "meilax", + "victan" + ], + "onset": "45-90 minutes.", + "duration": "8-16 hours.", + "after-effects": "1-24 hours.", + "dose": "Oral Light: 0.5-1mg Common: 1-2mg Strong: 2-4mg.", + "avoid": "All CNS depressants. Also if using the antidepressant Fluvoxamine may potentiate the adverse effects.", + "categories": [ + "depressant", + "habit-forming" + ] + }, + "pretty_name": "Ronlax", + "aliases": [ + "ethyl-loflazepate", + "meilax", + "victan" + ], + "categories": [ + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "0.5-1mg", + "Common": "1-2mg", + "Strong": "2-4mg." + } + }, + "formatted_duration": { + "value": "8-16", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-90", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "id": 42 + }, + "a-pihp": { + "name": "a-pihp", + "properties": { + "dose": "Oral Threshold: 3-5mg Light: 5-15mg Common: 15-30mg Strong: 30-50mg | Insufflated Threshold: 1-3mg Light: 3-10mg Common: 10-25mg Strong: 25-40mg | Vapourized Threshold: 1-2mg Light: 2-10mg Common: 10-20mg Strong: 20-30mg.", + "summary": "Quite new Pyrrolidine based stimulant of the cathinone class. Not very many reports. Probably has a very fast tolerance raise, and lack of effects over time.", + "onset": "Oral: 30-60 minutes. | Insufflated: 1-2 minutes. | Vapourized: 1 minute.", + "duration": "Oral: 2-5 hours | Insufflated: 2-4 hours. | Vapourized: 1-3 hours.", + "after-effects": "6-12 hours.", + "categories": [ + "stimulant", + "empathogen", + "habit-forming", + "research-chemical", + "tentative" + ], + "avoid": "Other stimulants, pretty much everything that can raise your blood pressure.", + "aliases": [ + "pihp" + ] + }, + "pretty_name": "A-PIHP", + "aliases": [ + "pihp" + ], + "categories": [ + "stimulant", + "empathogen", + "habit-forming", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Threshold": "3-5mg", + "Light": "5-15mg", + "Common": "15-30mg", + "Strong": "30-50mg" + }, + "Insufflated": { + "Threshold": "1-3mg", + "Light": "3-10mg", + "Common": "10-25mg", + "Strong": "25-40mg" + }, + "Vapourized": { + "Threshold": "1-2mg", + "Light": "2-10mg", + "Common": "10-20mg", + "Strong": "20-30mg." + } + }, + "formatted_duration": { + "Oral": "2-5", + "Insufflated": "2-4", + "Vapourized": "1-3", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "30-60", + "Insufflated": "1-2", + "Vapourized": "1", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "6-12", + "_unit": "hours" + }, + "id": 43 + }, + "melatonin": { + "name": "melatonin", + "properties": { + "summary": "A naturally occurring hormone produced in the body, which promotes sleep at certain times in the day based on the circadian rhythm. It is also commonly available as a drug to treat insomnia and promote a proper sleep cycle. It can be used to promote sleepfulness at the tail-end of drug experiences, though it is not particularly hypnotic.", + "onset": "Within an hour.", + "duration": "6-8 hours.", + "dose": "Common: .3-1mg", + "categories": [ + "nootropic", + "common", + "supplement" + ] + }, + "pretty_name": "Melatonin", + "categories": [ + "nootropic", + "common", + "supplement" + ], + "formatted_dose": { + "Oral": { + "Common": ".3-1mg" + } + }, + "formatted_duration": { + "value": "6-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "Within" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Melatonin.shtml", + "tihkal": "https://www.erowid.org/library/books_online/tihkal/tihkal35.shtml" + }, + "pweffects": { + "Dream potentiation": "https://psychonautwiki.org/wiki/Dream_potentiation" + }, + "sources": { + "_general": [ + "Intranasal absorption of melatonin in vivo bioavailability study. - http://www.ncbi.nlm.nih.gov/pubmed/10332069", + "Solubility and stability of melatonin in propylene glycol and 2-hydroxypropyl-beta-cyclodextrin vehicles. - http://www.ncbi.nlm.nih.gov/pubmed/18982260", + "Melatonin, a potential therapeutic agent for smooth muscle-related pathological conditions and aging. - http://www.ncbi.nlm.nih.gov/pubmed/20939818", + "Anxiolytic-like effects of a new 1-N substituted analog of melatonin in pinealectomized rats. - http://www.ncbi.nlm.nih.gov/pubmed/24495777", + "Sleep-inducing effects of low doses of melatonin ingested in the evening. - http://www.ncbi.nlm.nih.gov/pubmed/7768078", + "Anxiolytic activity of melatonin in mice: involvement of benzodiazepine receptors. - http://www.ncbi.nlm.nih.gov/pubmed/7905658" + ], + "dose": [ + "http://news.mit.edu/2001/melatonin-1017" + ] + }, + "id": 44 + }, + "ketazolam": { + "name": "ketazolam", + "properties": { + "summary": "Benzodiazepine derivative that has most of the common benzodiazepine effects. Has been seen to have similar effectiveness when compared to Diazepam, with milder side-effects. Is marketed in few countries.", + "avoid": "All other CNS depressants.", + "dose": "Light: 5-15mg Common: 15-30mg Strong: 30-60mg+", + "onset": "30-90 minutes.", + "duration": "8-12 hours.", + "after-effects": "2-12 hours.", + "categories": [ + "depressant", + "habit-forming" + ], + "dose_to_diazepam": "Ketazolam - 15-30mg's ~=10mg Diazepam." + }, + "pretty_name": "Ketazolam", + "categories": [ + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "5-15mg", + "Common": "15-30mg", + "Strong": "30-60mg+" + } + }, + "formatted_duration": { + "value": "8-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-90", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "2-12", + "_unit": "hours" + }, + "id": 45 + }, + "sonata": { + "name": "sonata", + "properties": { + "dose": "Oral Light: 2.5-5mg Common: 5-10mg Strong: 10-20mg.", + "duration": "3-6 hours.", + "onset": "10-30 minutes.", + "summary": "Sedative-Hypnotic of the nonbenzodiazepine from the Pyrazolopyramide class. It is used mostly for short term insomnia.", + "avoid": "All other CNS depressants.", + "categories": [ + "depressant", + "habit-forming", + "common" + ], + "aliases": [ + "zaleplon" + ], + "after-effects": "1-12 hours." + }, + "pretty_name": "Sonata", + "aliases": [ + "zaleplon" + ], + "categories": [ + "depressant", + "habit-forming", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "2.5-5mg", + "Common": "5-10mg", + "Strong": "10-20mg." + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 46 + }, + "4-ho-ept": { + "name": "4-ho-ept", + "properties": { + "summary": "The 4-Hydroxy version of EPT. Slightly more potent than the prior.", + "categories": [ + "psychedelic", + "tentative" + ], + "dose": "Light: 10-20mg Common: 20-30mg Strong: 30-50mg+", + "onset": "30-45 minutes.", + "duration": "4-8 hours.", + "after-effects": "1-12 hours." + }, + "pretty_name": "4-HO-EPT", + "categories": [ + "psychedelic", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "10-20mg", + "Common": "20-30mg", + "Strong": "30-50mg+" + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 47 + }, + "citalopram": { + "name": "citalopram", + "properties": { + "summary": "Citalopram is an SSRI that is used to treat depression. It does not lead to a high and causes a wide range of negative psychological and physical effects when people attempt to abuse it and can lead to serotonin syndrome and cause suicidal ideation. Those with bipolar disorder tend to go into a mixed state or manic states when trying SSRI's.", + "dose": "20-40mg Once a day.", + "categories": [ + "common", + "ssri" + ], + "aliases": [ + "celexa", + "cipramil" + ] + }, + "pretty_name": "Citalopram", + "aliases": [ + "celexa", + "cipramil" + ], + "categories": [ + "common", + "ssri" + ], + "formatted_dose": { + "20-40mg": {} + }, + "id": 48 + }, + "alpha-php": { + "name": "alpha-php", + "properties": { + "duration": "2-8 hours dependant on ROA.", + "dose": "Light: 5-10mg Common: 10-20mg Strong: 20-40mg+", + "summary": "A powerful stimulant cathinone, analogue of alpha-PVP and related to pyrovalerone. Said to have high addictive potential, compulsive redosing and relatively short duration. Often insufflated or vapourised.", + "onset": "1-10 minutes.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "aliases": [ + "pv-7", + "a-php", + "aphp", + "α-php", + "αphp" + ], + "effects": "Euphoria, increased energy/alertness, Decreased need for sleep, Increased sociability, mood lift, increase sexuality, Excessive talking, Decreased appetite, Weight loss, Sweating, Distrubed sleep patterns, Bruxia, Visual and audiotory hallucinations itchiness, agressiveness, moodiness.", + "after-effects": "1-48 hours." + }, + "pretty_name": "α-PHP", + "aliases": [ + "pv-7", + "a-php", + "aphp", + "α-php", + "αphp" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "5-10mg", + "Common": "10-20mg", + "Strong": "20-40mg+" + } + }, + "formatted_duration": { + "value": "2-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "1-10", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "Decreased need for sleep", + "Increased sociability", + "mood lift", + "increase sexuality", + "Excessive talking", + "Decreased appetite", + "Weight loss", + "Sweating", + "Distrubed sleep patterns", + "Bruxia", + "Visual and audiotory hallucinations itchiness", + "agressiveness", + "moodiness", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_alphaPHP.shtml" + }, + "formatted_aftereffects": { + "value": "1-48", + "_unit": "hours" + }, + "id": 49 + }, + "bentazepam": { + "name": "bentazepam", + "properties": { + "2-6": "hours.", + "summary": "Thienodiazepine that is an effective anxiolyric. Liver damage among other nasty things have been reported.", + "aliases": [ + "thiadipone", + "tiadipona" + ], + "avoid": "All other CNS depressants.", + "onset": "15-45 minutes.", + "categories": [ + "benzodiazepine", + "depressant", + "habit-forming" + ], + "dose": "Light: 15-30mg Common: 30-50mg Strong: 50-75mg+ | NOTE: Liver damage has been reported a fair amount, so get your livers checked out regularly if using this substance over a prolonged amount of time.", + "duration": "3-6 hours.", + "after-effects": "1-8 hours." + }, + "pretty_name": "Bentazepam", + "aliases": [ + "thiadipone", + "tiadipona" + ], + "categories": [ + "benzodiazepine", + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Light:": { + "Light": "15-30mg", + "Common": "30-50mg", + "Strong": "50-75mg+" + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "dose_note": " NOTE: Liver damage has been reported a fair amount, so get your livers checked out regularly if using this substance over a prolonged amount of time.", + "sources": { + "_general": [ + "Bentazepam versus Clorazepate in the treatment of anxiety disorders. http://www.sciencedirect.com/science/article/pii/S0011393X05804357" + ] + }, + "id": 50 + }, + "2c-d": { + "name": "2c-d", + "properties": { + "dose": "Oral Threshold: 3-4mg Light: 5-15mg Common: 20-50mg Strong: 50-100mg", + "duration": "3-5 hours", + "onset": "15-45 minutes", + "effects": "comparable to 2C-B, mental and physical stimulation, mood lift, euphoria, cognitive enhancement, increased mental clarity and interest, feelings of empathy, enhanced tactile sensation, sensory enhancement, brightened colors, sociability, introspection, giggling, pupil dilation, increased heart rate, changes in perception of time, stomach discomfort, headache, dizziness, anxiety", + "summary": "A fairly generic psychedelic famed for being usable as \"psychedelic tofu\". Little character of its own but pleasant in combinations.", + "aliases": [ + "2cd", + "2c-m", + "2cm" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "after-effects": "1-8 hours.", + "test-kits": "Marquis: Yellow > Brown. | Mecke: Green > Brown. | Mandelin: Green/Yellow. | Simon's Brown > Red. | Ehrlich: No colour change." + }, + "pretty_name": "2C-D", + "aliases": [ + "2cd", + "2c-m", + "2cm" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Threshold": "3-4mg", + "Light": "5-15mg", + "Common": "20-50mg", + "Strong": "50-100mg" + } + }, + "formatted_duration": { + "value": "3-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-45", + "_unit": "minutes" + }, + "formatted_effects": [ + "comparable to 2C-B", + "mental and physical stimulation", + "mood lift", + "euphoria", + "cognitive enhancement", + "increased mental clarity and interest", + "feelings of empathy", + "enhanced tactile sensation", + "sensory enhancement", + "brightened colors", + "sociability", + "introspection", + "giggling", + "pupil dilation", + "increased heart rate", + "changes in perception of time", + "stomach discomfort", + "headache", + "dizziness", + "anxiety" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_2CD.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal023.shtml" + }, + "pweffects": { + "8B Geometry - Exposure to inner mechanics of consciousness": "https://psychonautwiki.org/wiki/8B_Geometry_-_Exposure_to_inner_mechanics_of_consciousness", + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Bodily control enhancement": "https://psychonautwiki.org/wiki/Bodily_control_enhancement", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "External hallucinations": "https://psychonautwiki.org/wiki/External_hallucinations", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Temperature regulation suppression": "https://psychonautwiki.org/wiki/Temperature_regulation_suppression", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought connectivity": "https://psychonautwiki.org/wiki/Thought_connectivity", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Tracers": "https://psychonautwiki.org/wiki/Tracers", + "Transformations": "https://psychonautwiki.org/wiki/Transformations" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 51 + }, + "cannabis": { + "name": "cannabis", + "properties": { + "summary": "A common and widely used psychoactive plant, which is beginning to enjoy legal status for medical and even recreational use in some parts of the world. Usually smoked or eaten, primary effects are relaxation and an affinity towards food - a state described as being 'stoned.'", + "detection": "Single Use: blood 1-3 days, saliva 12-24 hrs, urine 1-3 days, hair 0 to 90 days. Regular use: blood 1-2 weeks, saliva 15-50 days, urine 15-50 days, hair 0 to 90 days. Oral single use: blood: 2-7 days", + "duration": "Smoked: 1-4 hours | Oral: 4-10 hours", + "onset": "Smoked: 1-10 minutes | Oral: 30-120 minutes", + "after-effects": "Smoked: 2-24 hours | Oral: 6-24 hours", + "aliases": [ + "weed", + "thc", + "marijuana", + "dagga", + "hash" + ], + "categories": [ + "depressant", + "stimulant", + "psychedelic", + "habit-forming", + "common" + ], + "dose": "Smoked Light: 33mg Common: 66mg Strong: 100mg. Oral Light: 10-20mg Common: 20-60mg Strong: 60-100mg+", + "effects": "Sedation, Appetite enhancement, Muscle relaxation, Muscle spasms, Nausea, Pain relief, Vasodilation, Creativity Enhancement, Anxiety suppression, Anxiety, Dream suppression, Emotion enhancement, Mindfulness, Paranoia, Sleepiness." + }, + "pretty_name": "Cannabis", + "aliases": [ + "weed", + "thc", + "marijuana", + "dagga", + "hash" + ], + "categories": [ + "depressant", + "stimulant", + "psychedelic", + "habit-forming", + "common" + ], + "formatted_dose": { + "Smoked": { + "Light": "10-20mg", + "Common": "20-60mg", + "Strong": "60-100mg+" + } + }, + "formatted_duration": { + "Smoked": "1-4", + "Oral": "4-10", + "_unit": "hours" + }, + "formatted_onset": { + "Smoked": "1-10", + "Oral": "30-120", + "_unit": "minutes" + }, + "formatted_effects": [ + "Sedation", + "Appetite enhancement", + "Muscle relaxation", + "Muscle spasms", + "Nausea", + "Pain relief", + "Vasodilation", + "Creativity Enhancement", + "Anxiety suppression", + "Anxiety", + "Dream suppression", + "Emotion enhancement", + "Mindfulness", + "Paranoia", + "Sleepiness", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Cannabis.shtml" + }, + "pweffects": { + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "Acuity suppression": "https://psychonautwiki.org/wiki/Acuity_suppression", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Appetite enhancement": "https://psychonautwiki.org/wiki/Appetite_enhancement", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Brightness alteration": "https://psychonautwiki.org/wiki/Brightness_alteration", + "Changes in gravity": "https://psychonautwiki.org/wiki/Changes_in_gravity", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Creativity enhancement": "https://psychonautwiki.org/wiki/Creativity_enhancement", + "Dehydration": "https://psychonautwiki.org/wiki/Dehydration", + "Depersonalization": "https://psychonautwiki.org/wiki/Depersonalization", + "Derealization": "https://psychonautwiki.org/wiki/Derealization", + "Dream suppression": "https://psychonautwiki.org/wiki/Dream_suppression", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Feelings of impending doom": "https://psychonautwiki.org/wiki/Feelings_of_impending_doom", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Laughter": "https://psychonautwiki.org/wiki/Laughter", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Mindfulness": "https://psychonautwiki.org/wiki/Mindfulness", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Nausea suppression": "https://psychonautwiki.org/wiki/Nausea_suppression", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pain relief": "https://psychonautwiki.org/wiki/Pain_relief", + "Paranoia": "https://psychonautwiki.org/wiki/Paranoia", + "Perception of increased weight": "https://psychonautwiki.org/wiki/Perception_of_increased_weight", + "Personal meaning enhancement": "https://psychonautwiki.org/wiki/Personal_meaning_enhancement", + "Psychosis": "https://psychonautwiki.org/wiki/Psychosis", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Seizure suppression": "https://psychonautwiki.org/wiki/Seizure_suppression", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Suggestibility enhancement": "https://psychonautwiki.org/wiki/Suggestibility_enhancement", + "Synaesthesia": "https://psychonautwiki.org/wiki/Synaesthesia", + "Thought connectivity": "https://psychonautwiki.org/wiki/Thought_connectivity", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Vasodilation": "https://psychonautwiki.org/wiki/Vasodilation" + }, + "formatted_aftereffects": { + "Smoked": "2-24", + "Oral": "6-24", + "_unit": "hours" + }, + "sources": { + "_general": [ + "Cannabis use and risk of lung cancer: a case-control study. - http://www.ncbi.nlm.nih.gov/pubmed/18238947", + "Cannabis smoking and risk of lung cancer in men: a pooled analysis of three studies in Maghreb. - http://www.ncbi.nlm.nih.gov/pubmed/19057263", + "Cannabis induces a clinical response in patients with Crohn's disease: a prospective placebo-controlled study. - http://www.ncbi.nlm.nih.gov/pubmed/23648372", + "Effects of cannabis on the adolescent brain. - http://www.ncbi.nlm.nih.gov/pubmed/23829363", + "Is cannabis neurotoxic for the healthy brain? A meta-analytical review of structural brain alterations in non-psychotic users. - http://www.ncbi.nlm.nih.gov/pubmed/24118193", + "A controlled family study of cannabis users with and without psychosis. - http://www.ncbi.nlm.nih.gov/pubmed/24309013", + "How cannabis causes paranoia: using the intravenous administration of ∆9-tetrahydrocannabinol (THC) to identify key cognitive mechanisms leading to... - http://www.ncbi.nlm.nih.gov/pubmed/25031222", + "The impact of marijuana use on glucose, insulin, and insulin resistance among US adults. - https://www.ncbi.nlm.nih.gov/pubmed/23684393", + "Marijuana and lung diseases. - https://www.ncbi.nlm.nih.gov/pubmed/24384575", + "Neuroprotective antioxidants from marijuana. - http://www.ncbi.nlm.nih.gov/pubmed/10863546", + "Decreased depression in marijuana users. - http://www.ncbi.nlm.nih.gov/pubmed/15964704", + "Self-reported anal sex practice and sexual risk-taking after marijuana use among a sample of Georgia inmates. - http://www.ncbi.nlm.nih.gov/pubmed/16820076", + "Effects of marijuana extract and tetrahydrocannabinol on electroencephalographic sleep patterns. - http://www.ncbi.nlm.nih.gov/pubmed/178475", + "Association of marijuana use and the incidence of testicular germ cell tumors. - http://www.ncbi.nlm.nih.gov/pubmed/19204904", + "The effects of combinations of intranasal cocaine, smoked marijuana, and task performance on heart rate and blood pressure. - http://www.ncbi.nlm.nih.gov/pubmed/2162543", + "Ischemic stroke after use of the synthetic marijuana \"spice\". - http://www.ncbi.nlm.nih.gov/pubmed/24212384", + "Marijuana's effects on human cognitive functions, psychomotor functions, and personality. - http://www.ncbi.nlm.nih.gov/pubmed/3009708", + "Effects of marijuana on human reaction time and motor control. - http://www.ncbi.nlm.nih.gov/pubmed/600655", + "Effects of marijuana on testosterone in male subjects. - http://www.ncbi.nlm.nih.gov/pubmed/6316036", + "Detection times of marijuana metabolites in urine by immunoassay and GC-MS. - http://www.ncbi.nlm.nih.gov/pubmed/8926739", + "Medical/therapeutic value of cannabis literature review - http://bjp.rcpsych.org/content/178/2/107.short" + ] + }, + "combos": { + "mushrooms": { + "status": "Caution", + "note": "Cannabis has an unexpectedly strong and somewhat unpredictable synergy with psychedelics." + }, + "lsd": { + "status": "Caution", + "note": "Cannabis has an unexpectedly strong and somewhat unpredictable synergy with psychedelics." + }, + "dmt": { + "status": "Caution", + "note": "Cannabis has an unexpectedly strong and somewhat unpredictable synergy with psychedelics." + }, + "mescaline": { + "status": "Caution", + "note": "Cannabis has an unexpectedly strong and somewhat unpredictable synergy with psychedelics." + }, + "dox": { + "status": "Caution", + "note": "Cannabis has an unexpectedly strong and somewhat unpredictable synergy with psychedelics." + }, + "nbomes": { + "status": "Caution", + "note": "Cannabis has an unexpectedly strong and somewhat unpredictable synergy with psychedelics." + }, + "2c-x": { + "status": "Caution", + "note": "Cannabis has an unexpectedly strong and somewhat unpredictable synergy with psychedelics." + }, + "2c-t-x": { + "status": "Caution", + "note": "Cannabis has an unexpectedly strong and somewhat unpredictable synergy with psychedelics." + }, + "amt": { + "status": "Caution", + "note": "Cannabis has an unexpectedly strong and somewhat unpredictable synergy with psychedelics. Small amounts can reduce nausea with aMT but take care." + }, + "5-meo-xxt": { + "status": "Caution", + "note": "Cannabis has an unexpectedly strong and somewhat unpredictable synergy with psychedelics." + }, + "ketamine": { + "status": "Low Risk & Synergy" + }, + "mxe": { + "status": "Low Risk & Synergy" + }, + "dxm": { + "status": "Low Risk & Synergy" + }, + "pcp": { + "status": "Low Risk & Synergy" + }, + "nitrous": { + "status": "Low Risk & Synergy" + }, + "amphetamines": { + "status": "Caution", + "note": "Stimulants increase anxiety levels and the risk of thought loops which can lead to negative experiences" + }, + "mdma": { + "status": "Low Risk & Synergy", + "note": "Large amounts of cannabis may cause strong and somewhat unpredictable experiences in combination with MDMA. Cannabis should be saved for towards the end of the experience if possible." + }, + "cocaine": { + "status": "Caution", + "note": "Stimulants increase anxiety levels and the risk of thought loops which can lead to negative experiences" + }, + "caffeine": { + "status": "Low Risk & No Synergy" + }, + "alcohol": { + "status": "Low Risk & Synergy", + "note": "In excess, this combination can cause nausea." + }, + "ghb/gbl": { + "status": "Low Risk & Synergy" + }, + "opioids": { + "status": "Low Risk & Synergy" + }, + "tramadol": { + "status": "Low Risk & Synergy" + }, + "benzodiazepines": { + "status": "Low Risk & Decrease" + }, + "benzos": { + "status": "Low Risk & Decrease" + }, + "maois": { + "status": "Low Risk & Synergy" + }, + "ssris": { + "status": "Low Risk & No Synergy" + } + }, + "id": 52 + }, + "salvia": { + "name": "salvia", + "properties": { + "summary": "A plant which, when smoked, causes short but very intense psychedelic experiences. It is considered physically safe, though users of high dosages often experience bizarre other-worldly scenarios which may be confusing or terrifying.", + "duration": "Sublingual: 30-60 minutes | Smoked: 5-30 minutes", + "onset": "Sublingual: 10-20 minutes | Smoked: 0-2 minutes", + "after-effects": "15-20 minutes", + "effects": "radical shift in perspective and perception, creative dreamlike experience, increase in sensual and aesthetic appreciation, introspective insight, powerful closed/open eye visuals, general change in consciousness, dissociation, panic, perspiration, inability to control muscles", + "categories": [ + "dissociative", + "deliriant", + "depressant", + "common" + ] + }, + "pretty_name": "Salvia", + "categories": [ + "dissociative", + "deliriant", + "depressant", + "common" + ], + "formatted_duration": { + "Sublingual": "30-60", + "Smoked": "5-30", + "_unit": "minutes" + }, + "formatted_onset": { + "Sublingual": "10-20", + "Smoked": "0-2", + "_unit": "minutes" + }, + "formatted_effects": [ + "radical shift in perspective and perception", + "creative dreamlike experience", + "increase in sensual and aesthetic appreciation", + "introspective insight", + "powerful closed/open eye visuals", + "general change in consciousness", + "dissociation", + "panic", + "perspiration", + "inability to control muscles" + ], + "pweffects": { + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Changes in felt bodily form": "https://psychonautwiki.org/wiki/Changes_in_felt_bodily_form", + "Changes in gravity": "https://psychonautwiki.org/wiki/Changes_in_gravity", + "Cognitive dysphoria": "https://psychonautwiki.org/wiki/Cognitive_dysphoria", + "Depth perception distortions": "https://psychonautwiki.org/wiki/Depth_perception_distortions", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Environmental cubism": "https://psychonautwiki.org/wiki/Environmental_cubism", + "Feelings of impending doom": "https://psychonautwiki.org/wiki/Feelings_of_impending_doom", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Language suppression": "https://psychonautwiki.org/wiki/Language_suppression", + "Laughter": "https://psychonautwiki.org/wiki/Laughter", + "Machinescapes": "https://psychonautwiki.org/wiki/Machinescapes", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Perspective distortions": "https://psychonautwiki.org/wiki/Perspective_distortions", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Synaesthesia": "https://psychonautwiki.org/wiki/Synaesthesia", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Transformations": "https://psychonautwiki.org/wiki/Transformations", + "Unity and interconnectedness": "https://psychonautwiki.org/wiki/Unity_and_interconnectedness", + "Visual disconnection#Structures": "https://psychonautwiki.org/wiki/Visual_disconnection#Structures" + }, + "formatted_aftereffects": { + "value": "15-20", + "_unit": "minutes" + }, + "id": 53 + }, + "trazodone": { + "name": "trazodone", + "properties": { + "onset": "20-40 minutes.", + "duration": "6-10 hours.", + "summary": "A novel antidepressant of the SARI class, a serotonin antagonist and reuptake inhibitor. Often used to treat depression and anxiety. It has anxiolytic and hypnotic effects.", + "categories": [ + "depressant" + ], + "aliases": [], + "dose": "Light: 25-50mg Common: 50-100mg Strong: 100-150 | Note: Please do not take this drug unless prescribed." + }, + "pretty_name": "Trazodone", + "aliases": [], + "categories": [ + "depressant" + ], + "formatted_dose": { + "Light:": { + "Light": "25-50mg", + "Common": "50-100mg", + "Strong": "100-150" + } + }, + "formatted_duration": { + "value": "6-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-40", + "_unit": "minutes" + }, + "dose_note": " Note: Please do not take this drug unless prescribed.", + "id": 54 + }, + "camazepam": { + "name": "camazepam", + "properties": { + "summary": "A benzodiazepine drug that is stronger in terms of anxiety relief than it is in terms of how hypnotic it is. It is a metabolite of diazepam and has limited anticonvulsant properties.", + "dose": "Light: 10-20mg Moderate: 20-40mg Heavy: 40+ mg", + "aliases": [ + "albego", + "limpidon", + "paxor" + ], + "duration": "8-12 hours. Dose and tolerance dependent.", + "categories": [ + "benzodiazepine", + "habit-forming", + "tentative", + "depressant" + ], + "onset": "45-90 minutes.", + "avoid": "Avoid all other CNS depressants.", + "after-effects": "1-12 hours." + }, + "pretty_name": "Camazepam", + "aliases": [ + "albego", + "limpidon", + "paxor" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "tentative", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "10-20mg", + "Moderate": "20-40mg", + "Heavy": "40+" + } + }, + "formatted_duration": { + "value": "8-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-90", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 55 + }, + "4-aco-mipt": { + "name": "4-aco-mipt", + "properties": { + "summary": "A quite potent tryptamine that has be related to having \"shroom-like\" visuals. Yet without much bodyload. Very hydroscopic. Seems to be quite safe in dosing. Similar to the likes of 2C-B.", + "duration": "Oral: 4-9 hours. | Duration: 1-2 hours.", + "aliases": [ + "mipracetin", + "4acomipt" + ], + "onset": "Oral: 15-45 minutes. | Vapourized: 1-2 minutes.", + "dose": "Oral Light: 5-10mg Common: 10-20mg Strong: 20-40mg. | Vapourized Light: 2-5mg Common: 5-10mg Strong: 10-15 mg.", + "categories": [ + "tentative", + "psychedelic", + "empathogen", + "research-chemical" + ], + "1-6": "hours." + }, + "pretty_name": "4-AcO-MiPT", + "aliases": [ + "mipracetin", + "4acomipt" + ], + "categories": [ + "tentative", + "psychedelic", + "empathogen", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "5-10mg", + "Common": "10-20mg", + "Strong": "20-40mg." + }, + "Vapourized": { + "Light": "2-5mg", + "Common": "5-10mg", + "Strong": "10-15" + } + }, + "formatted_duration": { + "Oral": "4-9", + "Duration": "1-2", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-45", + "Vapourized": "1-2", + "_unit": "minutes" + }, + "id": 56 + }, + "doip": { + "name": "doip", + "properties": { + "summary": "A rare psychedelic ampthetamine of the same class as the likes of DOM. Is a quite powerful and potent psychedelic that has very strong amphetamine effects. Not for the faint of heart.", + "onset": "45-120 minutes.", + "duration": "18-30 hours.", + "dose": "Threshold: 800ug Light: 800-1500ug Common: 1.5-3mg Strong: 3mg+ || Note: This is based on personal experience as no trip reports have surfaced in the three years it's been on the market, so take with caution.", + "after-effects": "1-48 hours.", + "avoid": "Double dosing as it has a fairly long onset. Also any stimulant that's stronger than caffeine, and even then it can get quite uncomfortable.", + "categories": [ + "tentative", + "psychedelic", + "stimulant", + "research-chemical" + ] + }, + "pretty_name": "DOIP", + "categories": [ + "tentative", + "psychedelic", + "stimulant", + "research-chemical" + ], + "formatted_dose": { + "Threshold:": { + "Threshold": "800ug", + "Light": "800-1500ug", + "Common": "1.5-3mg", + "Strong": "3mg+" + }, + "": {} + }, + "formatted_duration": { + "value": "18-30", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-120", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-48", + "_unit": "hours" + }, + "dose_note": " Note: This is based on personal experience as no trip reports have surfaced in the three years it's been on the market, so take with caution.", + "id": 57 + }, + "escitalopram": { + "name": "escitalopram", + "properties": { + "categories": [ + "ssri" + ], + "aliases": [ + "lexapro", + "cipralex" + ] + }, + "pretty_name": "Escitalopram", + "aliases": [ + "lexapro", + "cipralex" + ], + "categories": [ + "ssri" + ], + "id": 58 + }, + "tma-6": { + "name": "tma-6", + "properties": { + "summary": "A rarely seen Psychedelic Amphetamine and Mescaline analogue. First synthesised by Alexander Shulgin, who descrived it as \"one of the most rewarding and pleasurable of the methoxylated amphetamines.\"", + "dose": "Threshold: 15-20mg Light: 20-30mg Common: 30-40mg Heavy: 40-50mg+", + "duration": "10-18 hours", + "onset": ">60 minutes.", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "TMA-6", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Threshold": "15-20mg", + "Light": "20-30mg", + "Common": "30-40mg", + "Heavy": "40-50mg+" + } + }, + "formatted_duration": { + "value": "10-18", + "_unit": "hours" + }, + "formatted_onset": { + "value": "60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_TMA6.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal162.shtml" + }, + "formatted_aftereffects": { + "value": "Possibility", + "_unit": "hours" + }, + "id": 59 + }, + "2-fdck": { + "name": "2-fdck", + "properties": { + "summary": "Dissociative anesthetic of the arylcyclohexylamine class. Seemingly on par with ketamine in dosage. Longer onset than the prior.", + "dose": "Insufflated Light: 20-50mg Common: 50-100mg Strong: 100-175mg+", + "onset": "20-40 minutes.", + "duration": "1-3 hours.", + "categories": [ + "tentative", + "dissociative", + "habit-forming" + ], + "aliases": [ + "2f-ketamine", + "2f-ket", + "2-fluorodeschloroketamine", + "2-fl-2'-oxo-pcm", + "2f-dck", + "2fket", + "2fdck" + ], + "after-effects": "1-3 hours." + }, + "pretty_name": "2-FDCK", + "aliases": [ + "2f-ketamine", + "2f-ket", + "2-fluorodeschloroketamine", + "2-fl-2'-oxo-pcm", + "2f-dck", + "2fket", + "2fdck" + ], + "categories": [ + "tentative", + "dissociative", + "habit-forming" + ], + "formatted_dose": { + "Insufflated": { + "Light": "20-50mg", + "Common": "50-100mg", + "Strong": "100-175mg+" + } + }, + "formatted_duration": { + "value": "1-3", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-40", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-3", + "_unit": "hours" + }, + "id": 60 + }, + "doet": { + "name": "doet", + "properties": { + "summary": "A potent and long acting psychedelic stimulant and substituted amphetamine, similar in effects to other DOx compounds. First synthesised by Alexander Shulgin.", + "duration": "12-30 hours (Dependant on dose)", + "dose": "Oral Threshold: 1mg Light: 2-4mg Common: 4-6mg Strong: 6-10mg | NOTE: These doses are tentative and may need further research.", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "aliases": [ + "doe" + ], + "after-effects": "12-72 hours", + "onset": "1-3 hours.", + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "DOET", + "aliases": [ + "doe" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Threshold": "1mg", + "Light": "2-4mg", + "Common": "4-6mg", + "Strong": "6-10mg" + } + }, + "formatted_duration": { + "value": "12-30", + "_unit": "hours" + }, + "formatted_onset": { + "value": "1-3", + "_unit": "hours" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_DOET.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal066.shtml" + }, + "formatted_aftereffects": { + "value": "12-72", + "_unit": "hours" + }, + "dose_note": " NOTE: These doses are tentative and may need further research.", + "id": 61 + }, + "tramadol": { + "name": "tramadol", + "properties": { + "dose": "Oral Light: 50-100mg Common: 100-250mg Heavy: 250-400mg | NOTE: Tramadol has a ceiling dose, where recreational effects are not increased. Risk of seizure at doses over 300mg. Tramadol decreases the seizure threshold, use extreme caution. Dosing insufflated is ineffective.", + "duration": "5-7 hours", + "effects": "euphoria, elevated mood, overall feeling of contentedness, itching, drowsiness, vomiting, urinary retention, nausea, constipation, risk of seizure above 300mg", + "onset": "1 hour first effects, reaching peak blood concentration at 4 hours.", + "avoid": "benzos, alcohol, and other opiates", + "summary": "A synthetic opioid analgesic, tramadol is used to treat moderate pain and can be considered a medium-strength opioid. Tramadol also has the unusual effect of being a serotonin releasing agent and a serotonin reuptake inhibitor, and as a consequence should not be taken in excess due to the risk of serotonin syndrome. Risk of seizures above 300mg doses.", + "categories": [ + "opioid", + "habit-forming", + "depressant", + "common" + ], + "bioavailability": "Oral 68-72% | Rectal 77%", + "aliases": [ + "tram" + ], + "after-effects": "1-12 hours." + }, + "pretty_name": "Tramadol", + "aliases": [ + "tram" + ], + "categories": [ + "opioid", + "habit-forming", + "depressant", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "50-100mg", + "Common": "100-250mg", + "Heavy": "250-400mg" + } + }, + "formatted_duration": { + "value": "5-7", + "_unit": "hours" + }, + "formatted_onset": { + "value": "1", + "_unit": "hours" + }, + "formatted_effects": [ + "euphoria", + "elevated mood", + "overall feeling of contentedness", + "itching", + "drowsiness", + "vomiting", + "urinary retention", + "nausea", + "constipation", + "risk of seizure above 300mg" + ], + "pweffects": { + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Constipation": "https://psychonautwiki.org/wiki/Constipation", + "Cough suppression": "https://psychonautwiki.org/wiki/Cough_suppression", + "Difficulty urinating": "https://psychonautwiki.org/wiki/Difficulty_urinating", + "Itchiness": "https://psychonautwiki.org/wiki/Itchiness", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Pain relief": "https://psychonautwiki.org/wiki/Pain_relief", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Pupil constriction": "https://psychonautwiki.org/wiki/Pupil_constriction", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "dose_note": " NOTE: Tramadol has a ceiling dose, where recreational effects are not increased. Risk of seizure at doses over 300mg. Tramadol decreases the seizure threshold, use extreme caution. Dosing insufflated is ineffective.", + "sources": { + "_general": [ + "High-concentration tramadol-induced vasodilation in rabbit aorta is mediated by both endothelium-dependent and -independent mechanisms - http://www.ncbi.nlm.nih.gov/pubmed/12740170", + "Supra-additive effects of tramadol and acetaminophen in a human pain model - http://www.ncbi.nlm.nih.gov/pubmed/17709207", + "Opioid and nonopioid components independently contribute to the mechanism of action of tramadol making it 'atypical' - http://jpet.aspetjournals.org/content/260/1/275.short" + ] + }, + "combos": { + "mushrooms": { + "status": "Unsafe", + "note": "Tramadol is well known to lower seizure threshold and psychedelics also cause occasional seizures." + }, + "lsd": { + "status": "Unsafe", + "note": "Tramadol is well known to lower seizure threshold and psychedelics also cause occasional seizures." + }, + "dmt": { + "status": "Unsafe", + "note": "Tramadol is well known to lower seizure threshold and psychedelics also cause occasional seizures." + }, + "mescaline": { + "status": "Unsafe", + "note": "This combination can cause seizures due to the lowering of the threshold by tramadol and the potential of mescaline to cause seziures." + }, + "dox": { + "status": "Unsafe", + "note": "Tramadol is well known to lower seizure threshold and psychedelics also cause occasional seizures." + }, + "nbomes": { + "status": "Unsafe", + "note": "Tramadol is well known to lower seizure threshold and NBOMes have also shown a tendency to cause severe seizures" + }, + "2c-x": { + "status": "Unsafe", + "note": "Tramadol is well known to lower seizure threshold and psychedelics raise the risk of seizures." + }, + "2c-t-x": { + "status": "Unsafe" + }, + "amt": { + "status": "Dangerous" + }, + "5-meo-xxt": { + "status": "Unsafe" + }, + "cannabis": { + "status": "Low Risk & Synergy" + }, + "ketamine": { + "status": "Dangerous" + }, + "mxe": { + "status": "Dangerous" + }, + "dxm": { + "status": "Dangerous" + }, + "pcp": { + "status": "Dangerous" + }, + "nitrous": { + "status": "Caution", + "note": "Both substances potentiate the ataxia and sedation caused by the other and can lead to unexpected loss of consciousness at high doses. While unconscious, vomit aspiration is a risk if not placed in the recovery position. Memory blackouts are likely." + }, + "amphetamines": { + "status": "Dangerous", + "note": "Tramadol and stimulants both increase the risk of seizures." + }, + "mdma": { + "status": "Dangerous", + "note": "Tramadol and stimulants both increase the risk of seizures." + }, + "cocaine": { + "status": "Dangerous", + "note": "Tramadol and stimulants both increase the risk of seizures." + }, + "caffeine": { + "status": "Low Risk & No Synergy" + }, + "alcohol": { + "status": "Dangerous", + "note": "Heavy CNS depressants, risk of seizures. Both substances potentiate the ataxia and sedation caused by the other and can lead to unexpected loss of consciousness at high doses. Place affected patients in the recovery position to prevent vomit aspiration from excess. Memory blackouts are likely." + }, + "ghb/gbl": { + "status": "Dangerous", + "note": "The sedative effects of this combination can lead to dangerous respiratory depression." + }, + "opioids": { + "status": "Dangerous", + "note": "Concomitant use of tramadol increases the seizure risk in patients taking other opioids. These agents are often individually epileptogenic and may have additive effects on seizure threshold during coadministration. Central nervous system- and/or respiratory-depressant effects may be additively or synergistically present" + }, + "benzodiazepines": { + "status": "Dangerous", + "note": "Central nervous system- and/or respiratory-depressant effects may be additively or synergistically present. Vomit aspiration a risk when passed out, lay down in recovery position if ingested." + }, + "benzos": { + "status": "Dangerous", + "note": "Central nervous system- and/or respiratory-depressant effects may be additively or synergistically present. Vomit aspiration a risk when passed out, lay down in recovery position if ingested." + }, + "maois": { + "status": "Dangerous" + }, + "ssris": { + "status": "Dangerous" + } + }, + "id": 62 + }, + "2-fea": { + "name": "2-fea", + "properties": { + "summary": "Stimulant closely related to 2-FMA. Presumably slightly less potent than the prior. Toxicology and the likes are pretty much completely unknown. Tread with caution.", + "categories": [ + "stimulant", + "tentative", + "research-chemical" + ], + "aliases": [ + "2-fluoroethylamphetamine" + ] + }, + "pretty_name": "2-FEA", + "aliases": [ + "2-fluoroethylamphetamine" + ], + "categories": [ + "stimulant", + "tentative", + "research-chemical" + ], + "id": 63 + }, + "diethyl-ether": { + "name": "diethyl-ether", + "properties": { + "onset": "Rapid", + "duration": "Short.", + "summary": "An industrial solvent which is sometimes used recreationally as a dissociative anaesthetic, with a short length of action. Effects are similar to alcohol. Leaves one's breath tasting and smelling strongly of ether for much longer than the experience lasts.", + "avoid": "Avoid CNS depressants and smoking.", + "obtain": "Air.", + "aliases": [ + "ether" + ], + "categories": [ + "depressant", + "habit-forming", + "tentative" + ], + "after-effects": "1-6 hours | NOTE: The smell will linger for days afterwards." + }, + "pretty_name": "Diethyl ether", + "aliases": [ + "ether" + ], + "categories": [ + "depressant", + "habit-forming", + "tentative" + ], + "formatted_duration": { + "value": "Short." + }, + "formatted_onset": { + "value": "Rapid" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Ether.shtml" + }, + "formatted_aftereffects": { + "6": "hours", + "_unit": "hours" + }, + "id": 64 + }, + "cyclopropylmescaline": { + "name": "cyclopropylmescaline", + "properties": { + "duration": "12-18 hours", + "onset": "10-30 minutes", + "summary": "Cyclopropylmescaline, AKA CPM, is a psychedelic/hallucinogenic that was produced by Alexander Shulgin. It causes visual and auditory hallucinations and lasts quite a long time. Little is known about it so caution must be used when trying out this substance.", + "aliases": [ + "cpm", + "4-cyclopropylmethoxy-3" + ], + "dose": "Light: 50-60mg Common: 60-70mg: Strong: 70-80mg", + "warning": "Caution: not much is known about how CPM affects the body, be cautious with doses and how you use it.", + "after-effects": "6-8 hours.", + "categories": [ + "psychedelic", + "tentative", + "research-chemical" + ] + }, + "pretty_name": "Cyclopropylmescaline", + "aliases": [ + "cpm", + "4-cyclopropylmethoxy-3" + ], + "categories": [ + "psychedelic", + "tentative", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "50-60mg", + "Common": "60-70mg", + "Strong": "70-80mg" + } + }, + "formatted_duration": { + "value": "12-18", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "6-8", + "_unit": "hours" + }, + "id": 65 + }, + "5-apb": { + "name": "5-apb", + "properties": { + "summary": "A triple monoamine reuptake inhibitor. This agonism for 5-HT2B makes it likely that 5-APB would be cardiotoxic with long term use, as seen in other 5-HT2B agonists such as fenfluramine and MDMA.", + "effects": "Users describe effects ranging from total incapacitation and paranoia to euphoria. Largely, effects reported were similar to that of the drug MDA, with euphoria, empathy, sedative, sometimes stimulating effects", + "dose": "Oral Light: 40-60mg Common: 70-100mg Strong: 100mg+", + "onset": "45 -60 minutes", + "duration": "7-8 hours", + "after-effects": "smooth come down/afterglow", + "wiki": "http://wiki.tripsit.me/wiki/5apb", + "detection": "May cause false positives for MDA (1-5 days)", + "aliases": [ + "5apb" + ], + "categories": [ + "psychedelic", + "stimulant", + "research-chemical", + "empathogen", + "habit-forming" + ] + }, + "pretty_name": "5-APB", + "aliases": [ + "5apb" + ], + "categories": [ + "psychedelic", + "stimulant", + "research-chemical", + "empathogen", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "40-60mg", + "Common": "70-100mg", + "Strong": "100mg+" + } + }, + "formatted_duration": { + "value": "7-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45", + "_unit": "minutes" + }, + "formatted_effects": [ + "Users describe effects ranging from total incapacitation and paranoia to euphoria", + "Largely", + "effects reported were similar to that of the drug MDA", + "with euphoria", + "empathy", + "sedative", + "sometimes stimulating effects" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_5APB.shtml" + }, + "formatted_aftereffects": { + "value": "smooth" + }, + "id": 66 + }, + "fentanyl": { + "name": "fentanyl", + "properties": { + "dose": "Intranasal Light: 10-25ug Common: 25-50ug Strong: 50-75ug+ | Transdermal Light: 12.5ug/hr Common: 25-50ug/hr Strong: 50-100ug/hr | NOTE: Due to Fentanyl's high potency, it is incredibly difficult to measure safely, and so can easily lead to overdose.", + "onset": "Transdermal: 90-180 minutes. | Buccal: 15-30 ninutes | Insufflated: 5-15 minutes.", + "effects": "Analgesia, euphoria, feelings of relaxation, sedative effects, changes in focus, attention, respiratory depression, nausea, constipation, dry mouth, somnolence, confusion, weakness, sweating, fatigue, dizziness, anxiety", + "duration": "Transdermal: 48-72 hours. | Buccal: 1-4 hours. | Insufflated: 1-4 hours.", + "summary": "Fentanyl is a synthetic opiate analgesic with a rapid onset and short duration of action. It is a strong agonist at the μ-opioid receptors and is historically used to treat breakthrough pain. Fentanyl is approximately 100 times more potent than Morphine, and is commonly used as a patch. Sometimes used as an adulterant for heroin, which has led to many overdose deaths.", + "categories": [ + "opioid", + "habit-forming", + "depressant" + ], + "aliases": [ + "fent" + ], + "bioavailability": "Sublingual/Buccal 50% | Insufflated 70% | Transdermal 92%", + "warning": "Risk of post-acute withdrawal effects, including depression, anxiety disorder, psychosis, suicidal ideation in extreme cases." + }, + "pretty_name": "Fentanyl", + "aliases": [ + "fent" + ], + "categories": [ + "opioid", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Intranasal": { + "Light": "10-25ug", + "Common": "25-50ug", + "Strong": "50-75ug+" + }, + "Transdermal": { + "Light": "12.5ug/hr", + "Common": "25-50ug/hr", + "Strong": "50-100ug/hr" + } + }, + "formatted_duration": { + "Transdermal": "48-72", + "Buccal": "1-4", + "Insufflated": "1-4", + "_unit": "hours" + }, + "formatted_onset": { + "Transdermal": "90-180", + "Buccal": "15-30", + "Insufflated": "5-15", + "_unit": "minutes" + }, + "formatted_effects": [ + "Analgesia", + "euphoria", + "feelings of relaxation", + "sedative effects", + "changes in focus", + "attention", + "respiratory depression", + "nausea", + "constipation", + "dry mouth", + "somnolence", + "confusion", + "weakness", + "sweating", + "fatigue", + "dizziness", + "anxiety" + ], + "pweffects": { + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Constipation": "https://psychonautwiki.org/wiki/Constipation", + "Cough suppression": "https://psychonautwiki.org/wiki/Cough_suppression", + "Difficulty urinating": "https://psychonautwiki.org/wiki/Difficulty_urinating", + "Itchiness": "https://psychonautwiki.org/wiki/Itchiness", + "Pain relief": "https://psychonautwiki.org/wiki/Pain_relief", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Pupil constriction": "https://psychonautwiki.org/wiki/Pupil_constriction", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation" + }, + "formatted_aftereffects": { + "value": "Risk" + }, + "dose_note": " NOTE: Due to Fentanyl's high potency, it is incredibly difficult to measure safely, and so can easily lead to overdose.", + "id": 67 + }, + "pv-10": { + "name": "pv-10", + "properties": { + "summary": "Inactive.", + "categories": [ + "inactive" + ] + }, + "pretty_name": "PV-10", + "categories": [ + "inactive" + ], + "id": 68 + }, + "25c-nbome": { + "name": "25c-nbome", + "properties": { + "summary": "A relatively new and popular research chemical. A short acting psychedelic related to 2C-C with similar effects to LSD, though more visual with less of a 'head-trip.' Frequently mis-sold as LSD. Causes an uncomfortable body load and has caused several deaths even within regular dose ranges.", + "dose": "Sublingual Threshold: 50-250ug Light: 250-500ug Common: 500-750ug Strong: 750-1250ug+ | Note: Do not exceed 1500ug.", + "onset": "45-90 minutes.", + "effects": "Mild OEV's, strong CEV's, A sense of well being and contentedness.", + "tolerance": "25c has an extremely prevalent tolerence, with users reporting a strong cross tolerence with LSD, mushrooms, 2c-X, 25x, and DOx chemicals. Tolerence lasts roughly 2 weeks, depending on the user.", + "categories": [ + "psychedelic", + "research-chemical", + "common" + ], + "aliases": [ + "25c", + "2c-nbome" + ], + "duration": "4-10 hours.", + "after-effects": "1-24 hours.", + "test-kits": "Marquis: Slow Purple. | Mecke: Brown. | Mandelin: No colour change. | Froehde: Yellow. | Liebermann: Yellow > Black. | Ehrlich's Reagent: No colour change." + }, + "pretty_name": "25C-NBOMe", + "aliases": [ + "25c", + "2c-nbome" + ], + "categories": [ + "psychedelic", + "research-chemical", + "common" + ], + "formatted_dose": { + "Sublingual": { + "Threshold": "50-250ug", + "Light": "250-500ug", + "Common": "500-750ug", + "Strong": "750-1250ug+" + } + }, + "formatted_duration": { + "value": "4-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Mild OEV's", + "strong CEV's", + "A sense of well being and contentedness", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_25CNBOMe.shtml" + }, + "pweffects": { + "8A Geometry - Exposure to semantic concept network": "https://psychonautwiki.org/wiki/8A_Geometry_-_Exposure_to_semantic_concept_network", + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "After images": "https://psychonautwiki.org/wiki/After_images", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Changes in gravity": "https://psychonautwiki.org/wiki/Changes_in_gravity", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Diffraction": "https://psychonautwiki.org/wiki/Diffraction", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Empathy, love, and sociability enhancement": "https://psychonautwiki.org/wiki/Empathy,_love,_and_sociability_enhancement", + "Environmental cubism": "https://psychonautwiki.org/wiki/Environmental_cubism", + "External hallucinations": "https://psychonautwiki.org/wiki/External_hallucinations", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Increased blood pressure": "https://psychonautwiki.org/wiki/Increased_blood_pressure", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Perception of decreased weight": "https://psychonautwiki.org/wiki/Perception_of_decreased_weight", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Recursion": "https://psychonautwiki.org/wiki/Recursion", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Sublingual numbing": "https://psychonautwiki.org/wiki/Sublingual_numbing", + "Symmetrical texture repetition": "https://psychonautwiki.org/wiki/Symmetrical_texture_repetition", + "Tactile hallucinations": "https://psychonautwiki.org/wiki/Tactile_hallucinations", + "Temperature regulation suppression": "https://psychonautwiki.org/wiki/Temperature_regulation_suppression", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought connectivity": "https://psychonautwiki.org/wiki/Thought_connectivity", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Tracers": "https://psychonautwiki.org/wiki/Tracers", + "Transformations": "https://psychonautwiki.org/wiki/Transformations", + "Vasoconstriction": "https://psychonautwiki.org/wiki/Vasoconstriction", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "dose_note": " Note: Do not exceed 1500ug.", + "sources": { + "_general": [ + "Two cases of severe intoxication associated with analytically confirmed use of the novel psychoactive substances 25B-NBOMe and 25C-NBOMe - http://www.ncbi.nlm.nih.gov/pubmed/24779864" + ] + }, + "id": 69 + }, + "mescaline": { + "name": "mescaline", + "properties": { + "summary": "A psychedelic of the phenethylamine family. Found in psychedelic cacti that have long been used by peoples native to the Southwestern US and Mexico, including Peyote and San Pedro cacti, among others. Can be found as cactus pulp, as an extract from cacti, or as a synthetic substance created in a lab.", + "dose": "Oral Threshold: 100mg Light: 100-200mg Common: 200-300mg Strong: 300-500mg Heavy: 500-700mg+ | NOTE: Doses are for Mescaline HCl", + "onset": "60-180 minutes, sometimes longer.", + "duration": "6-12 hours.", + "after-effects": "3-5 hours.", + "aliases": [ + "buttons", + "mesc", + "san", + "san-pedro" + ], + "marquis": "Strong orange", + "categories": [ + "psychedelic", + "common" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "Mescaline", + "aliases": [ + "buttons", + "mesc", + "san", + "san-pedro" + ], + "categories": [ + "psychedelic", + "common" + ], + "formatted_dose": { + "Oral": { + "Threshold": "100mg", + "Light": "100-200mg", + "Common": "200-300mg", + "Strong": "300-500mg", + "Heavy": "500-700mg+" + } + }, + "formatted_duration": { + "value": "6-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "60-180", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Mescaline.shtml" + }, + "pweffects": { + "8B Geometry - Exposure to inner mechanics of consciousness": "https://psychonautwiki.org/wiki/8B_Geometry_-_Exposure_to_inner_mechanics_of_consciousness", + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "After images": "https://psychonautwiki.org/wiki/After_images", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Bodily control enhancement": "https://psychonautwiki.org/wiki/Bodily_control_enhancement", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Feelings of interdependent opposites": "https://psychonautwiki.org/wiki/Feelings_of_interdependent_opposites", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Personal meaning enhancement": "https://psychonautwiki.org/wiki/Personal_meaning_enhancement", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spirituality enhancement": "https://psychonautwiki.org/wiki/Spirituality_enhancement", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Suggestibility enhancement": "https://psychonautwiki.org/wiki/Suggestibility_enhancement", + "Symmetrical texture repetition": "https://psychonautwiki.org/wiki/Symmetrical_texture_repetition", + "Synaesthesia": "https://psychonautwiki.org/wiki/Synaesthesia", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought loops": "https://psychonautwiki.org/wiki/Thought_loops", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Tracers": "https://psychonautwiki.org/wiki/Tracers", + "Transformations": "https://psychonautwiki.org/wiki/Transformations", + "Unity and interconnectedness": "https://psychonautwiki.org/wiki/Unity_and_interconnectedness", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "3-5", + "_unit": "hours" + }, + "dose_note": " NOTE: Doses are for Mescaline HCl", + "sources": { + "_general": [ + "CLINICAL SYNDROMES AND BIOCHEMICAL ALTERATIONS FOLLOWING MESCALINE, LYSERGIC ACID DIETHYLAMIDE, PSILOCYBIN AND A COMBINATION OF THE THREE PSYCHOTOM.. - http://www.ncbi.nlm.nih.gov/pubmed/14156873" + ] + }, + "combos": { + "mushrooms": { + "status": "Low Risk & Synergy" + }, + "lsd": { + "status": "Low Risk & Synergy" + }, + "dmt": { + "status": "Low Risk & Synergy" + }, + "dox": { + "status": "Caution" + }, + "nbomes": { + "status": "Caution" + }, + "2c-x": { + "status": "Caution" + }, + "2c-t-x": { + "status": "Caution" + }, + "amt": { + "status": "Dangerous" + }, + "5-meo-xxt": { + "status": "Caution", + "note": "The 5-MeO class of tryptamines can be unpredictable in their interactions" + }, + "cannabis": { + "status": "Caution", + "note": "Cannabis has an unexpectedly strong and somewhat unpredictable synergy with psychedelics." + }, + "ketamine": { + "status": "Low Risk & Synergy" + }, + "mxe": { + "status": "Low Risk & Synergy" + }, + "dxm": { + "status": "Low Risk & Synergy" + }, + "pcp": { + "status": "Low Risk & Synergy" + }, + "nitrous": { + "status": "Low Risk & Synergy" + }, + "amphetamines": { + "status": "Caution", + "note": "The focus and anxiety caused by stimulants is magnified by psychedelics and results in an increased risk of thought loops" + }, + "mdma": { + "status": "Low Risk & Synergy" + }, + "cocaine": { + "status": "Caution", + "note": "The focus and anxiety caused by stimulants is magnified by psychedelics and results in an increased risk of thought loops" + }, + "caffeine": { + "status": "Low Risk & No Synergy", + "note": "High doses of caffeine are uncomfortable and this will be magnified by psychedelics" + }, + "alcohol": { + "status": "Low Risk & Decrease" + }, + "ghb/gbl": { + "status": "Low Risk & Decrease" + }, + "opioids": { + "status": "Low Risk & No Synergy" + }, + "tramadol": { + "status": "Unsafe", + "note": "This combination can cause seizures due to the lowering of the threshold by tramadol and the potential of mescaline to cause seziures." + }, + "benzodiazepines": { + "status": "Low Risk & Decrease" + }, + "benzos": { + "status": "Low Risk & Decrease" + }, + "maois": { + "status": "Caution" + }, + "ssris": { + "status": "Low Risk & Decrease" + } + }, + "id": 70 + }, + "flunitrazepam": { + "name": "flunitrazepam", + "properties": { + "dose": "Oral Light: 0.5-1mg Common: 1-2mg Heavy: 2-4mg+", + "summary": "Known as Rohypnol or 'roofies,' this infamous drug has similar qualities to most other benzodiazepines; sedating with strong hypnotic effects. Despite being known as a 'date rape drug' has only been implicated in a small number of such crimes. Danger of respiratory depression in combination with other depressants. May cause amnesia and lowered inhibitions in overdose.", + "aliases": [ + "roofies", + "rohypnol" + ], + "duration": "4-8 hours.", + "onset": "15-30 minutes.", + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "after-effects": "2-24 hours.", + "dose_to_diazepam": "Flunitrazepam - 1mg ~=10mg Diazepam." + }, + "pretty_name": "Flunitrazepam", + "aliases": [ + "roofies", + "rohypnol" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "0.5-1mg", + "Common": "1-2mg", + "Heavy": "2-4mg+" + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-30", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "formatted_aftereffects": { + "value": "2-24", + "_unit": "hours" + }, + "id": 71 + }, + "4,4-dmar": { + "name": "4,4-dmar", + "properties": { + "summary": "Very closely related stimulant to Aminorex and Pemoline. Was sold as a designer drug for quite awhile under the brand name \"Serotoni\" has been linked to at least 31 deaths. It is a potent SNDRA.", + "dose": "Light: 30-60mg Common: 60-120mg Strong: 120-200mg.", + "onset": "Oral: 15-30 minutes. || Insufflated: 5-15 minutes.", + "after-effects": "1-12 hours.", + "categories": [ + "stimulant", + "empathogen", + "habit-forming", + "tentative" + ], + "aliases": [ + "serotoni", + "4,4-dmap" + ] + }, + "pretty_name": "4,4-DMAR", + "aliases": [ + "serotoni", + "4,4-dmap" + ], + "categories": [ + "stimulant", + "empathogen", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "30-60mg", + "Common": "60-120mg", + "Strong": "120-200mg." + } + }, + "formatted_onset": { + "Oral": "15-30", + "Insufflated": "5-15", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 72 + }, + "dihydrocodeine": { + "name": "dihydrocodeine", + "properties": { + "summary": "A weak semi-synthetic opioid analgesic and antitussive (anti-cough) drug. Often sold as a syrup in combination with aspirin or paracetamol. Not to be confused with the slightly less potent codeine.", + "dose": "Light: 50-100mg Common: 100-150mg Heavy: 150-200mg+ | NOTE: Cold Water Extract the DHC out if the pills are in combination with other substances", + "onset": "30-45 minutes.", + "aliases": [ + "dhc" + ], + "duration": "3-4 hours.", + "categories": [ + "opioid", + "habit-forming", + "depressant" + ], + "bioavailability": "Oral 20%", + "effects": "Euphoria, Dry Mouth, Mood lift, Itchiness, Relaxant, Constipation, Pupil constriction, Analgesia.", + "after-effects": "1-8 hours." + }, + "pretty_name": "Dihydrocodeine", + "aliases": [ + "dhc" + ], + "categories": [ + "opioid", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Light:": { + "Light": "50-100mg", + "Common": "100-150mg", + "Heavy": "150-200mg+" + } + }, + "formatted_duration": { + "value": "3-4", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-45", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "Dry Mouth", + "Mood lift", + "Itchiness", + "Relaxant", + "Constipation", + "Pupil constriction", + "Analgesia", + "" + ], + "pweffects": { + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Constipation": "https://psychonautwiki.org/wiki/Constipation", + "Cough suppression": "https://psychonautwiki.org/wiki/Cough_suppression", + "Difficulty urinating": "https://psychonautwiki.org/wiki/Difficulty_urinating", + "Itchiness": "https://psychonautwiki.org/wiki/Itchiness", + "Pain relief": "https://psychonautwiki.org/wiki/Pain_relief", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Pupil constriction": "https://psychonautwiki.org/wiki/Pupil_constriction", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "dose_note": " NOTE: Cold Water Extract the DHC out if the pills are in combination with other substances", + "id": 73 + }, + "flutazolam": { + "name": "flutazolam", + "properties": { + "summary": "A benzodiazepine derivative. It was invented in Japan, and has mainly stayed in that area. Similar potency to Diazepam, yet produces a more marked sedation and impaired coordination. Usually used as a treatment for Insomnia. A hypnotic and sedative which may cause amnesia and lowered inhibitions in high doses.", + "dose": "Oral Light: 2.5-5mg Common: 5-10mg Strong: 10-15mg.", + "duration": "3-8 hours.", + "avoid": "All other CNS depressants.", + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "onset": "10-30 minutes.", + "after-effects": "1-12 hours." + }, + "pretty_name": "Flutazolam", + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "2.5-5mg", + "Common": "5-10mg", + "Strong": "10-15mg." + } + }, + "formatted_duration": { + "value": "3-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-30", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 74 + }, + "adrafinil": { + "name": "adrafinil", + "properties": { + "summary": "A prodrug to modafinil, this compound is often used to increase wakefulness and alertness. Due to hepatic metabolism it has a slower onset than modafinil and may cause liver damage in excess. Some users have reported acne as an adverse effect. Unregulated in the US.", + "dose": "Threshold: 100-150mg Light: 150-250mg Common: 250-400mg Strong:400-600mg Heavy: 600mg+", + "onset": "45-120 minutes depending on stomach contents/ect.", + "duration": "8-12 hours.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "nootropic" + ], + "effects": "Stimulation, Dehydration, Headaches, Photophobia, Appetite suppression, Increased heart rate, Dizziness, Nausea, Body odor alteration, Wakefulness, Irritability, Focus enhancement, Thought acceleration, Memory enhancement, Motivation enhancement, Emotion enhancement, Anxiety, Time distortion, Increased music appreciation", + "bioavailability": "Oral: 75-80%.", + "after-effects": "1-12 hours." + }, + "pretty_name": "Adrafinil", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "nootropic" + ], + "formatted_dose": { + "Oral": { + "Threshold": "100-150mg", + "Light": "150-250mg", + "Common": "250-400mg", + "Heavy": "600mg+" + } + }, + "formatted_duration": { + "value": "8-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-120", + "_unit": "minutes" + }, + "formatted_effects": [ + "Stimulation", + "Dehydration", + "Headaches", + "Photophobia", + "Appetite suppression", + "Increased heart rate", + "Dizziness", + "Nausea", + "Body odor alteration", + "Wakefulness", + "Irritability", + "Focus enhancement", + "Thought acceleration", + "Memory enhancement", + "Motivation enhancement", + "Emotion enhancement", + "Anxiety", + "Time distortion", + "Increased music appreciation" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Adrafinil.shtml" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 75 + }, + "etizolam": { + "name": "etizolam", + "properties": { + "summary": "A thienodiazepine anxiolytic. Similar in action to benzodiazepine drugs. Relieves anxiety, causes sedation and mild euphoria. High doses can lead to losing memory of what happened while on the drug. Users often compulsively re-dose frequently leading to accidental blackouts. Can be found in pressed pharmaceutical pills from various countries, clandestine pill presses, or as a powder", + "dose": "Oral Light: 0.5-1mg Common: 1-2mg Strong: 2-4mg+", + "onset": "10-40 minutes", + "duration": "5-8 hours.", + "avoid": "Other depressants such as Alcohol and Opioids.", + "after-effects": "6-24 hours", + "effects": "anxiolytic, hypnotic, sedative, muscle relaxant, amnesia, dystaxia", + "categories": [ + "benzodiazepine", + "research-chemical", + "habit-forming", + "depressant" + ], + "aliases": [ + "etiz", + "etizest", + "etilaam", + "sedekopan", + "depas", + "etizola", + "inxity", + "zoly", + "lamet", + "towa" + ], + "tolerance": "Slower than other benzos, also observed to have reverse-tolerance effect.", + "dose_to_diazepam": "Etizolam - 1mg ~=10mg Diazepam." + }, + "pretty_name": "Etizolam", + "aliases": [ + "etiz", + "etizest", + "etilaam", + "sedekopan", + "depas", + "etizola", + "inxity", + "zoly", + "lamet", + "towa" + ], + "categories": [ + "benzodiazepine", + "research-chemical", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "0.5-1mg", + "Common": "1-2mg", + "Strong": "2-4mg+" + } + }, + "formatted_duration": { + "value": "5-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-40", + "_unit": "minutes" + }, + "formatted_effects": [ + "anxiolytic", + "hypnotic", + "sedative", + "muscle relaxant", + "amnesia", + "dystaxia" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Etizolam.shtml" + }, + "pweffects": { + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Analysis suppression": "https://psychonautwiki.org/wiki/Analysis_suppression", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Emotion suppression": "https://psychonautwiki.org/wiki/Emotion_suppression", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Muscle relaxation": "https://psychonautwiki.org/wiki/Muscle_relaxation", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Temporary erectile dysfunction": "https://psychonautwiki.org/wiki/Temporary_erectile_dysfunction", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration" + }, + "formatted_aftereffects": { + "value": "6-24", + "_unit": "hours" + }, + "sources": { + "_general": [ + "Etizolam in the treatment of generalized anxiety disorder: a controlled clinical trial. - https://www.ncbi.nlm.nih.gov/pubmed/2572494", + "Molecular and neurochemical evaluation of the effects of etizolam on GABAA receptors under normal and stress conditions. - http://www.ncbi.nlm.nih.gov/pubmed/10083975", + "[A patient with Parkinson's disease complicated by hypothyroidism who developed malignant syndrome after discontinuation of etizolam]. - http://www.ncbi.nlm.nih.gov/pubmed/12424963", + "Low tolerance and dependence liabilities of etizolam: molecular, functional, and pharmacological correlates. - http://www.ncbi.nlm.nih.gov/pubmed/16107249", + "Effects of treatment with etizolam 0.5 mg BID on cognitive performance: a 3-week, multicenter, randomized, double-blind, placebo-controlled, two-tr... - http://www.ncbi.nlm.nih.gov/pubmed/20110024", + "[Comparison of four immunoassay screening devices for detection of benzodiazepine and its metabolites in urine: mainly detection of etizolam, thien... - http://www.ncbi.nlm.nih.gov/pubmed/21485120", + "Etizolam in the treatment of generalized anxiety disorder: a controlled clinical trial. - http://www.ncbi.nlm.nih.gov/pubmed/2572494" + ] + }, + "id": 76 + }, + "zolazepam": { + "name": "zolazepam", + "properties": { + "summary": "A substance that is structurally related to benzodiazepines. Is only used in Veterinary medicine. It is usually used in tandem with either the potent NMDA antagonist Tiletamine (at a 1:1 ratio) or with the α2 adrenergic receptor agonist Xylazine. Is roughly around four times the potency of Diazepam. Yet is water soluable.", + "onset": "Oral: 10-30 minutes. | Insufflated: 5-10 minutes. | Intramuscular: 1-5 minutes.", + "duration": "Oral: 4-6 hours. | Insufflated: 2-3 hours. | Intramuscular: 2-4 hours.", + "dose": "Oral Light: 2.5-5mg Common: 5-10mg Strong: 10-20mg+ | Insufflated Light: 1-3mg Common: 3-6mg Strong: 6-12mg+ | Intramuscular Light: 1-3mg Common: 3-5mg Strong: 5-10mg+", + "after-effects": "Oral: 1-6 hours. | Insufflated: 1-4 hours. | Intramuscular: 1-3 hours.", + "avoid": "All other CNS depressants.", + "categories": [ + "benzodiazepine", + "depressant", + "habit-forming" + ] + }, + "pretty_name": "Zolazepam", + "categories": [ + "benzodiazepine", + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "2.5-5mg", + "Common": "5-10mg", + "Strong": "10-20mg+" + }, + "Insufflated": { + "Light": "1-3mg", + "Common": "3-6mg", + "Strong": "6-12mg+" + }, + "Intramuscular": { + "Light": "1-3mg", + "Common": "3-5mg", + "Strong": "5-10mg+" + } + }, + "formatted_duration": { + "Oral": "4-6", + "Insufflated": "2-3", + "Intramuscular": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "10-30", + "Insufflated": "5-10", + "Intramuscular": "1-5", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "Oral": "1-6", + "Insufflated": "1-4", + "Intramuscular": "1-3", + "_unit": "hours" + }, + "id": 77 + }, + "barbital": { + "name": "barbital", + "properties": { + "summary": "The first commercially available barbiturate. Was used commonly as a sleeping aid until the 1950s.", + "dose": "Common: 650-970mg.", + "onset": "15-30 minutes.", + "duration": "6-12 hours.", + "categories": [ + "barbiturate", + "habit-forming", + "depressant" + ], + "avoid": "All other CNS depressants." + }, + "pretty_name": "Barbital", + "categories": [ + "barbiturate", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Common": "650-970mg." + } + }, + "formatted_duration": { + "value": "6-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-30", + "_unit": "minutes" + }, + "id": 78 + }, + "25i-nbf": { + "name": "25i-nbf", + "properties": { + "summary": "Is a derivate of the psychedelic 2C-I. Was sold breifly in a few countries before being banned. Based purely on the pharmacological evidence it'll be between 6-8x less potent than it's parent compound 25I-NBOMe.", + "categories": [ + "tentative", + "psychedelic", + "research-chemical" + ], + "test-kits": "Marquis: Dark Green. | Mecke: Orange > Black. | Mandelin: Orange > Black. | Froehde: Orange > Black. | Liebermann: Orange > Black. | Ehrlich: No colour change. | Gallic Acid: Orange > Black." + }, + "pretty_name": "25I-NBF", + "categories": [ + "tentative", + "psychedelic", + "research-chemical" + ], + "id": 79 + }, + "oxazepam": { + "name": "oxazepam", + "properties": { + "summary": "A prescription benzodiazepine with intermediate duration and half life. A sedative and hypnotic which may cause lowered inhibitions and amnesia in higher doses.", + "duration": "4-6 hours.", + "onset": "60-120 minutes.", + "dose": "Light: 5-10mg Common: 10-30mg Strong: 30-45mg+", + "effects": "Typical benzodiazepine effects. Amnesic, anxiolytic, anticonvulsant, hypnotic, sedative.", + "after-effects": "1-10 hours.", + "categories": [ + "benzodiazepine", + "depressant", + "habit-forming" + ], + "avoid": "All other CNS depressants.", + "aliases": [ + "serax" + ], + "dose_to_diazepam": "Oxazepam - 20mg ~=10mg Diazepam." + }, + "pretty_name": "Oxazepam", + "aliases": [ + "serax" + ], + "categories": [ + "benzodiazepine", + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "5-10mg", + "Common": "10-30mg", + "Strong": "30-45mg+" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "60-120", + "_unit": "minutes" + }, + "formatted_effects": [ + "Typical benzodiazepine effects", + "Amnesic", + "anxiolytic", + "anticonvulsant", + "hypnotic", + "sedative", + "" + ], + "formatted_aftereffects": { + "value": "1-10", + "_unit": "hours" + }, + "id": 80 + }, + "mebroqualone": { + "name": "mebroqualone", + "properties": { + "duration": "Oral: 60-120 minutes. | Sublingual: 45-90 minutes. | Insufflated: 30-60 minutes. | Vapourized: 20-40 minutes.", + "dose": "Sublingual Threshold: 3-5mg Light: 5-8mg Common: 8-15mg Strong: 15-20mg. | Vaporized Threshold: 2-3mg Light: 3-5mg Common: 5-10mg Strong: 10-20mg+", + "summary": "A short acting analogue of Methaqualone, that is much more potent.", + "categories": [ + "depressant", + "research-chemical", + "habit-forming", + "tentative" + ], + "aliases": [ + "mbq" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "after-effects": "1-4 hours.", + "onset": "Oral: 10-20 minutes. | Sublingual: 5-15 minutes. | Insufflated: 5-10 minutes. | Vapourized: 1-2 minutes." + }, + "pretty_name": "Mebroqualone", + "aliases": [ + "mbq" + ], + "categories": [ + "depressant", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Sublingual": { + "Threshold": "3-5mg", + "Light": "5-8mg", + "Common": "8-15mg", + "Strong": "15-20mg." + }, + "Vaporized": { + "Threshold": "2-3mg", + "Light": "3-5mg", + "Common": "5-10mg", + "Strong": "10-20mg+" + } + }, + "formatted_duration": { + "Oral": "60-120", + "Sublingual": "45-90", + "Insufflated": "30-60", + "Vapourized": "20-40", + "_unit": "minutes" + }, + "formatted_onset": { + "Oral": "10-20", + "Sublingual": "5-15", + "Insufflated": "5-10", + "Vapourized": "1-2", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "formatted_aftereffects": { + "value": "1-4", + "_unit": "hours" + }, + "id": 81 + }, + "aleph-2": { + "name": "aleph-2", + "properties": { + "summary": "A very rare Phenethylamine, also known as DOT-2, it is the DOx analogue of 2C-T-2. Very little human use recorded. Described as being quite long and highly visual. Likely to be potent, with a reported threshold dose of 3mg.", + "onset": "40-120 minutes", + "duration": "6-18 hours.", + "after-effects": "12-24 hours", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "aliases": [ + "dot-2", + "dot2", + "aleph2" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "ALEPH-2", + "aliases": [ + "dot-2", + "dot2", + "aleph2" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "none": { + "NOTE": "Varies" + } + }, + "formatted_duration": { + "value": "6-18", + "_unit": "hours" + }, + "formatted_onset": { + "value": "40-120", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "formatted_aftereffects": { + "value": "12-24", + "_unit": "hours" + }, + "id": 82 + }, + "pramiracetam": { + "name": "pramiracetam", + "properties": { + "summary": "A CNS stimulant that is a nootropic, that belongs to the racetam family of compounds. Much more potent than Piracetam while appearing to work on similar mechanisms.", + "dose": "Common: 400-1200mg | Note: Usually taken two or three times a day. So 400mg taken three times a day. Or 600mg three times a day.", + "onset": "15-30 minutes.", + "duration": "4-6 hours.", + "after-effects": "1-2 hours.", + "categories": [ + "nootropic" + ] + }, + "pretty_name": "Pramiracetam", + "categories": [ + "nootropic" + ], + "formatted_dose": { + "Common:": { + "Common": "400-1200mg" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-2", + "_unit": "hours" + }, + "dose_note": " Note: Usually taken two or three times a day. So 400mg taken three times a day. Or 600mg three times a day.", + "id": 83 + }, + "25i-nbome": { + "name": "25i-nbome", + "properties": { + "dose": "Sublingual Threshold: 50-250ug Light: 200-500ug Common: 500-750ug Strong: 700-1000ug+ | Note: Do not exceed 1500ug.", + "duration": "5-10 hours.", + "summary": "A relatively new and popular research chemical with psychedelic properties. Users report an uncomfortable body load with very strong visuals, though with less of a mental aspect than most psychedelics. Commonly mis-sold as LSD, since it is much cheaper to produce. Is considered quite unsafe, and has caused several deaths at 'regular' doses.", + "onset": "45-90 minutes.", + "after-effects": "6-24 hours", + "tolerance": "25i-nbome has an extremely prevalent tolerance, with users reporting a strong cross tolerance with LSD, mushrooms, 2C-*, DO* and other 25* chemicals. Tolerance lasts roughly 2 weeks depending on the user.", + "wiki": "http://wiki.tripsit.me/wiki/NBOMes", + "aliases": [ + "25i", + "2-c-i-nbome", + "25-i" + ], + "marquis": "Orange", + "categories": [ + "psychedelic", + "research-chemical", + "common" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "test-kits": "Marquis: Orange > Black. | Mecke: Brown > Black. | Mandelin: Brown > Black. | Froehde: Yellow | Ehrlich: No colour change." + }, + "pretty_name": "25I-NBOMe", + "aliases": [ + "25i", + "2-c-i-nbome", + "25-i" + ], + "categories": [ + "psychedelic", + "research-chemical", + "common" + ], + "formatted_dose": { + "Sublingual": { + "Threshold": "50-250ug", + "Light": "200-500ug", + "Common": "500-750ug", + "Strong": "700-1000ug+" + } + }, + "formatted_duration": { + "value": "5-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_25INBOMe.shtml" + }, + "pweffects": { + "8A Geometry - Exposure to semantic concept network": "https://psychonautwiki.org/wiki/8A_Geometry_-_Exposure_to_semantic_concept_network", + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "After images": "https://psychonautwiki.org/wiki/After_images", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Difficulty urinating": "https://psychonautwiki.org/wiki/Difficulty_urinating", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Empathy, love, and sociability enhancement": "https://psychonautwiki.org/wiki/Empathy,_love,_and_sociability_enhancement", + "Feelings of impending doom": "https://psychonautwiki.org/wiki/Feelings_of_impending_doom", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Increased blood pressure": "https://psychonautwiki.org/wiki/Increased_blood_pressure", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Language suppression": "https://psychonautwiki.org/wiki/Language_suppression", + "Laughter": "https://psychonautwiki.org/wiki/Laughter", + "Magnification": "https://psychonautwiki.org/wiki/Magnification", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Perception of decreased weight": "https://psychonautwiki.org/wiki/Perception_of_decreased_weight", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Sublingual numbing": "https://psychonautwiki.org/wiki/Sublingual_numbing", + "Symmetrical texture repetition": "https://psychonautwiki.org/wiki/Symmetrical_texture_repetition", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought connectivity": "https://psychonautwiki.org/wiki/Thought_connectivity", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Tracers": "https://psychonautwiki.org/wiki/Tracers", + "Transformations": "https://psychonautwiki.org/wiki/Transformations", + "Vasoconstriction": "https://psychonautwiki.org/wiki/Vasoconstriction", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "6-24", + "_unit": "hours" + }, + "dose_note": " Note: Do not exceed 1500ug.", + "sources": { + "_general": [ + "Severe clinical toxicity associated with analytically confirmed recreational use of 25I-NBOMe: case series - http://www.ncbi.nlm.nih.gov/pubmed/23731373" + ] + }, + "id": 84 + }, + "flubromazepam": { + "name": "flubromazepam", + "properties": { + "dose": "Light: 2-4mg Common: 4-8mg Strong: 8-12mg+", + "summary": "A somewhat common benzodiazepine drug known for its extreme duration, with effects for larger doses reaching up to three days. Sedative, hypnotic and anxiolytic, this compound is an analogue of Phenazepam. First discovered in the 1960s, it was never marketed as a licit drug, but has recently become available as an RC. Not to be confused with Flubromazolam.", + "onset": "15-90 minutes", + "duration": "12-18 hours", + "after-effects": "36+ hours", + "categories": [ + "benzodiazepine", + "research-chemical", + "habit-forming", + "depressant" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "dose_to_diazepam": "Flubromazepam - 6-8mg ~=10mg Diazepam." + }, + "pretty_name": "Flubromazepam", + "categories": [ + "benzodiazepine", + "research-chemical", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "2-4mg", + "Common": "4-8mg", + "Strong": "8-12mg+" + } + }, + "formatted_duration": { + "value": "12-18", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "pweffects": { + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Analysis suppression": "https://psychonautwiki.org/wiki/Analysis_suppression", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Emotion suppression": "https://psychonautwiki.org/wiki/Emotion_suppression", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Muscle relaxation": "https://psychonautwiki.org/wiki/Muscle_relaxation", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration" + }, + "formatted_aftereffects": { + "value": "36+", + "_unit": "hours" + }, + "id": 85 + }, + "5-bpdi": { + "name": "5-bpdi", + "properties": { + "summary": "An analogue of a-PHP, which has been described as having an extremely similar effect profile, with some users noting that it may be slightly lighter and with less of an urge to redose. However, little record of the safety of human use exists.", + "categories": [ + "habit-forming", + "research-chemical", + "stimulant", + "tentative" + ], + "dose": "Light: 7.5-10mg Common: 10-25mg Strong: 25-45mg Heavy: 45+mg.", + "onset": "Oral: 15-30 minutes. Insufflated: 5-10 minutes.", + "duration": "Oral: 4-8 hours. Insufflated: 2-5 hours.", + "after-effects": "3-8 hours." + }, + "pretty_name": "5-BPDI", + "categories": [ + "habit-forming", + "research-chemical", + "stimulant", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "7.5-10mg", + "Common": "10-25mg", + "Strong": "25-45mg", + "Heavy": "45+mg." + } + }, + "formatted_duration": { + "Oral": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "3-8", + "_unit": "hours" + }, + "id": 86 + }, + "ab-fubinaca": { + "name": "ab-fubinaca", + "properties": { + "summary": "Arguably the most common synthetic cannabinoid, AB-FUBINACA was originally developed by Pfizer as an analgesic, but has since abandoned for medical use. It has since found a following in the RC community, however it's extremely high potency and inclusion in synthetic blends makes it dangerous, and it has killed in overdose. Exercise caution.", + "duration": "Vaporized: 1-2 hours | Oral: 5-15 hours", + "dose": "Vaporized Light: 0.25-0.5mg Common: 0.5-1.5mg Strong: 1.5-3mg Heavy: 3+mg | Oral Light: 0.25-0.5mg Common: 0.5-1.5mg Strong: 1.5-3mg Heavy: 3+mg", + "onset": "Vaporized: 1-5 minutes | Oral: 30-240 minutes", + "effects": "Euphoric, stimulating high, increases creativity and appetite, also short term memory deficits, similar to Cannabis", + "after-effects": "Vaporized: 1-2 hours | Oral: 2-10 hours", + "aliases": [ + "ab-fub" + ], + "categories": [ + "research-chemical", + "habit-forming", + "tentative", + "common" + ] + }, + "pretty_name": "AB-FUBINACA", + "aliases": [ + "ab-fub" + ], + "categories": [ + "research-chemical", + "habit-forming", + "tentative", + "common" + ], + "formatted_dose": { + "Vaporized": { + "Light": "0.25-0.5mg", + "Common": "0.5-1.5mg", + "Strong": "1.5-3mg", + "Heavy": "3+mg" + }, + "Oral": { + "Light": "0.25-0.5mg", + "Common": "0.5-1.5mg", + "Strong": "1.5-3mg", + "Heavy": "3+mg" + } + }, + "formatted_duration": { + "Vaporized": "1-2", + "Oral": "5-15", + "_unit": "hours" + }, + "formatted_onset": { + "Vaporized": "1-5", + "Oral": "30-240", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoric", + "stimulating high", + "increases creativity and appetite", + "also short term memory deficits", + "similar to Cannabis" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_ABFUBINACA.shtml" + }, + "formatted_aftereffects": { + "Vaporized": "1-2", + "Oral": "2-10", + "_unit": "hours" + }, + "id": 87 + }, + "3-ho-pce": { + "name": "3-ho-pce", + "properties": { + "summary": "A rare and very potent PCP analogue, eight times more potent than PCP as NMDA receptor antagonist and also a μ-opioid receptor agonist. Similar in structure to methoxetamine.", + "duration": "3-4 hours.", + "onset": "20-40 minutes.", + "aliases": [ + "3hopce" + ], + "dose": "Oral Threshold 1-2mg Light: 2-5mg Common: 5-10mg's Strong: 10-15mg's", + "categories": [ + "dissociative", + "research-chemical", + "habit-forming", + "tentative" + ], + "after-effects": "2 hours to a month." + }, + "pretty_name": "3-HO-PCE", + "aliases": [ + "3hopce" + ], + "categories": [ + "dissociative", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "2-5mg", + "Common": "5-10mg", + "Strong": "10-15mg" + } + }, + "formatted_duration": { + "value": "3-4", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-40", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "2", + "_unit": "hours" + }, + "id": 88 + }, + "4-benzylpiperidine": { + "name": "4-benzylpiperidine", + "properties": { + "summary": "A dopamine releasing agent with weak serotonin releasing properties. Little evidence of human use. Potentially dangerous in overdose given MAOI + monoamine releasing properties.", + "dose": "Oral Light: 75-125mg Common: 125-200mg Strong: 200-350mg Heavy: 350mg+.", + "duration": "2-5 hours", + "aliases": [ + "4-pmpd" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "effects": "Euphoria, increased energy/alertness, decreased need for sleep, increased sociability, mood lift, increased sexuality, excessive talking, decreased appetite, weight loss, sweating, disturbed sleep patterns, bruxism, visual and auditory hallucinations, itchiness, aggressiveness, moodiness.", + "onset": "10-45 minutes." + }, + "pretty_name": "4-Benzylpiperidine", + "aliases": [ + "4-pmpd" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "75-125mg", + "Common": "125-200mg", + "Strong": "200-350mg", + "Heavy": "350mg+." + } + }, + "formatted_duration": { + "value": "2-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-45", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "decreased need for sleep", + "increased sociability", + "mood lift", + "increased sexuality", + "excessive talking", + "decreased appetite", + "weight loss", + "sweating", + "disturbed sleep patterns", + "bruxism", + "visual and auditory hallucinations", + "itchiness", + "aggressiveness", + "moodiness", + "" + ], + "id": 89 + }, + "eszopiclone": { + "name": "eszopiclone", + "properties": { + "summary": "The d-isomer of Zopiclone, this drug is a potent hypnotic 'Z' drug often used to treat insomnia. High doses may cause amnesia, delirium and lowered inhibitions. Should not be combined with any depressants. Limited recreational value.", + "categories": [ + "depressant", + "habit-forming" + ], + "effects": "anxiolytic, sedative, muscle relaxant, amnesia, dystaxia, hypnotic", + "dose": "Light: 0.5-1mg Common: 1-2mg Strong: 2-4mg+", + "onset": "15-30 minutes.", + "duration": "6-10 hours.", + "after-effects": "1-12 hours.", + "avoid": "All other CNS depressants." + }, + "pretty_name": "Eszopiclone", + "categories": [ + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "0.5-1mg", + "Common": "1-2mg", + "Strong": "2-4mg+" + } + }, + "formatted_duration": { + "value": "6-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-30", + "_unit": "minutes" + }, + "formatted_effects": [ + "anxiolytic", + "sedative", + "muscle relaxant", + "amnesia", + "dystaxia", + "hypnotic" + ], + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 90 + }, + "tianeptine": { + "name": "tianeptine", + "properties": { + "onset": "15-45 minutes.", + "duration": "4-6 hours.", + "summary": "A Tricyclic antidepressant, that has quite unique pharmacological properties than others in its class. Such as the possible indirect action on NMDA/AMPA and a full agonist at the μ-opioid receptor. While abuse of this substance is uncommon, it has been shown in a few countries.", + "categories": [ + "habit-forming", + "depressant", + "opioid" + ], + "dose": "Light: 7.5mg Common: 12.5mg Strong: 17mg Note: Tianeptine is reported to have opioid-like effects at high doses, but this is offset by an increased risk of liver damage", + "after-effects": "1-8 hours." + }, + "pretty_name": "Tianeptine", + "categories": [ + "habit-forming", + "depressant", + "opioid" + ], + "formatted_dose": { + "Oral": { + "Light": "7.5mg", + "Common": "12.5mg", + "Strong": "17mg", + "Note": "Tianeptine" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-45", + "_unit": "minutes" + }, + "pweffects": { + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Bronchodilation": "https://psychonautwiki.org/wiki/Bronchodilation", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Cognitive fatigue": "https://psychonautwiki.org/wiki/Cognitive_fatigue", + "Constipation": "https://psychonautwiki.org/wiki/Constipation", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Focus enhancement": "https://psychonautwiki.org/wiki/Focus_enhancement", + "Headaches": "https://psychonautwiki.org/wiki/Headaches", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Muscle relaxation": "https://psychonautwiki.org/wiki/Muscle_relaxation", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Physical fatigue": "https://psychonautwiki.org/wiki/Physical_fatigue", + "Rejuvenation": "https://psychonautwiki.org/wiki/Rejuvenation", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 91 + }, + "6-mddm": { + "name": "6-mddm", + "properties": { + "summary": "Semisynthetic opioid that is a derivative of Hydromorphone with little history of human use. Roughly around ~80x the potency of Morphine. Structurally related to Desomorphine.", + "onset": "1-15 minutes.", + "duration": "4-6 hours.", + "avoid": "All other CNS depressants.", + "categories": [ + "opioid", + "habit-forming", + "tentative", + "depressant" + ], + "aliases": [ + "6-methylenedihydrodesoxymorphine" + ], + "dose": "Light: 125ug Common: 187-250ug Strong: 375ug+ | NOTE: These dosages are based off the potency and converted to what we have with Morphine's dose. Further research is required.", + "effects": "Euphoria, Dry Mouth, Mood lift, Itchiness, Relaxant, Constipation, Pupil constriction, Analgesia.", + "after-effects": "1-10 hours." + }, + "pretty_name": "6-MDDM", + "aliases": [ + "6-methylenedihydrodesoxymorphine" + ], + "categories": [ + "opioid", + "habit-forming", + "tentative", + "depressant" + ], + "formatted_dose": { + "Light:": { + "Light": "125ug", + "Common": "187-250ug", + "Strong": "375ug+" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "1-15", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "Dry Mouth", + "Mood lift", + "Itchiness", + "Relaxant", + "Constipation", + "Pupil constriction", + "Analgesia", + "" + ], + "formatted_aftereffects": { + "value": "1-10", + "_unit": "hours" + }, + "dose_note": " NOTE: These dosages are based off the potency and converted to what we have with Morphine's dose. Further research is required.", + "id": 92 + }, + "yerba-mate": { + "name": "yerba-mate", + "properties": { + "summary": "Is marketed for its ability to suppress appetite and burn fat. Yet only with high doses. It has a quite high ratio of caffeine. It has anti-inflammatory properties.", + "dose": "Common: 1000-1500mg | This is spread out over a day.", + "onset": "10-30 minutes.", + "duration": "4-6 hours.", + "after-effects": "1-4 hours.", + "categories": [ + "common", + "stimulant", + "habit-forming", + "nootropic" + ] + }, + "pretty_name": "YERBA-MATE", + "categories": [ + "common", + "stimulant", + "habit-forming", + "nootropic" + ], + "formatted_dose": { + "Common:": { + "Common": "1000-1500mg" + }, + "This": {} + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-4", + "_unit": "hours" + }, + "id": 93 + }, + "4-ho-mcpt": { + "name": "4-ho-mcpt", + "properties": { + "summary": "Novel synthetic tryptamine that is the cyclopropyl homologue of Psilocin. Not much is known about anything.", + "categories": [ + "psychedelic", + "tentative", + "research-chemical" + ], + "onset": "20-40 minutes." + }, + "pretty_name": "4-HO-MCPT", + "categories": [ + "psychedelic", + "tentative", + "research-chemical" + ], + "formatted_onset": { + "value": "20-40", + "_unit": "minutes" + }, + "id": 94 + }, + "mbzp": { + "name": "mbzp", + "properties": { + "summary": "A stimulant drug which is a derivative of BZP.", + "onset": "30-45 minutes.", + "duration": "4-6 hours", + "after-effects": "2-4 hours, yet can be much long with extended doses/ect.", + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ], + "aliases": [ + "methylbenylpiperazine" + ], + "dose": "Oral Light: 50-80mg Common: 80-120mg Strong: 120-160mg Heavy: 160-200mg+" + }, + "pretty_name": "MBZP", + "aliases": [ + "methylbenylpiperazine" + ], + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "50-80mg", + "Common": "80-120mg", + "Strong": "120-160mg", + "Heavy": "160-200mg+" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "2-4", + "_unit": "hours" + }, + "id": 95 + }, + "25e-nbome": { + "name": "25e-nbome", + "properties": { + "duration": "5-10 hours.", + "aliases": [ + "25e" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "summary": "A potent psychedelic phenethylamine and derivative of 2C-E, usually sold on blotters. May be mis-sold as LSD. Effects include vivid hallucinations, stimulation, heavy body load and vasoconstriction. At high doses vasoconstriction can endanger life, exercise caution.", + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "dose": "Sublingual Threshold: 50-100ug Light: 150-300ug Common: 300-600ug Strong: 600-1000ug. Insufflated Light: 50-200ug Common: 200-400ug Strong: 400-800ug.", + "onset": "15-60 minutes.", + "after-effects": "2-10 hours.", + "warning": "Do not exceed 2mg+ of this compound.", + "test-kits": "Marquis: Red > Yellow. | Mecke: Green. | Mandelin: Red. | Ehrlich: No colour change." + }, + "pretty_name": "25E-NBOMe", + "aliases": [ + "25e" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Sublingual": { + "Threshold": "50-100ug", + "Light": "50-200ug", + "Common": "200-400ug", + "Strong": "400-800ug." + } + }, + "formatted_duration": { + "value": "5-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "formatted_aftereffects": { + "value": "2-10", + "_unit": "hours" + }, + "id": 96 + }, + "5-meo-malt": { + "name": "5-meo-malt", + "properties": { + "summary": "A new and uncommon psychedelic tryptamine related to 5-MeO-DALT. Little is known about it, but its effects are probably similar to other psychedelic tryptamines.", + "dose": "Oral Light: 15-25mg Common: 25-50mg Strong: 50mg+ | Insufflated Light: 5-10mg Common: 10-20mg Strong: 20mg+ | Vapourized Light: 5-10mg Common: 10-15mg Strong: 15-20mg | Note: Due to the massive amount of reports not correlating to the others please start very low and titrate up.", + "categories": [ + "psychedelic", + "research-chemical" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "onset": "Oral: 5-30 minutes. | Insufflated: 5-15 minutes. | Vapourized: 1-5 minutes.", + "duration": "Oral: 2-4 hours. | Insufflated: 1-3 hours. | Vapourized: 0.5-1.5 hours." + }, + "pretty_name": "5-MeO-MALT", + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "15-25mg", + "Common": "25-50mg", + "Strong": "50mg+" + }, + "Insufflated": { + "Light": "5-10mg", + "Common": "10-20mg", + "Strong": "20mg+" + }, + "Vapourized": { + "Light": "5-10mg", + "Common": "10-15mg", + "Strong": "15-20mg" + } + }, + "formatted_duration": { + "Oral": "2-4", + "Insufflated": "1-3", + "Vapourized": "0.5-1.5", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "5-30", + "Insufflated": "5-15", + "Vapourized": "1-5", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "dose_note": " Note: Due to the massive amount of reports not correlating to the others please start very low and titrate up.", + "id": 97 + }, + "mdma": { + "name": "mdma", + "properties": { + "dose": "Oral Light: 40-75mg Common: 75-125mg Strong: 125-175mg Heavy: 175mg+ | Insufflated/Rectal Light: 30-70mg Common: 70-120mg Strong: 120-165mg Heavy: 165mg+ | NOTE: Higher doses increase neurotoxic effects", + "onset": "20-70 minutes", + "duration": "3-5 hours", + "after-effects": "1-72 hours.", + "summary": "The world's most popular empathogen with powerful pro-social effects. Has been strongly linked to cognitive decline in excess. Popular at parties, it is often sold in powder or in pills, and may be adulterated with other similar chemicals.", + "detection": "1-3 days single use, 3-5 days heavy use", + "aliases": [ + "molly", + "ecstasy", + "adam", + "xtc", + "mandy", + "x", + "md" + ], + "marquis": "Black (may have purple tint)", + "categories": [ + "stimulant", + "psychedelic", + "empathogen", + "habit-forming", + "common" + ], + "general-advice": "Only roll every 2-3 months.", + "wiki": "http://wiki.tripsit.me/wiki/MDMA" + }, + "pretty_name": "MDMA", + "aliases": [ + "molly", + "ecstasy", + "adam", + "xtc", + "mandy", + "x", + "md" + ], + "categories": [ + "stimulant", + "psychedelic", + "empathogen", + "habit-forming", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "40-75mg", + "Common": "75-125mg", + "Strong": "125-175mg", + "Heavy": "175mg+" + }, + "Insufflated/Rectal": { + "Light": "30-70mg", + "Common": "70-120mg", + "Strong": "120-165mg", + "Heavy": "165mg+" + } + }, + "formatted_duration": { + "value": "3-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-70", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_MDMA.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal109.shtml" + }, + "formatted_aftereffects": { + "value": "1-72", + "_unit": "hours" + }, + "dose_note": " NOTE: Higher doses increase neurotoxic effects", + "sources": { + "_general": [ + "Alpha-lipoic acid prevents 3,4-methylenedioxy-methamphetamine (MDMA)-induced neurotoxicity - http://www.ncbi.nlm.nih.gov/pubmed/10619665", + "Involvement of free radicals in MDMA-induced neurotoxicity in mice. - http://www.ncbi.nlm.nih.gov/pubmed/11435997", + "Methamphetamine and MDMA (ecstasy) neurotoxicity: 'of mice and men'. - http://www.ncbi.nlm.nih.gov/pubmed/15370888", + "The neurotoxic effects of 3,4-methylenedioxymethamphetamine (MDMA) and methamphetamine on serotonin, dopamine, and GABA-ergic terminals - http://www.ncbi.nlm.nih.gov/pubmed/15474609", + "MDMA (Ecstasy) and human dopamine, norepinephrine, and serotonin transporters: implications for MDMA-induced neurotoxicity and treatment. - http://www.ncbi.nlm.nih.gov/pubmed/16220332", + "Pharmacological aspects of the combined use of 3,4-methylenedioxymethamphetamine (MDMA, ecstasy) and gamma-hydroxybutyric acid (GHB) - http://www.ncbi.nlm.nih.gov/pubmed/16234132", + "3,4-Methylenedioxymethamphetamine (MDMA) neurotoxicity in rats: a reappraisal of past and present findings. - http://www.ncbi.nlm.nih.gov/pubmed/16541247", + "The effects of fluoxetine on the subjective and physiological effects of 3,4-methylenedioxymethamphetamine (MDMA) in humans - http://www.ncbi.nlm.nih.gov/pubmed/17047932", + "Neurogenic bladder and chronic urinary retention associated with MDMA abuse. - http://www.ncbi.nlm.nih.gov/pubmed/18570171", + "THC Prevents MDMA Neurotoxicity in Mice - http://www.ncbi.nlm.nih.gov/pubmed/20174577", + "Effects of a beta-blocker on the cardiovascular response to MDMA (Ecstasy). - http://www.ncbi.nlm.nih.gov/pubmed/20378736", + "Neurotoxicity of ecstasy (MDMA): an overview - http://www.ncbi.nlm.nih.gov/pubmed/20420572", + "MDMA: interactions with other psychoactive drugs - http://www.ncbi.nlm.nih.gov/pubmed/21756931", + "MDMA and temperature: a review of the thermal effects of 'Ecstasy' in humans. - http://www.ncbi.nlm.nih.gov/pubmed/21924843", + "MDMA (ecstasy) effects on actual driving performance before and after sleep deprivation, as function of dose and concentration in blood and oral... - http://www.ncbi.nlm.nih.gov/pubmed/21952668", + "MDMA increases glutamate release and reduces parvalbumin-positive GABAergic cells in the dorsal hippocampus of the rat: role of cyclooxygenase. - http://www.ncbi.nlm.nih.gov/pubmed/23179355", + "MDMA Illicit use of LSD or psilocybin, but not MDMA or nonpsychedelic drugs, is associated with mystical experiences in a dose-dependent manner. - http://www.ncbi.nlm.nih.gov/pubmed/23457892", + "Cocaine potentiates MDMA-induced oxidative stress but not dopaminergic neurotoxicity in mice: implications for the pathogenesis of free radical - http://www.ncbi.nlm.nih.gov/pubmed/23681166", + "MDMA-induced neurotoxicity: parameters of degeneration and recovery of brain serotonin neurons. - http://www.ncbi.nlm.nih.gov/pubmed/2452449", + "MDMA, cortisol, and heightened stress in recreational ecstasy users. - http://www.ncbi.nlm.nih.gov/pubmed/25014666", + "A study of the mechanism of MDMA ('ecstasy')-induced neurotoxicity of 5-HT neurones using chlormethiazole, dizocilpine and other protective compounds. - http://www.ncbi.nlm.nih.gov/pubmed/7516800", + "Inhibition of MAO-B protects against MDMA-induced neurotoxicity in the striatum. - http://www.ncbi.nlm.nih.gov/pubmed/7542394", + "MDMA (ecstasy) inhibition of MAO type A and type B: comparisons with fenfluramine and fluoxetine (Prozac). - http://www.ncbi.nlm.nih.gov/pubmed/7945733", + "Ecstasy use and serotonin syndrome: a neglected danger to adolescents and young adults prescribed selective serotonin reuptake inhibitors. - https://www.ncbi.nlm.nih.gov/pubmed/24006318", + "3,4-Methylenedioxymethamphetamine (ecstasy) and alcohol interactions in humans: psychomotor performance, subjective effects, and pharmacokinetics. - http://www.ncbi.nlm.nih.gov/pubmed/11752122", + "Putting an Ecstasy test kit to the test: harm reduction or harm induction? - http://www.ncbi.nlm.nih.gov/pubmed/14594341", + "MDMA Vasopressin and oxytocin secretion in response to the consumption of ecstasy in a clubbing population. - http://www.ncbi.nlm.nih.gov/pubmed/16574714", + "Monoamine oxidase-B mediates ecstasy-induced neurotoxic effects to adolescent rat brain mitochondria. - http://www.ncbi.nlm.nih.gov/pubmed/17881526", + "Increased oxytocin concentrations and prosocial feelings in humans after ecstasy (3,4-methylenedioxymethamphetamine) administration. - http://www.ncbi.nlm.nih.gov/pubmed/19562632", + "Neurotoxicity of ecstasy (MDMA): an overview. - http://www.ncbi.nlm.nih.gov/pubmed/20420572", + "Mephedrone, compared with MDMA (ecstasy) and amphetamine, rapidly increases both dopamine and 5-HT levels in nucleus accumbens of awake rats - http://www.ncbi.nlm.nih.gov/pubmed/21615721", + "Neurotoxicity of ecstasy and its metabolites in human dopaminergic differentiated SH-SY5Y cells. - http://www.ncbi.nlm.nih.gov/pubmed/23194825", + "Neuroprotective properties of melissa officinalis L. Extract against ecstasy-induced neurotoxicity. - http://www.ncbi.nlm.nih.gov/pubmed/23671824", + "Ecstasy use and serotonin syndrome: a neglected danger to adolescents and young adults prescribed selective serotonin reuptake inhibitors. - http://www.ncbi.nlm.nih.gov/pubmed/24006318", + "MDMA, cortisol, and heightened stress in recreational ecstasy users - http://www.ncbi.nlm.nih.gov/pubmed/25014666", + "History of MDMA - http://www.mdma.net/merck/history-ecstasy.html", + "Study associating long-term serotonergic injury from use of MDMA - http://www.ncbi.nlm.nih.gov/pubmed/7643196", + "Even after abstaining as long as 2.5 years, verbal memory deficits were still present in ex-mdma abuserd, indicating that the neurotoxicity may have some permanent damage features - http://m.jop.sagepub.com/content/20/2/211.short", + "http://onlinelibrary.wiley.com/doi/10.1002/nrc.20023/abstract Potentiation of (DL)-3,4-methylenedioxymethamphetamine (MDMA)-induced toxicity by the serotonin 2A receptior partial agonist d-lysergic acid diethylamide (LSD), and the protection of same by the serotonin 2A/2C receptor antagonist MDL 11,939" + ] + }, + "combos": { + "mushrooms": { + "status": "Low Risk & Synergy" + }, + "lsd": { + "status": "Low Risk & Synergy" + }, + "dmt": { + "status": "Low Risk & Synergy" + }, + "mescaline": { + "status": "Low Risk & Synergy" + }, + "dox": { + "status": "Caution", + "note": "The combined stimulating effects of the two can be uncomfortable. Coming down on the MDMA while the DOx is still active can be quite anxiogenic. " + }, + "nbomes": { + "status": "Caution" + }, + "2c-x": { + "status": "Low Risk & Synergy" + }, + "2c-t-x": { + "status": "Caution" + }, + "amt": { + "status": "Dangerous" + }, + "5-meo-xxt": { + "status": "Caution", + "note": "Some of the 5-MeO tryptamines are a bit unpredictable and should be mixed with MDMA with care" + }, + "cannabis": { + "status": "Low Risk & Synergy", + "note": "Large amounts of cannabis may cause strong and somewhat unpredictable experiences in combination with MDMA. Cannabis should be saved for towards the end of the experience if possible." + }, + "ketamine": { + "status": "Low Risk & Synergy", + "note": "No unexpected interactions, though likely to increase blood pressure but not an issue with sensible doses. Moving around on high doses of this combination may be ill advised due to risk of physical injury." + }, + "mxe": { + "status": "Caution", + "note": "There have been reports of risky serotonergic interactions when the two are taken at the same time, but MXE taken to the end of an MDMA experience does not appear to cause the same issues." + }, + "dxm": { + "status": "Dangerous" + }, + "pcp": { + "status": "Unsafe", + "note": "This combination can easily lead to hypermanic states" + }, + "nitrous": { + "status": "Low Risk & Synergy" + }, + "amphetamines": { + "status": "Low Risk & Synergy", + "note": "Amphetamines increase the neurotoxic effects of MDMA" + }, + "cocaine": { + "status": "Caution", + "note": "Cocaine blocks some of the desirable effects of MDMA while increasing the risk of heart attack." + }, + "caffeine": { + "status": "Caution", + "note": "Caffiene is not really necessary with MDMA and increases any neurotoxic effects from MDMA" + }, + "alcohol": { + "status": "Caution", + "note": "Both MDMA and alcohol cause dehydration. Approach this combination with caution, moderation and sufficient hydration. More than a small amount of alcohol will dull the euphoria of MDMA" + }, + "ghb/gbl": { + "status": "Caution", + "note": "Large amounts of GHB/GBL may overwhelm the effects of MDMA on the comedown." + }, + "opioids": { + "status": "Low Risk & No Synergy" + }, + "tramadol": { + "status": "Dangerous", + "note": "Tramadol and stimulants both increase the risk of seizures." + }, + "benzodiazepines": { + "status": "Low Risk & Decrease" + }, + "benzos": { + "status": "Low Risk & Decrease" + }, + "maois": { + "status": "Dangerous", + "note": "MAO-B inhibitors can increase the potency and duration of phenethylamines unpredictably. MAO-A inhibitors with MDMA will lead to hypertensive crises." + }, + "ssris": { + "status": "Low Risk & Decrease" + } + }, + "id": 98 + }, + "3-oh-phenazepam": { + "name": "3-oh-phenazepam", + "properties": { + "dose": "Light: 0.5-1mg Common: 1-2mg Heavy: 2-4mg", + "summary": "The 3-OH analogue of Phenazepam, which cuts the half life down quite a bit. Psychoactive effects are mostly lead by its metabolites, rather than the drug itself.", + "onset": "30-90 minutes.", + "duration": "10-24 hours.", + "avoid": "All other CNS depressants.", + "after-effects": "2-24 hours.", + "aliases": [ + "3-ho-phenazepam", + "3hophenazepam", + "3ohphenazepam", + "3-ho-p", + "3hop", + "3-oh-p", + "3ohp", + "3-hydroxyphenazepam" + ], + "categories": [ + "tentative", + "research-chemical", + "benzodiazepine", + "habit-forming", + "depressant" + ] + }, + "pretty_name": "3-OH-PHENAZEPAM", + "aliases": [ + "3-ho-phenazepam", + "3hophenazepam", + "3ohphenazepam", + "3-ho-p", + "3hop", + "3-oh-p", + "3ohp", + "3-hydroxyphenazepam" + ], + "categories": [ + "tentative", + "research-chemical", + "benzodiazepine", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "0.5-1mg", + "Common": "1-2mg", + "Heavy": "2-4mg" + } + }, + "formatted_duration": { + "value": "10-24", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-90", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "2-24", + "_unit": "hours" + }, + "id": 99 + }, + "nefiracetam": { + "name": "nefiracetam", + "properties": { + "summary": "Nootropic compound of the racetam family. Seems to enhance both GABAergic and cholinergic signalling. Long term use appears to be neuroprotective. Fat soluble.", + "dose": "Common: 150-450mg. | NOTE: Usually divided into three doses. Roughly around 0.5mg-1.6mg/kg.", + "onset": "30-60 minutes.", + "duration": "6-12 hours.", + "categories": [ + "nootropic", + "tentative", + "research-chemical" + ], + "after-effects": "1-8 hours.", + "aliases": [ + "nerfiracetam" + ] + }, + "pretty_name": "Nefiracetam", + "aliases": [ + "nerfiracetam" + ], + "categories": [ + "nootropic", + "tentative", + "research-chemical" + ], + "formatted_dose": { + "Common:": { + "Common": "150-450mg." + } + }, + "formatted_duration": { + "value": "6-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-60", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "dose_note": " NOTE: Usually divided into three doses. Roughly around 0.5mg-1.6mg/kg.", + "id": 100 + }, + "mdea": { + "name": "mdea", + "properties": { + "summary": "A quite rare empathogen closely related to MDMA. Yet is less potent than the prior.", + "onset": "30-60 minutes.", + "duration": "3-6 hours.", + "dose": "Light: 80-100mg Common: 100-150mg Strong: 150-200mg.", + "categories": [ + "stimulant", + "empathogen", + "tentative" + ], + "aliases": [ + "mde", + "eve" + ], + "after-effects": "1-36 hours." + }, + "pretty_name": "MDEA", + "aliases": [ + "mde", + "eve" + ], + "categories": [ + "stimulant", + "empathogen", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "80-100mg", + "Common": "100-150mg", + "Strong": "150-200mg." + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-60", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-36", + "_unit": "hours" + }, + "id": 101 + }, + "cyclopentyl-fentanyl": { + "name": "cyclopentyl-fentanyl", + "properties": { + "summary": "An analogue of fentanyl that is unknown in literature, seems to be less potent than its former being Acetyl-Fentanyl. Yet reports have yet to surface. Be careful.", + "aliases": [ + "cp-f", + "cpf" + ], + "categories": [ + "opioid", + "tentative", + "research-chemical", + "depressant", + "habit-forming" + ] + }, + "pretty_name": "CYCLOPENTYL-FENTANYL", + "aliases": [ + "cp-f", + "cpf" + ], + "categories": [ + "opioid", + "tentative", + "research-chemical", + "depressant", + "habit-forming" + ], + "id": 102 + }, + "dibutylone": { + "name": "dibutylone", + "properties": { + "summary": "Inactive.", + "categories": [ + "inactive" + ] + }, + "pretty_name": "Dibutylone", + "categories": [ + "inactive" + ], + "id": 103 + }, + "pentazocine": { + "name": "pentazocine", + "properties": { + "summary": "A synthetic opioid used as an analgesic. It is only used IM and IV in the medical field and has respiratory depressant effects. It is pregnancy category C and schedule IV in the US.", + "aliases": [ + "talwin" + ], + "dose": "IM Light: 10-20mg Common: 20mg-30mg Strong: 30-60mg ( Do NOT Exceed 60mg) | IV Light: 5-10mg Common: 10-20mg Strong: 30mg (Do NOT Exceed 30mg)", + "duration": "IM: 2-3 hours | IV: 2-3 hours", + "avoid": "All other CNS depressants", + "onset": "IM 15-20 minutes | IV 2-3 minutes", + "categories": [ + "habit-forming", + "depressant", + "opioid" + ], + "warning": "When mixed with a barbituate in a syringe it will crystallize which can be fatal.", + "bioavailability": "Oral 20%", + "after-effects": "1-12 hours." + }, + "pretty_name": "Pentazocine", + "aliases": [ + "talwin" + ], + "categories": [ + "habit-forming", + "depressant", + "opioid" + ], + "formatted_dose": { + "IM": { + "Light": "10-20mg", + "Common": "20mg-30mg", + "Strong": "30-60mg" + }, + "IV": { + "Light": "5-10mg", + "Common": "10-20mg", + "Strong": "30mg" + } + }, + "formatted_duration": { + "IM": "2-3", + "IV": "2-3", + "_unit": "hours" + }, + "formatted_onset": { + "IM": "15-20", + "IV": "2-3", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "sources": { + "_general": [ + "information for dose duration onset warning and summary - Book - 2015 Jones and Bartlett Nurse's drug handbook fourteenth edition - page 929" + ] + }, + "id": 104 + }, + "3-mec": { + "name": "3-mec", + "properties": { + "summary": "Another cathinone based stimulant, that is weaker than 4-MEC. Very few reports since it is quite unpopular.", + "dose": "Oral Light: 50-100mg Common: 100-175mg Strong: 175-250mg+ | Insufflated: Light: 25-50mg Common: 50-100mg Strong: 100-150mg+", + "onset": "Oral: 45-90 minutes. Insufflated: 5-15 minutes.", + "duration": "Oral: 2-5 hours. | Insufflated: 1-1.5 hours.", + "after-effects": "Oral: 2-5 hours. | Insufflated: 1-3 hours.", + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ] + }, + "pretty_name": "3-MEC", + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "50-100mg", + "Common": "100-175mg", + "Strong": "175-250mg+" + }, + "Insufflated:": { + "Insufflated": "Light", + "Common": "50-100mg", + "Strong": "100-150mg+" + } + }, + "formatted_duration": { + "Oral": "2-5", + "Insufflated": "1-1.5", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "45-90", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "Oral": "2-5", + "Insufflated": "1-3", + "_unit": "hours" + }, + "id": 105 + }, + "zopiclone": { + "name": "zopiclone", + "properties": { + "effects": "Lethargy, tiredness, a dreamlike state while awake, can induce heavy sleep.", + "categories": [ + "depressant", + "habit-forming", + "common" + ], + "dose": "Oral Threshold: 3.5mg Light: 3.5-5mg Common: 5-7.5mg Strong: 7.5-15mg Heavy: 15-22.5mg", + "onset": "15 - 30 minutes (on empty stomach)", + "duration": "3.5-9 hours", + "aliases": [ + "imovane", + "zimovane" + ], + "summary": "A nonbenzodiazepine sedative sleep aid (Z-drug), which can have hallucinogenic effects if taken while awake. Often causes users to have a metallic taste in the mouth for ~12h. Has been reported in some cases to cause certain users to black out, redose excessively and undertake dangerous activities such as driving.", + "contraindictions": "Liver disease, myasthenia gravis, severe chronic bronchitis, emphysema, sleep apnea, thyroid gland abnormalities, trimipramine, caffeine, alcohol, erythromycin, itraconazole, rifampicin, phenytoin, carbamazepine, ketoconazole, sulfaphenazole, and nefazodone", + "chemistry": "IUPAC: (RS)-6-(5-chloropyridin-2-yl)-7-oxo-6,7-dihydro-5H-pyrrolo[3,4-b]pyrazin-5-yl 4-methylpiperazine-1-carboxylate | Formula: C17H17ClN6O3 | Molecular Mass: 388.808 g/mol", + "pharmacology": "GABA-A receptor positive allosteric modulator; Benzodiazepine receptor agonist", + "pharmacokinetics": "Protein Binding: 45 - 80% | Metabolism: various cytochrome P450 liver enzymes | Excretion: respiration (~50%) and urine (7 - 10 %)", + "legal": "Australia: Prescription Only (S4) | United Kingdom: Controlled Drug (POM) | United States: Schedule IV", + "after-effects": "1-12 hours." + }, + "pretty_name": "Zopiclone", + "aliases": [ + "imovane", + "zimovane" + ], + "categories": [ + "depressant", + "habit-forming", + "common" + ], + "formatted_dose": { + "Oral": { + "Threshold": "3.5mg", + "Light": "3.5-5mg", + "Common": "5-7.5mg", + "Strong": "7.5-15mg", + "Heavy": "15-22.5mg" + } + }, + "formatted_duration": { + "value": "3.5-9", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15", + "_unit": "minutes" + }, + "formatted_effects": [ + "Lethargy", + "tiredness", + "a dreamlike state while awake", + "can induce heavy sleep", + "" + ], + "pweffects": { + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Muscle relaxation": "https://psychonautwiki.org/wiki/Muscle_relaxation", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "sources": { + "_general": [ + "Dependence potential of zopiclone studied in monkeys - http://www.ncbi.nlm.nih.gov/pubmed/6892368" + ] + }, + "id": 106 + }, + "u-47700": { + "name": "u-47700", + "properties": { + "summary": "A µ-opioid receptor agonist that is related to AH-7921. Having a very short duration.", + "duration": "Oral: 5-7 hours. | Insufflated/Plugged: 3-4 hours. | Intravenous: 1-2 hours.", + "dose": "Oral Light: 5-7.5mg Common: 7.5-15mg Strong: 15-25mg Heavy: 25+mg.", + "categories": [ + "opioid", + "research-chemical", + "habit-forming", + "depressant" + ], + "avoid": "All other CNS depressants", + "onset": "Oral: 15 minutes. | Insufflated/Plugged: 15 minutes | Intravenous: 0-1 minutes.", + "aliases": [ + "u47700" + ], + "effects": "Euphoria, Dry Mouth, Mood lift, Itchiness, Relaxant, Constipation, Pupil constriction, Analgesia.", + "after-effects": "1-4 hours." + }, + "pretty_name": "U-47700", + "aliases": [ + "u47700" + ], + "categories": [ + "opioid", + "research-chemical", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "5-7.5mg", + "Common": "7.5-15mg", + "Strong": "15-25mg", + "Heavy": "25+mg." + } + }, + "formatted_duration": { + "Oral": "5-7", + "Insufflated/Plugged": "3-4", + "Intravenous": "1-2", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15", + "Insufflated/Plugged": "15", + "Intravenous": "0-1", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "Dry Mouth", + "Mood lift", + "Itchiness", + "Relaxant", + "Constipation", + "Pupil constriction", + "Analgesia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_U47700.shtml" + }, + "pweffects": { + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Cognitive fatigue": "https://psychonautwiki.org/wiki/Cognitive_fatigue", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Constipation": "https://psychonautwiki.org/wiki/Constipation", + "Cough suppression": "https://psychonautwiki.org/wiki/Cough_suppression", + "Depression": "https://psychonautwiki.org/wiki/Depression", + "Difficulty urinating": "https://psychonautwiki.org/wiki/Difficulty_urinating", + "Irritability": "https://psychonautwiki.org/wiki/Irritability", + "Itchiness": "https://psychonautwiki.org/wiki/Itchiness", + "Pain relief": "https://psychonautwiki.org/wiki/Pain_relief", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Pupil constriction": "https://psychonautwiki.org/wiki/Pupil_constriction", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration" + }, + "formatted_aftereffects": { + "value": "1-4", + "_unit": "hours" + }, + "id": 107 + }, + "25t-4-nbome": { + "name": "25t-4-nbome", + "properties": { + "dose": "Sublingual Light: 150-300ug Common: 300-750ug Strong: 750-1200ug.", + "duration": "5-9 hours.", + "after-effects": "2-12 hours.", + "categories": [ + "tentative", + "psychedelic", + "research-chemical" + ], + "onset": "20-45 minutes.", + "aliases": [ + "25t4-nbome" + ], + "summary": "A psychedelic RC of the NBOMe class of drugs that is expected to cause hallucinations. Limited human use has been recorded on this drug and caution should be used with dosing." + }, + "pretty_name": "25T-4-NBOMe", + "aliases": [ + "25t4-nbome" + ], + "categories": [ + "tentative", + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Sublingual": { + "Light": "150-300ug", + "Common": "300-750ug", + "Strong": "750-1200ug." + } + }, + "formatted_duration": { + "value": "5-9", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "2-12", + "_unit": "hours" + }, + "id": 108 + }, + "5-meo-dalt": { + "name": "5-meo-dalt", + "properties": { + "summary": "A strange drug with an unknown mechanism of action. Some psychedelic effects alongside some effects non-characteristic of psychedelics like appetite enhancement. Reported as having rapid, intense and short acting entheogenic effects.", + "dose": "Oral Threshold: 4-5mg Light: 5-12mg Common: 12-20mg Strong: 20+mg | Vaporized Light: 2-5mg Common: 5-15mg Strong: 15+mg", + "onset": "oral: 15-30 minutes. Smoked: 1-2 minutes.", + "duration": "Oral: 2-4 hours. Smoked: 20-30 minutes.", + "after-effects": "Oral: 1-2 hours. Smoked: 5-10 minutes.", + "avoid": "MAOI's.", + "aliases": [ + "5meodalt" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "5-MeO-DALT", + "aliases": [ + "5meodalt" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Threshold": "4-5mg", + "Light": "5-12mg", + "Common": "12-20mg", + "Strong": "20+mg" + }, + "Vaporized": { + "Light": "2-5mg", + "Common": "5-15mg", + "Strong": "15+mg" + } + }, + "formatted_duration": { + "Oral": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "oral": "15-30", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_5MeODALT.shtml" + }, + "pweffects": { + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Symmetrical texture repetition": "https://psychonautwiki.org/wiki/Symmetrical_texture_repetition", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Temperature regulation suppression": "https://psychonautwiki.org/wiki/Temperature_regulation_suppression", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought connectivity": "https://psychonautwiki.org/wiki/Thought_connectivity", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Tracers": "https://psychonautwiki.org/wiki/Tracers", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "Oral": "1-2", + "_unit": "hours" + }, + "id": 109 + }, + "memantine": { + "name": "memantine", + "properties": { + "summary": "An NMDA-antagonist that if used recreationally can cause to a very prolonged \"hole\" lasting up to 16+ hours.", + "onset": "30-90 minutes.", + "duration": "12-72 hours", + "dose": "Oral Low: 10-20mg Common: 20-40mg Heavy: 40-80mg+", + "categories": [ + "dissociative", + "tentative" + ], + "after-effects": "1-72 hours." + }, + "pretty_name": "Memantine", + "categories": [ + "dissociative", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Low": "10-20mg", + "Common": "20-40mg", + "Heavy": "40-80mg+" + } + }, + "formatted_duration": { + "value": "12-72", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-90", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-72", + "_unit": "hours" + }, + "sources": { + "_general": [ + "Memantine prevents aluminum-induced cognitive deficit in rats. - https://www.ncbi.nlm.nih.gov/pubmed/21741993" + ] + }, + "id": 110 + }, + "aniracetam": { + "name": "aniracetam", + "properties": { + "summary": "An anxiolytic nootropic which modulates the AMPA receptor. Significantly more potent than racetam. May have positive effects on memory and cognition. Little recreational value. Sold in Europe as a prescription drug, but not approved by the FDA in the US.", + "dose": "Oral Common: 1500mg", + "duration": "2-4 hours.", + "categories": [ + "research-chemical", + "nootropic" + ], + "onset": "Rapid", + "bioavaiability": "Oral: 8.6-11.4% (This is due to the extensive first pass hepatic metabolism) Presumably higher when taken with fatty acids.", + "after-effects": "1-4 hours." + }, + "pretty_name": "Aniracetam", + "categories": [ + "research-chemical", + "nootropic" + ], + "formatted_dose": { + "Oral": { + "Common": "1500mg" + } + }, + "formatted_duration": { + "value": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "value": "Rapid" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Aniracetam.shtml" + }, + "formatted_aftereffects": { + "value": "1-4", + "_unit": "hours" + }, + "id": 111 + }, + "fluoxetine": { + "name": "fluoxetine", + "properties": { + "categories": [ + "ssri" + ], + "aliases": [ + "prozac", + "sarafem" + ] + }, + "pretty_name": "Fluoxetine", + "aliases": [ + "prozac", + "sarafem" + ], + "categories": [ + "ssri" + ], + "id": 112 + }, + "a-pvt": { + "name": "a-pvt", + "properties": { + "summary": "A rare stimulant drug related to a-PVP, very uncommon. Probably less potent than a-PVP, however little data exists on this compound or its effects on humans.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "onset": "Oral 10-30 minutes. | Insufflated 1-10 minutes. | Vapourized 1-2 minutes.", + "duration": "Oral 2-4 hours. | Insufflated 2-4 hours. | Vapourized 1-2 hours.", + "after-effects": "1-4 hours.", + "aliases": [ + "apvt" + ] + }, + "pretty_name": "α-PVT", + "aliases": [ + "apvt" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_duration": { + "Oral": "2-4", + "Insufflated": "2-4", + "Vapourized": "1-2", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "10-30", + "Insufflated": "1-10", + "Vapourized": "1-2", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-4", + "_unit": "hours" + }, + "id": 113 + }, + "bzp": { + "name": "bzp", + "properties": { + "onset": "30-45 minutes.", + "duration": "4-6 hours.", + "after-effects": "2-4 hours.", + "summary": "A stimulant that was sold as \"legal ecstasy\" in the late 2000s, and was one of the first drugs widely marketed as a \"research chemical.\" It has a much less favourable effect profile and has fallen out of popularity greatly since it was banned in many countries.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "dose": "Oral Light: 40-70mg Common: 70-100mg Strong: 100-130mg Heavy: 130mg+" + }, + "pretty_name": "BZP", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "40-70mg", + "Common": "70-100mg", + "Strong": "100-130mg", + "Heavy": "130mg+" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "2-4", + "_unit": "hours" + }, + "id": 114 + }, + "2c-ip": { + "name": "2c-ip", + "properties": { + "onset": "45-90 minutes.", + "duration": "12-16 hours.", + "after-effects": "4-8 hours.", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "summary": "Isopropyl analog (branched analog) of 2C-P with a slightly shorter duration and lower potency.", + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "test-kits": "Marquis: Orange > Red. | Mecke: Yellow > Brown. | Mandelin: Green. | Ehrlich: No colour change." + }, + "pretty_name": "2C-IP", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "none": { + "Threshold": "5mg", + "Light": "5-15mg", + "Common": "15-30mg", + "Heavy": "30-45mg" + } + }, + "formatted_duration": { + "value": "12-16", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "formatted_aftereffects": { + "value": "4-8", + "_unit": "hours" + }, + "id": 115 + }, + "doc": { + "name": "doc", + "properties": { + "summary": "A potent stimulating psychedelic with a long action, a phenethylamine and substituted amphetamine. Sometimes sold as LSD but also enjoyed on its own merits by many. Usually sold on blotters slightly larger than those LSD is found on, but can also be bought in powder form.", + "dose": "Oral Light: 1-1.5mg Common: 1.5-2mg Strong: 2-4mg Heavy: 4mg+", + "onset": "30-150 minutes (Highly dependant on dose)", + "duration": "10-20 hours. (Dependant on dose)", + "after-effects": "6-12 hours.", + "categories": [ + "psychedelic", + "stimulant", + "research-chemical", + "common" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "DOC", + "categories": [ + "psychedelic", + "stimulant", + "research-chemical", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "1-1.5mg", + "Common": "1.5-2mg", + "Strong": "2-4mg", + "Heavy": "4mg+" + } + }, + "formatted_duration": { + "value": "10-20", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-150", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_DOC.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal064.shtml" + }, + "formatted_aftereffects": { + "value": "6-12", + "_unit": "hours" + }, + "id": 116 + }, + "4-ho-mpmi": { + "name": "4-ho-mpmi", + "properties": { + "summary": "A rare tryptamine derivative first synthesised by David Nichols. This drug, also known as lucigenol, has rarely been documented outside the lab. It is known to be a psychedelic similar to other psychoactive tryptamines, with a potency similar to DOI, but little else is known.", + "duration": "6-8 hours.", + "dose": "Oral Threshold: 500-750ug. Light: 750ug-1mg Common: 1-2mg. | Note, this substance has never been reported on past 2mg's. Use you're judgement; It's near eqipotent to DOI.", + "aliases": [ + "lucigenol" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "onset": "15-60 minutes." + }, + "pretty_name": "4-HO-MPMI", + "aliases": [ + "lucigenol" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Threshold": "500-750ug.", + "Light": "750ug-1mg", + "Common": "1-2mg." + } + }, + "formatted_duration": { + "value": "6-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "dose_note": " Note, this substance has never been reported on past 2mg's. Use you're judgement; It's near eqipotent to DOI.", + "id": 117 + }, + "dpt": { + "name": "dpt", + "properties": { + "dose": "Oral Light: 75-125mg Common: 125-200mg Strong: 200-250mg | Insufflated Light: 20-50 Common: 50-100mg Strong: 100-150mg | IM Threshold: 5-10mg Light: 10-35mg Common: 35-60mg Strong: 60-100mg | Smoked Threshold: 5-10mg Light: 15-30mg Common: 30-50mg Strong: 50-100mg", + "onset": "Oral: 20-60 minutes | Insufflated: 5-20 minutes | IM: 2-10 minutes | Smoked: 0-1 minutes", + "duration": "Oral: 2-4 hours | Insufflated: 3-4 hours. | IM: 3-4 hours. | Smoked: 0.5-1.5 hours.", + "after-effects": "Oral: 2-3 hours | Insufflated: 3-4 hours | IM: 2-4 hours | Smoked: 2-4 hours", + "effects": "A psychedelic tryptamine with \"a wide range of effects at any particular dose depending on the individual\"", + "aliases": [ + "dipropyltryptamine" + ], + "summary": "N,N-Dipropyltryptamine, a psychedelic tryptamine compound and lesser-known analogue of DMT, with similar psychedelic effects. Like DMT it is a partial serotonin receptor agonist.", + "categories": [ + "psychedelic", + "research-chemical" + ] + }, + "pretty_name": "DPT", + "aliases": [ + "dipropyltryptamine" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "75-125mg", + "Common": "125-200mg", + "Strong": "200-250mg" + }, + "Insufflated": { + "Light": "20-50", + "Common": "50-100mg", + "Strong": "100-150mg" + }, + "IM": { + "Threshold": "5-10mg", + "Light": "10-35mg", + "Common": "35-60mg", + "Strong": "60-100mg" + }, + "Smoked": { + "Threshold": "5-10mg", + "Light": "15-30mg", + "Common": "30-50mg", + "Strong": "50-100mg" + } + }, + "formatted_duration": { + "Oral": "2-4", + "Insufflated": "3-4", + "IM": "3-4", + "Smoked": "0.5-1.5", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "20-60", + "Insufflated": "5-20", + "IM": "2-10", + "Smoked": "0-1", + "_unit": "minutes" + }, + "formatted_effects": [ + "A psychedelic tryptamine with \"a wide range of effects at any particular dose depending on the individual\"" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_DPT.shtml", + "tihkal": "https://www.erowid.org/library/books_online/tihkal/tihkal09.shtml" + }, + "pweffects": { + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "After images": "https://psychonautwiki.org/wiki/After_images", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Changes in gravity": "https://psychonautwiki.org/wiki/Changes_in_gravity", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour replacement": "https://psychonautwiki.org/wiki/Colour_replacement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Headaches": "https://psychonautwiki.org/wiki/Headaches", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Machinescapes": "https://psychonautwiki.org/wiki/Machinescapes", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Muscle spasms": "https://psychonautwiki.org/wiki/Muscle_spasms", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Recursion": "https://psychonautwiki.org/wiki/Recursion", + "Rejuvenation": "https://psychonautwiki.org/wiki/Rejuvenation", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Subconscious communication": "https://psychonautwiki.org/wiki/Subconscious_communication", + "Symmetrical texture repetition": "https://psychonautwiki.org/wiki/Symmetrical_texture_repetition", + "Tracers": "https://psychonautwiki.org/wiki/Tracers", + "Transformations": "https://psychonautwiki.org/wiki/Transformations", + "Unity and interconnectedness": "https://psychonautwiki.org/wiki/Unity_and_interconnectedness", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "Oral": "2-3", + "Insufflated": "3-4", + "IM": "2-4", + "Smoked": "2-4", + "_unit": "hours" + }, + "id": 118 + }, + "dexedrine": { + "name": "dexedrine", + "properties": { + "summary": "A highly abusable stimulant. It is rarely prescribed in the US to treat ADHD, and is very similar in effects to Adderall, as its main ingredient is 75% of what adderall is.", + "categories": [ + "stimulant", + "habit-forming", + "common" + ], + "dose": "Light: 5-10mg Common: 10-20mg Strong: 20-30mg.", + "onset": "20-60 minutes.", + "duration": "3-6 hours.", + "after-effects": "2-24 hours.", + "avoid": "Other stimulants.", + "aliases": [ + "dextroamphetamine", + "dexamfetamine" + ] + }, + "pretty_name": "Dexedrine", + "aliases": [ + "dextroamphetamine", + "dexamfetamine" + ], + "categories": [ + "stimulant", + "habit-forming", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "5-10mg", + "Common": "10-20mg", + "Strong": "20-30mg." + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-60", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "2-24", + "_unit": "hours" + }, + "sources": { + "_general": [ + "pregnancy category C according to the FDA - http://www.accessdata.fda.gov/drugsatfda_docs/label/2007/017078s042lbl.pdf" + ] + }, + "id": 119 + }, + "methoxypiperamide": { + "name": "methoxypiperamide", + "properties": { + "summary": "Drug of the Piperazine class. The 4-Methoxy-α-keto analogue of Methylbenzylpiperazine. Seemingly inactive on its own. Was sold in tandem with Mephtetramine.", + "categories": [ + "inactive", + "research-chemical" + ] + }, + "pretty_name": "Methoxypiperamide", + "categories": [ + "inactive", + "research-chemical" + ], + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 120 + }, + "buprenorphine": { + "name": "buprenorphine", + "properties": { + "summary": "A semi-synthetic opioid analgesic also known as subutex. Often administered as Butrans patches, or in combination with Naloxone as Suboxone, a heroin replacement therapy drug. Will cause withdrawals if you have an opioid tolerance and don't wait long enough (typically around 48 hours) before taking this.", + "duration": "Low Dose: 8-12 hours High Dose: 24-72 hours", + "onset": "60-90 minutes", + "bioavailability": "Oral 22% | Sublingual 30% | Intramuscular 90-100%", + "dose": "\u000303Light\u0003: 1-2mg \u000308Common\u0003: 3-6mg \u000304Strong\u0003: 6-8mg \u000305Heavy\u0003: 8mg+ | \u0002WARNING\u0003: These doses are for tolerant users, new users can require as little as 0.1mg.", + "aliases": [ + "suboxone", + "subs", + "bupe" + ], + "categories": [ + "opioid", + "habit-forming", + "depressant" + ], + "effects": "Euphoria, Dry Mouth, Mood lift, Itchiness, Relaxant, Constipation, Pupil constriction, Analgesia.", + "after-effects": "1-16 hours." + }, + "pretty_name": "Buprenorphine", + "aliases": [ + "suboxone", + "subs", + "bupe" + ], + "categories": [ + "opioid", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "\u000303Light\u0003:": {}, + "\u0002WARNING\u0003:": {} + }, + "formatted_duration": { + "Low": "Dose", + "_unit": "hours" + }, + "formatted_onset": { + "value": "60-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "Dry Mouth", + "Mood lift", + "Itchiness", + "Relaxant", + "Constipation", + "Pupil constriction", + "Analgesia", + "" + ], + "formatted_aftereffects": { + "value": "1-16", + "_unit": "hours" + }, + "dose_note": " NOTE: The ceiling dose for Buprenorphine is usually between 16mg and 32mg, anything above this will not produce any increase in effects. Also, after dosing 4mg your opioid receptors are completely covered.", + "sources": { + "_general": [ + "https://www.ncbi.nlm.nih.gov/pubmed/10928310-Effects of buprenorphine versus buprenorphine/naloxone tablets in non-dependent opioid abusers." + ] + }, + "id": 121 + }, + "u-49900": { + "name": "u-49900", + "properties": { + "summary": "A substance that is an analogue of U-47700, yet doesn't share much with it. If you are interested in trying it, I recommend reading this. https://www.reddit.com/r/researchchemicals/comments/5gbo3e/u49900_experiment_and_warning/", + "categories": [ + "opioid", + "dissociative", + "research-chemical", + "tentative" + ] + }, + "pretty_name": "U-49900", + "categories": [ + "opioid", + "dissociative", + "research-chemical", + "tentative" + ], + "id": 122 + }, + "mdpa": { + "name": "mdpa", + "properties": { + "summary": "An obscure substituted methylenedioxyphenethylamine with practically no history of human use. Its pharmacological profile is largely unknown, but potentially exhibits similar properties to other MDxx compounds. May be a monoamine releaser, reuptake inhibitor or both.", + "duration": "2-4 hours", + "dose": "Oral Light: 75-125mg Common: 125-175mg Strong: 175-250mg Heavy: 250+mg.", + "categories": [ + "empathogen", + "research-chemical", + "habit-forming", + "tentative" + ], + "aliases": [ + "methylenedioxyphenylacetamide" + ], + "onset": "15-45 minutes." + }, + "pretty_name": "MDPA", + "aliases": [ + "methylenedioxyphenylacetamide" + ], + "categories": [ + "empathogen", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "75-125mg", + "Common": "125-175mg", + "Strong": "175-250mg", + "Heavy": "250+mg." + } + }, + "formatted_duration": { + "value": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-45", + "_unit": "minutes" + }, + "id": 123 + }, + "tetrazepam": { + "name": "tetrazepam", + "properties": { + "summary": "A benzodiazepine that has most of the properties of more common benzodiazepines. Yet was taken off the market in 2013. Has been noted to be more euphoric than most others.", + "onset": "Oral: 15-35 minutes.", + "duration": "Oral: 6-10 hours.", + "dose": "Light: 25-50mg Common: 50-100mg Strong: 100-200mg+", + "after-effects": "1-12 hours.", + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "avoid": "All other CNS depressants." + }, + "pretty_name": "Tetrazepam", + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "25-50mg", + "Common": "50-100mg", + "Strong": "100-200mg+" + } + }, + "formatted_duration": { + "Oral": "6-10", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-35", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 124 + }, + "25h-nbome": { + "name": "25h-nbome", + "properties": { + "summary": "A rare psychedelic stimulant and bomamine. A derivative of 2C-H, but many times more potent. Likely to have hallucinogenic, stimulant and vasoconstrictive properties which may be dangerous at high doses. A heavy body load is to be expected.", + "duration": "3-5 hours.", + "onset": "30-90 minutes.", + "dose": "NOTE: This chemical has an extremely odd response curve. Some get effects from 2mg while other don't until around the 7mg range. If you plan to use this chemical start with a low dose and work your way up.", + "after-effects": "2-3 hours.", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "aliases": [ + "25h", + "25-h-nbome" + ], + "test-kits": "Marquis: Light Brown > Brown. | Mecke: Yellow > Green/Brown. | Mandelin: Green/Brown > Orange. | Simon's: Orange > Black." + }, + "pretty_name": "25H-NBOMe", + "aliases": [ + "25h", + "25-h-nbome" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "NOTE": "This" + } + }, + "formatted_duration": { + "value": "3-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "formatted_aftereffects": { + "value": "2-3", + "_unit": "hours" + }, + "id": 125 + }, + "eflea": { + "name": "eflea", + "properties": { + "summary": "Prodrug for EDMA. May be inactive.", + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "inactive" + ] + }, + "pretty_name": "EFLEA", + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "inactive" + ], + "id": 126 + }, + "mexedrone": { + "name": "mexedrone", + "properties": { + "summary": "Mexedrone is a stimulant drug of the cathinone class. It alters the reuptake of serotonin, dopamine, and norepinephrine to cause euphoria, and is similar in effects to mephedrone. It is considered a designer drug and is in a legally grey area globally.", + "categories": [ + "empathogen", + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "dose": "Oral Light: 75-150mg Common: 150-200 Strong: 200-300mg+ | Insufflated Light: 50-80mg Common: 80-120mg Strong: 120-200mg+", + "duration": "1-3 hours.", + "after-effects": "Oral: 2-6 | Insufflated: 1-4 hours.", + "warning": "Caution: not much is known about how mexedrone affects the body as it is relatively new, be cautious with doses and how you use it.", + "onset": "Oral: 30-60 minutes. | Insufflated: 3-10 minutes.", + "aliases": [ + "4-mmeoc" + ] + }, + "pretty_name": "Mexedrone", + "aliases": [ + "4-mmeoc" + ], + "categories": [ + "empathogen", + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "75-150mg", + "Common": "150-200", + "Strong": "200-300mg+" + }, + "Insufflated": { + "Light": "50-80mg", + "Common": "80-120mg", + "Strong": "120-200mg+" + } + }, + "formatted_duration": { + "value": "1-3", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "30-60", + "Insufflated": "3-10", + "_unit": "minutes" + }, + "pweffects": { + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Dehydration": "https://psychonautwiki.org/wiki/Dehydration", + "Increased perspiration": "https://psychonautwiki.org/wiki/Increased_perspiration", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Teeth grinding": "https://psychonautwiki.org/wiki/Teeth_grinding", + "Temperature regulation suppression": "https://psychonautwiki.org/wiki/Temperature_regulation_suppression", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought connectivity": "https://psychonautwiki.org/wiki/Thought_connectivity", + "Vibrating vision": "https://psychonautwiki.org/wiki/Vibrating_vision" + }, + "formatted_aftereffects": { + "Oral": "2-6", + "Insufflated": "1-4", + "_unit": "hours" + }, + "id": 127 + }, + "dob": { + "name": "dob", + "properties": { + "summary": "DOB is a relatively uncommon synthetic psychedelic. It is best known for its very low doses and long duration. Historically it has rarely been taken deliberately, but in place of LSD, however it has recently found its own place in the research chemical scene.", + "onset": "30-120 minutes.", + "duration": "8-24 hours.", + "dose": "Oral Threshold: 500ug Light: 750ug Common: 750-1100ug Heavy: 1100-1500ug Dangerous: 3000ug", + "after-effects": "2-12 hours", + "marquis": "Olive Green - Yellow", + "categories": [ + "psychedelic", + "stimulant", + "research-chemical" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "DOB", + "categories": [ + "psychedelic", + "stimulant", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Threshold": "500ug", + "Light": "750ug", + "Common": "750-1100ug", + "Heavy": "1100-1500ug", + "Dangerous": "3000ug" + } + }, + "formatted_duration": { + "value": "8-24", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-120", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_DOB.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal062.shtml" + }, + "formatted_aftereffects": { + "value": "2-12", + "_unit": "hours" + }, + "id": 128 + }, + "pemoline": { + "name": "pemoline", + "properties": { + "summary": "A stimulant of the 4-oxazolidinone class. Was used as a medication for ADHD and Narcolepsy, yet was pulled from most markets due to liver failures among children.", + "dose": "Low: 10-20mg Common: 20-40mg Strong: 40-80mg.", + "onset": "15-30 minutes.", + "duration": "4-6 hours.", + "after-effects": "1-6 hours.", + "categories": [ + "stimulant", + "habit-forming" + ] + }, + "pretty_name": "Pemoline", + "categories": [ + "stimulant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Low": "10-20mg", + "Common": "20-40mg", + "Strong": "40-80mg." + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 129 + }, + "4-ho-met": { + "name": "4-ho-met", + "properties": { + "summary": "A lesser known psychedelic tryptamine. Functional analogue of Psilocin. Very poorly soluble in water and alcohol.", + "effects": "A trip similar to mushrooms, hallucination and general shift in consciousness.", + "onset": "Oral: 5-60 minutes | Insufflated: 5-25 minutes | Intravenous: 2-10 minutes", + "duration": "3-7 hours Intravenous 2-4 Hours", + "after-effects": "2-8 hours.", + "detection": "Not known to be tested for in any standard drug tests", + "dose": "Oral Light: 10mg Common: 10-15mg Strong: 20mg+ | Intravenous Light: 5mg Common: 10-15mg Strong: 20mg+", + "aliases": [ + "4homet", + "homet", + "metocin", + "ethocin" + ], + "categories": [ + "psychedelic", + "research-chemical", + "common" + ] + }, + "pretty_name": "4-HO-MET", + "aliases": [ + "4homet", + "homet", + "metocin", + "ethocin" + ], + "categories": [ + "psychedelic", + "research-chemical", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "10mg", + "Common": "10-15mg", + "Strong": "20mg+" + }, + "Intravenous": { + "Light": "5mg", + "Common": "10-15mg", + "Strong": "20mg+" + } + }, + "formatted_duration": { + "value": "3-7", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "5-60", + "Insufflated": "5-25", + "Intravenous": "2-10", + "_unit": "minutes" + }, + "formatted_effects": [ + "A trip similar to mushrooms", + "hallucination and general shift in consciousness", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_4HOMET.shtml", + "tihkal": "https://www.erowid.org/library/books_online/tihkal/tihkal21.shtml" + }, + "pweffects": { + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Bodily control enhancement": "https://psychonautwiki.org/wiki/Bodily_control_enhancement", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Depth perception distortions": "https://psychonautwiki.org/wiki/Depth_perception_distortions", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Perspective distortions": "https://psychonautwiki.org/wiki/Perspective_distortions", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Symmetrical texture repetition": "https://psychonautwiki.org/wiki/Symmetrical_texture_repetition", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought loops": "https://psychonautwiki.org/wiki/Thought_loops", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Tracers": "https://psychonautwiki.org/wiki/Tracers", + "Transformations": "https://psychonautwiki.org/wiki/Transformations", + "Unity and interconnectedness": "https://psychonautwiki.org/wiki/Unity_and_interconnectedness", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "2-8", + "_unit": "hours" + }, + "id": 130 + }, + "methamnetamine": { + "name": "methamnetamine", + "properties": { + "onset": "10-30 minutes.", + "duration": "3-6 hours.", + "dose": "Oral Light: 60-80mg Common: 80-120mg Strong: 120-150mg Heavy: 150mg+", + "aliases": [ + "methylnaphetamine", + "mnt", + "n-methyl-pal-287" + ], + "categories": [ + "psychedelic", + "stimulant", + "research-chemical", + "tentative", + "empathogen", + "habit-forming" + ], + "summary": "A selective serotonin releaser, which also shows some light psychedelic activity. Almost always taken with a stimulant, to cause euphoric effects.", + "after-effects": "1-6 hours." + }, + "pretty_name": "Methamnetamine", + "aliases": [ + "methylnaphetamine", + "mnt", + "n-methyl-pal-287" + ], + "categories": [ + "psychedelic", + "stimulant", + "research-chemical", + "tentative", + "empathogen", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "60-80mg", + "Common": "80-120mg", + "Strong": "120-150mg", + "Heavy": "150mg+" + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 131 + }, + "centrophenoxine": { + "name": "centrophenoxine", + "properties": { + "summary": "Cholinergic compound with a DMAE compotent. Is thought to help in reversing some signs of aging. Naturally found substance, most notably in fish.", + "aliases": [ + "lucidril", + "meclofenoxate" + ], + "dose": "250mg 1-6x a day.", + "duration": "4-8 hours.", + "categories": [ + "nootropic", + "tentative", + "stimulant" + ] + }, + "pretty_name": "Centrophenoxine", + "aliases": [ + "lucidril", + "meclofenoxate" + ], + "categories": [ + "nootropic", + "tentative", + "stimulant" + ], + "formatted_dose": { + "250mg": {} + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "id": 132 + }, + "4-cma": { + "name": "4-cma", + "properties": { + "summary": "The stimulant that is the N-Methyl Derivative and prodrug of the neurotoxic para-Chloroamphetamine.", + "warning": "Prodrug of the Neurotoxic para-Chloroamphetamine.", + "categories": [ + "research-chemical" + ] + }, + "pretty_name": "4-CMA", + "categories": [ + "research-chemical" + ], + "id": 133 + }, + "ketobemidone": { + "name": "ketobemidone", + "properties": { + "onset": "Oral: 45-60 minutes. Insufflated: 5-15 minutes. Plugged: 15-30 minutes.", + "summary": "An opioid analgesic drug that also acts as an NDMA antagonist. Found to be as potent as morphine in physical side effects, and has high potential for addiction like all opioids do. Overdose may lead to respiratory depression/death. Do not mix with CNS depressants or stimulants. Caution should be used for asthmatic users.", + "duration": "Oral: 4-8 hours Insufflated: 2-4 hours. Plugged: 5-10 hours. Intravenious: 2-4 hours.", + "avoid": "All other CNS depressants.", + "aliases": [ + "kbd" + ], + "dose": "Oral Light: 5mg Common: 5-10mg Strong: 10-15mg.", + "categories": [ + "opioid", + "habit-forming", + "depressant" + ], + "Bioavailability": "Oral: 34% Insufflated ~30-40% Plugged: 44% Intravenous: 99%+", + "half-life": "2.25-2.45 Hours.", + "effects": "Euphoria, Dry Mouth, Mood lift, Itchiness, Relaxant, Constipation, Pupil constriction, Analgesia.", + "bioavailability": "Oral 34% +/- 10% | Rectal 44% +/- 9%", + "after-effects": "1-8 hours." + }, + "pretty_name": "Ketobemidone", + "aliases": [ + "kbd" + ], + "categories": [ + "opioid", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "5mg", + "Common": "5-10mg", + "Strong": "10-15mg." + } + }, + "formatted_duration": { + "Oral": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "45-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "Dry Mouth", + "Mood lift", + "Itchiness", + "Relaxant", + "Constipation", + "Pupil constriction", + "Analgesia", + "" + ], + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 134 + }, + "1cp-lsd": { + "name": "1cp-lsd", + "properties": { + "summary": "1cP-LSD (1-cyclopropionyl-lysergic acid diethylamide) is a novel lysergamide with little to no history of use. It is said to be a less pushy and shorter lasting version of LSD. Described as having a more gradual onset than 1P-LSD, with a less visual more meditative headspace when compared with LSD.*NOTE: This is a very new research chemical - take all info with a grain of salt.*", + "duration": "8-10 hours", + "onset": "30-90 minutes", + "after-effects": "6-24 hours", + "dose": "Oral Light: 25-50ug Common: 50-100ug Strong: 100-200ug", + "aliases": [ + "1cplsd", + "curie", + "1cp" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ] + }, + "pretty_name": "1CP-LSD", + "aliases": [ + "1cplsd", + "curie", + "1cp" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "25-50ug", + "Common": "50-100ug", + "Strong": "100-200ug" + } + }, + "formatted_duration": { + "value": "8-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-90", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "6-24", + "_unit": "hours" + }, + "id": 135 + }, + "dopr": { + "name": "dopr", + "properties": { + "summary": "A rare psychedelic amphetamine of the same class as DOM. This is a powerful and potent psychedelic with all the effects you would expect from an amphetamine. Described by Shulgin as a 'heavy duty psychedelic'. Analogue of 2C-P.", + "duration": "18-30 hours", + "onset": "90-240 minutes", + "dose": "Threshold: 1.25mg Light: 2.5mg Common: 2.5-3.5mg Heavy: 3.5-5mg. ", + "avoid": "Double dosing, as it is a DOx compound, and any other amphetamine related drug.", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "after-effects": "1-24 hours." + }, + "pretty_name": "DOPR", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Threshold": "1.25mg", + "Light": "2.5mg", + "Common": "2.5-3.5mg", + "Heavy": "3.5-5mg." + } + }, + "formatted_duration": { + "value": "18-30", + "_unit": "hours" + }, + "formatted_onset": { + "value": "90-240", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_DOPR.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal071.shtml" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "id": 136 + }, + "chloroform": { + "name": "chloroform", + "properties": { + "onset": "Rapid.", + "duration": "Short.", + "summary": "A naturally occurring organic compound once used as an anaesthetic. Has practically disappeared in this usage due to numerous harmful effects including danger of sudden death through cardiac arrhythmia. Has been implicated in numerous murders. Highly unsafe.", + "avoid": "Avoid CNS depressants and smoking if you do decide to take this chemical.", + "obtain": "Air.", + "categories": [ + "depressant", + "habit-forming", + "tentative" + ], + "after-effects": "1-6 hours." + }, + "pretty_name": "Chloroform", + "categories": [ + "depressant", + "habit-forming", + "tentative" + ], + "formatted_duration": { + "value": "Short." + }, + "formatted_onset": { + "value": "Rapid." + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Chloroform.shtml" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 137 + }, + "pinazepam": { + "name": "pinazepam", + "properties": { + "summary": "Benzodiazepine that is solely an anxiolytic drug that lacks the hypnotic and motor impairment that most benzodiazepines do. The main metabolite of this is Nordazepam and to a lesser effect Oxazepam, which is where it gets most of its effects", + "dose": "Light: 2.5-5mg Common: 5-10mg Strong: 10-20mg+", + "onset": "15-90 minutes.", + "avoid": "All CNS depressants.", + "after-effects": "2-10 hours.", + "duration": "6-16 hours.", + "aliases": [ + "domar" + ], + "categories": [ + "benzodiazepine", + "depressant", + "habit-forming" + ] + }, + "pretty_name": "Pinazepam", + "aliases": [ + "domar" + ], + "categories": [ + "benzodiazepine", + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "2.5-5mg", + "Common": "5-10mg", + "Strong": "10-20mg+" + } + }, + "formatted_duration": { + "value": "6-16", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-90", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "2-10", + "_unit": "hours" + }, + "id": 138 + }, + "bk-ivp": { + "name": "bk-ivp", + "properties": { + "summary": "The beta-ketone analogue of IVP, this is a rare RC stimulant in the same family as MDPV. Little is known but effects are probably similar to MDPV or more generally amphetamine or high dose caffeine.", + "onset": "Rapid.", + "duration": "1-3 hours.", + "dose": "Light: 60-100mg Common: 100-150mg Strong: 150-200mg+", + "categories": [ + "stimulant", + "research-chemical", + "tentative" + ] + }, + "pretty_name": "βk-IVP", + "categories": [ + "stimulant", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "60-100mg", + "Common": "100-150mg", + "Strong": "150-200mg+" + } + }, + "formatted_duration": { + "value": "1-3", + "_unit": "hours" + }, + "formatted_onset": { + "value": "Rapid." + }, + "id": 139 + }, + "oxycodone": { + "name": "oxycodone", + "properties": { + "dose": "Oral Light: 2.5-10mg Common: 10-25mg Strong: 25-40mg | Insufflated Light: 2.5-7.5mg Common: 7.5-15mg Strong: 15-25mg", + "onset": "Oral_IR: 20 minutes | Oral_ER: 40 minutes | Insufflated: 2-5 minutes | IV: 0-1 minutes", + "potentiators": "Avoid grapefruit juice, alcohol, and diphenhydramine. These products may react negatively and cause an overdose. Also do not consume more than 4g APAP (acetaminophen) in a day.", + "detection": "3-5 days for minimal use, 5-8 for regular use.", + "summary": "A semisynthetic opioid analgesic developed in 1917, prescribed primarily for pain management. It has become extremely popular as a recreational drug in some areas, and carries a high potential for addiction. Reported as being a little more 'stimulating' than other opioids.", + "aliases": [ + "oxy", + "oxycontin", + "percocet", + "oxynorm" + ], + "marquis": "Pale violet", + "categories": [ + "opioid", + "habit-forming", + "depressant", + "common" + ], + "duration": "Oral_IR: 4-6 hours | Oral_ER: 6-8 hours. | Insufflated: 3-5 hours. | IV: 3-5 hours.", + "bioavailability": "Oral 60-87% | Insufflated 55-70%", + "half-life": "2-4 hours", + "after-effects": "1-24 hours.", + "effects": "Pain relief, Respiratory depression, Sedation, Constipation, Cough suppression, Decreased libido, Difficulty urinating, Itchiness, Nausea, Pupil constriction, Stomach cramps, Appetite suppression, Euphoria, Anxiety suppression, Dream potentiation." + }, + "pretty_name": "Oxycodone", + "aliases": [ + "oxy", + "oxycontin", + "percocet", + "oxynorm" + ], + "categories": [ + "opioid", + "habit-forming", + "depressant", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "2.5-10mg", + "Common": "10-25mg", + "Strong": "25-40mg" + }, + "Insufflated": { + "Light": "2.5-7.5mg", + "Common": "7.5-15mg", + "Strong": "15-25mg" + } + }, + "formatted_duration": { + "Oral_IR": "4-6", + "Oral_ER": "6-8", + "Insufflated": "3-5", + "IV": "3-5", + "_unit": "hours" + }, + "formatted_onset": { + "Oral_IR": "20", + "Oral_ER": "40", + "Insufflated": "2-5", + "IV": "0-1", + "_unit": "minutes" + }, + "formatted_effects": [ + "Pain relief", + "Respiratory depression", + "Sedation", + "Constipation", + "Cough suppression", + "Decreased libido", + "Difficulty urinating", + "Itchiness", + "Nausea", + "Pupil constriction", + "Stomach cramps", + "Appetite suppression", + "Euphoria", + "Anxiety suppression", + "Dream potentiation", + "" + ], + "pweffects": { + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Constipation": "https://psychonautwiki.org/wiki/Constipation", + "Cough suppression": "https://psychonautwiki.org/wiki/Cough_suppression", + "Difficulty urinating": "https://psychonautwiki.org/wiki/Difficulty_urinating", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Itchiness": "https://psychonautwiki.org/wiki/Itchiness", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Pain relief": "https://psychonautwiki.org/wiki/Pain_relief", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Pupil constriction": "https://psychonautwiki.org/wiki/Pupil_constriction", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Stomach cramps": "https://psychonautwiki.org/wiki/Stomach_cramps" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "sources": { + "_general": [ + "Controlled-release oxycodone-induced seizures. - http://www.ncbi.nlm.nih.gov/pubmed/16368452", + "Grapefruit juice enhances the exposure to oral oxycodone. - http://www.ncbi.nlm.nih.gov/pubmed/20406214", + "Oxycodone/paracetamol: a low-dose synergic combination useful in different types of pain. - http://www.ncbi.nlm.nih.gov/pubmed/20670044", + "Pharmacokinetics and pharmacodynamics of oxycodone when given intravenously and rectally to adult patients with cancer pain. - http://www.ncbi.nlm.nih.gov/pubmed/7818116", + "Differential effects of food on the bioavailability of controlled-release oxycodone tablets and immediate-release oxycodone solution. - http://www.ncbi.nlm.nih.gov/pubmed/8901078", + "Oxycodone is found to suppress sodium currents in the thalamic regions of the brain at high doses and is an effect that is independent of the MOR/u-opioid recepter and therefore this mechanism is not blocked by the use of naloxone - http://www.sciencedirect.com/science/article/pii/S0304394009001268", + "Oxycodone is found to have longer lasting more efficient effects on pain due to neuropathy because of having GABA-B agonist properties -http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0091297", + "Oxycodone when paired with an ultra low dose of naltrexone, an opioid antagonist, oxycodone has a longer duration of pain relief - http://www.sciencedirect.com/science/article/pii/S1526590005004128", + "Oxycodone has been found to be an effective treatment for restless leg syndrome - http://europepmc.org/abstract/med/8341893", + "Pharmacokinetics of oxycodone done orally and intramuscularly http://onlinelibrary.wiley.com/doi/10.1111/j.1365-2125.1992.tb04090.x/abstract" + ] + }, + "id": 140 + }, + "nifoxipam": { + "name": "nifoxipam", + "properties": { + "summary": "An uncommon and relatively new RC benzodiazepine, and metabolite of the hypnotic benzodiazepine flunitrazepam. Little information about the pharmacological properties of this drug exists. Likely to be a strong sedative and hypnotic.", + "dose": "Oral Light: 250ug-500ug. Common: 500ug-1000ug Heavy: 1000ug-2000ug+ | NOTE: Higher doses will increase the likelihood of blacking out", + "onset": "10-75 minutes.", + "duration": "10-18 hours. ", + "avoid": "All other CNS depressants.", + "categories": [ + "benzodiazepine", + "research-chemical", + "habit-forming", + "tentative", + "depressant" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "after-effects": "1-24 hours." + }, + "pretty_name": "Nifoxipam", + "categories": [ + "benzodiazepine", + "research-chemical", + "habit-forming", + "tentative", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "250ug-500ug.", + "Common": "500ug-1000ug", + "Heavy": "1000ug-2000ug+" + } + }, + "formatted_duration": { + "value": "10-18", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-75", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "pweffects": { + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Analysis suppression": "https://psychonautwiki.org/wiki/Analysis_suppression", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Emotion suppression": "https://psychonautwiki.org/wiki/Emotion_suppression", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Muscle relaxation": "https://psychonautwiki.org/wiki/Muscle_relaxation", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "dose_note": " NOTE: Higher doses will increase the likelihood of blacking out", + "id": 141 + }, + "alcohol": { + "name": "alcohol", + "properties": { + "detection": "12 hrs blood, 6-12 hrs saliva, 6-24 hrs urine", + "duration": "1.5-3 hours", + "onset": "15-30 minutes", + "effects": "relaxation, mood lift, happiness, sociability, lowered inhibitions, analgesia, slurred speech, flushed skin, drowsiness, tolerance, euphoria, amnesia", + "summary": "Alcohol is a CNS depressant that acts through the GABAₐ receptor, and is one of the most common strong psychoactives used by humans. It has a long history of use and its intoxicating effects are well-studied and documented. It remains legal in most parts of the world.", + "categories": [ + "depressant", + "habit-forming", + "common" + ], + "after-effects": "6-48 hours", + "dose": "Oral Light: 1-2units Common: 2-4units Heavy: 5-6units | NOTE: Alcohol consumption should be spread out over a few hours and ideally separated by water breaks. Check the label on alcohol for unit content", + "aliases": [ + "etoh", + "beer", + "ethanol", + "booze", + "hooch" + ] + }, + "pretty_name": "Alcohol", + "aliases": [ + "etoh", + "beer", + "ethanol", + "booze", + "hooch" + ], + "categories": [ + "depressant", + "habit-forming", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "1-2units", + "Common": "2-4units", + "Heavy": "5-6units" + } + }, + "formatted_duration": { + "value": "1.5-3", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-30", + "_unit": "minutes" + }, + "formatted_effects": [ + "relaxation", + "mood lift", + "happiness", + "sociability", + "lowered inhibitions", + "analgesia", + "slurred speech", + "flushed skin", + "drowsiness", + "tolerance", + "euphoria", + "amnesia" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Alcohol.shtml" + }, + "pweffects": { + "Acuity suppression": "https://psychonautwiki.org/wiki/Acuity_suppression", + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Analysis suppression": "https://psychonautwiki.org/wiki/Analysis_suppression", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Auditory suppression": "https://psychonautwiki.org/wiki/Auditory_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Creativity suppression": "https://psychonautwiki.org/wiki/Creativity_suppression", + "Dehydration": "https://psychonautwiki.org/wiki/Dehydration", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Depression": "https://psychonautwiki.org/wiki/Depression", + "Difficulty urinating": "https://psychonautwiki.org/wiki/Difficulty_urinating", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Double vision": "https://psychonautwiki.org/wiki/Double_vision", + "Ego inflation": "https://psychonautwiki.org/wiki/Ego_inflation", + "Empathy, love, and sociability enhancement": "https://psychonautwiki.org/wiki/Empathy,_love,_and_sociability_enhancement", + "Frequent urination": "https://psychonautwiki.org/wiki/Frequent_urination", + "Headaches": "https://psychonautwiki.org/wiki/Headaches", + "Increased blood pressure": "https://psychonautwiki.org/wiki/Increased_blood_pressure", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Language suppression": "https://psychonautwiki.org/wiki/Language_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Muscle relaxation": "https://psychonautwiki.org/wiki/Muscle_relaxation", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Pain relief": "https://psychonautwiki.org/wiki/Pain_relief", + "Pattern recognition suppression": "https://psychonautwiki.org/wiki/Pattern_recognition_suppression", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Tactile suppression": "https://psychonautwiki.org/wiki/Tactile_suppression", + "Temporary erectile dysfunction": "https://psychonautwiki.org/wiki/Temporary_erectile_dysfunction", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Thought disorganization": "https://psychonautwiki.org/wiki/Thought_disorganization" + }, + "formatted_aftereffects": { + "value": "6-48", + "_unit": "hours" + }, + "dose_note": " NOTE: Alcohol consumption should be spread out over a few hours and ideally separated by water breaks. Check the label on alcohol for unit content", + "sources": { + "_general": [ + "Alcohol and benzodiazepines in fatal poisonings. - https://www.ncbi.nlm.nih.gov/pubmed/12170103", + "Drinking while pregnant creates and strengthens many risks associated with childbirth. It will also increase the chances of premature labour, which can be incredibly dangerous for both the baby and mother. -" + ] + }, + "combos": { + "mushrooms": { + "status": "Low Risk & Decrease" + }, + "lsd": { + "status": "Low Risk & Decrease" + }, + "dmt": { + "status": "Low Risk & Decrease" + }, + "mescaline": { + "status": "Low Risk & Decrease" + }, + "dox": { + "status": "Low Risk & Decrease", + "note": "Drinking on stimulants is risky because the sedative effects of the alcohol are reduced, and these are what the body uses to gauge drunkenness. This typically leads to excessive drinking with greatly reduced inhibitions, high risk of liver damage and increased dehydration. They will also allow you to drink past a point where you might normally pass out, increasing the risk." + }, + "nbomes": { + "status": "Low Risk & Decrease" + }, + "2c-x": { + "status": "Low Risk & Decrease" + }, + "2c-t-x": { + "status": "Low Risk & Decrease", + "note": "Both these classes of compound can interact unpredictably. Caution should be exercised." + }, + "amt": { + "status": "Caution", + "note": "aMT has a broad mechanism of action in the brain and so does alcohol so the combination can be unpredictable" + }, + "5-meo-xxt": { + "status": "Low Risk & Decrease" + }, + "cannabis": { + "status": "Low Risk & Synergy", + "note": "In excess, this combination can cause nausea." + }, + "ketamine": { + "status": "Dangerous", + "note": "Both substances cause ataxia and bring a very high risk of vomiting and unconsciousness. If the user falls unconscious while under the influence there is a severe risk of vomit aspiration if they are not placed in the recovery position." + }, + "mxe": { + "status": "Dangerous", + "note": "There is a high risk of memory loss, vomiting and severe ataxia from this combination." + }, + "dxm": { + "status": "Dangerous", + "note": "Both substances potentiate the ataxia and sedation caused by the other and can lead to unexpected loss of consciousness at high doses. Place affected patients in the recovery position to prevent vomit aspiration from excess. Additionally CNS depression can lead to difficulty breathing. Avoid on anything higher than 1st plateau." + }, + "pcp": { + "status": "Unsafe", + "note": "Details of this combination are not well understood but PCP generally interacts in an unpredictable manner." + }, + "nitrous": { + "status": "Caution", + "note": "Both substances potentiate the ataxia and sedation caused by the other and can lead to unexpected loss of consciousness at high doses. While unconscious, vomit aspiration is a risk if not placed in the recovery position. Memory blackouts are likely." + }, + "amphetamines": { + "status": "Caution", + "note": "Drinking on stimulants is risky because the sedative effects of the alcohol are reduced, and these are what the body uses to gauge drunkenness. This typically leads to excessive drinking with greatly reduced inhibitions, high risk of liver damage and increased dehydration. They will also allow you to drink past a point where you might normally pass out, increasing the risk. If you do decide to do this then you should set a limit of how much you will drink each hour and stick to it, bearing in mind that you will feel the alcohol and the stimulant less. Extended release formulations may severely impede sleep, further worsening the hangover." + }, + "mdma": { + "status": "Caution", + "note": "Both MDMA and alcohol cause dehydration. Approach this combination with caution, moderation and sufficient hydration. More than a small amount of alcohol will dull the euphoria of MDMA" + }, + "cocaine": { + "status": "Unsafe", + "note": "Drinking on stimulants is risky because the sedative effects of the alcohol are reduced, and these are what the body uses to gauge drunkenness. This typically leads to excessive drinking with greatly reduced inhibitions, high risk of liver damage and increased dehydration. They will also allow you to drink past a point where you might normally pass out, increasing the risk. If you do decide to do this then you should set a limit of how much you will drink each hour and stick to it, bearing in mind that you will feel the alcohol less. Cocaine is potentiated somewhat by alcohol because of the formation of cocaethylene." + }, + "caffeine": { + "status": "Low Risk & No Synergy" + }, + "ghb/gbl": { + "status": "Dangerous", + "note": "Even in very low doses this combination rapidly leads to memory loss, severe ataxia and unconsciousness. There is a high risk of vomit aspiration while unconscious." + }, + "opioids": { + "status": "Dangerous", + "note": "Both substances potentiate the ataxia and sedation caused by the other and can lead to unexpected loss of consciousness at high doses. Place affected patients in the recovery position to prevent vomit aspiration from excess. Memory blackouts are likely" + }, + "tramadol": { + "status": "Dangerous", + "note": "Heavy CNS depressants, risk of seizures. Both substances potentiate the ataxia and sedation caused by the other and can lead to unexpected loss of consciousness at high doses. Place affected patients in the recovery position to prevent vomit aspiration from excess. Memory blackouts are likely." + }, + "benzodiazepines": { + "status": "Dangerous", + "note": "Ethanol ingestion may potentiate the CNS effects of many benzodiazepines. The two substances potentiate each other strongly and unpredictably, very rapidly leading to unconsciousness. While unconscious, vomit aspiration is a risk if not placed in the recovery position. Blacking out and memory loss is almost certain." + }, + "benzos": { + "status": "Dangerous", + "note": "Ethanol ingestion may potentiate the CNS effects of many benzodiazepines. The two substances potentiate each other strongly and unpredictably, very rapidly leading to unconsciousness. While unconscious, vomit aspiration is a risk if not placed in the recovery position. Blacking out and memory loss is almost certain." + }, + "maois": { + "status": "Unsafe", + "note": "Tyramine found in many alcoholic beverages can have dangerous reactions with MAOIs, causing an increase in blood pressure." + }, + "ssris": { + "status": "Caution", + "note": "Alcohol may potentiate some of the pharmacologic effects of CNS-active agents. Use in combination may result in additive central nervous system depression and/or impairment of judgment, thinking, and psychomotor skills." + } + }, + "id": 142 + }, + "5f-akb48": { + "name": "5f-akb48", + "properties": { + "summary": "A synthetic cannabanoid that is a Indazole. Produces subjective effects somehwat similar to that of Cannabis, yet with a very short duration. Analogue of STS-135, in which the core indole structure is subbed with an indazole base.", + "dose": "Vapourized Threshold: 500ug Light: 500-1000ug Strong: 1000-2500ug.", + "duration": "Vapourized: 30-60 minutes.", + "after-effects": "Vapourized: 15-45 minutes.", + "onset": "Vapourized: 5-30 seconds.", + "aliases": [ + "5f-apinaca", + "5fapinaca", + "5fakb48" + ], + "categories": [ + "research-chemical", + "tentative", + "habit-forming" + ] + }, + "pretty_name": "5F-AKB48", + "aliases": [ + "5f-apinaca", + "5fapinaca", + "5fakb48" + ], + "categories": [ + "research-chemical", + "tentative", + "habit-forming" + ], + "formatted_dose": { + "Vapourized": { + "Threshold": "500ug", + "Light": "500-1000ug", + "Strong": "1000-2500ug." + } + }, + "formatted_duration": { + "Vapourized": "30-60", + "_unit": "minutes" + }, + "formatted_onset": { + "Vapourized": "5-30" + }, + "formatted_aftereffects": { + "Vapourized": "15-45", + "_unit": "minutes" + }, + "id": 143 + }, + "glutethimide": { + "name": "glutethimide", + "properties": { + "summary": "Is a hypnotic sedative that was introduced in 1954, as a \"safe\" alternative to barbiturates to treat insomnia. Anecdotally long term use has had effects similar to withdrawal, while still on a stable dose of the drug.", + "dose": "Light: 250mg Common: 500mg Strong: 750mg+", + "onset": "30-45 minutes.", + "duration": "2-8 hours.", + "after-effects": "1-12 hours.", + "avoid": "All other CNS depressants.", + "aliases": [ + "doriden", + "elrodorm", + "noxyron", + "glimid" + ], + "categories": [ + "depressant", + "habit-forming" + ] + }, + "pretty_name": "Glutethimide", + "aliases": [ + "doriden", + "elrodorm", + "noxyron", + "glimid" + ], + "categories": [ + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "250mg", + "Common": "500mg", + "Strong": "750mg+" + } + }, + "formatted_duration": { + "value": "2-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 144 + }, + "diclazepam": { + "name": "diclazepam", + "properties": { + "dose": "Light: 0.25-1mg Common: 1-2mg's Strong: 2mg+", + "summary": "A benzodiazepine drug and analogue of diazepam first synthesised by Leo Sternbach at Hoffman-LaRoche in 1960, it has become prominent as an RC benzodiazepine on the grey market in recent years, particularly with the decline in etizolam availability. A sedative and hypnotic it is of intermediate to long half life with similar effects to diazepam, though 10x more potent.", + "onset": "15-90 minutes.", + "duration": "8-12 hours (~42 hour half-life)", + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "after-effects": "1-24 hours.", + "dose_to_diazepam": "Diclazepam - 1mg ~=10mg Diazepam." + }, + "pretty_name": "Diclazepam", + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "0.25-1mg", + "Common": "1-2mg", + "Strong": "2mg+" + } + }, + "formatted_duration": { + "value": "8-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Diclazepam.shtml" + }, + "pweffects": { + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Analysis suppression": "https://psychonautwiki.org/wiki/Analysis_suppression", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Emotion suppression": "https://psychonautwiki.org/wiki/Emotion_suppression", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Muscle relaxation": "https://psychonautwiki.org/wiki/Muscle_relaxation", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "id": 145 + }, + "3-meo-pcpy": { + "name": "3-meo-pcpy", + "properties": { + "onset": "Oral: 15-45 minutes. Insufflated: 5-20 minutes.", + "duration": "Oral: 3-5 hours. Insufflated: 2-4 hours.", + "dose": "Oral Light: 2-4mg Common: 4-8mg Strong: 8-15mg+ | Insufflated Light: 1-3mg Common: 3-6mg Strong: 6-10mg+", + "avoid": "All other CNS depressants.", + "summary": "3-Methoxy analogue of Rolicyclidine (PCPy) less opioid effects than Phenylcyclidine (PCP) Yet still prominent.", + "categories": [ + "dissociative", + "habit-forming", + "tentative", + "research-chemical" + ], + "after-effects": "1-6 hours." + }, + "pretty_name": "3-MeO-PCPY", + "categories": [ + "dissociative", + "habit-forming", + "tentative", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "2-4mg", + "Common": "4-8mg", + "Strong": "8-15mg+" + }, + "Insufflated": { + "Light": "1-3mg", + "Common": "3-6mg", + "Strong": "6-10mg+" + } + }, + "formatted_duration": { + "Oral": "3-5", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 146 + }, + "methoxphenidine": { + "name": "methoxphenidine", + "properties": { + "summary": "A dissociative from the diarylethylamine class, a more potent analogue of diphenidine. Known to be unpredictable, and can cause blackouts.", + "categories": [ + "dissociative", + "research-chemical", + "tentative", + "habit-forming" + ], + "after-effects": "1-3 hours, but all the time in the world young padawan.", + "onset": "30-60 minutes.", + "aliases": [ + "2-meo-diphenidine", + "methoxyphenidine", + "2-mxp", + "mxp" + ], + "duration": "6-8 hours", + "dose": "Threshold: 30-50mg Light: 50-75mg Common: 75-120mg Strong: 120-150mg+" + }, + "pretty_name": "Methoxphenidine", + "aliases": [ + "2-meo-diphenidine", + "methoxyphenidine", + "2-mxp", + "mxp" + ], + "categories": [ + "dissociative", + "research-chemical", + "tentative", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Threshold": "30-50mg", + "Light": "50-75mg", + "Common": "75-120mg", + "Strong": "120-150mg+" + } + }, + "formatted_duration": { + "value": "6-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-60", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Methoxphenidine.shtml" + }, + "pweffects": { + "Acuity suppression": "https://psychonautwiki.org/wiki/Acuity_suppression", + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Auditory suppression": "https://psychonautwiki.org/wiki/Auditory_suppression", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Consciousness disconnection": "https://psychonautwiki.org/wiki/Consciousness_disconnection", + "Depersonalization": "https://psychonautwiki.org/wiki/Depersonalization", + "Derealization": "https://psychonautwiki.org/wiki/Derealization", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Double vision": "https://psychonautwiki.org/wiki/Double_vision", + "Environmental cubism": "https://psychonautwiki.org/wiki/Environmental_cubism", + "Environmental orbism": "https://psychonautwiki.org/wiki/Environmental_orbism", + "Frame rate suppression": "https://psychonautwiki.org/wiki/Frame_rate_suppression", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Pattern recognition suppression": "https://psychonautwiki.org/wiki/Pattern_recognition_suppression", + "Perception of decreased weight": "https://psychonautwiki.org/wiki/Perception_of_decreased_weight", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Perspective distortions": "https://psychonautwiki.org/wiki/Perspective_distortions", + "Physical autonomy": "https://psychonautwiki.org/wiki/Physical_autonomy", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Tactile disconnection": "https://psychonautwiki.org/wiki/Tactile_disconnection", + "Tactile suppression": "https://psychonautwiki.org/wiki/Tactile_suppression", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Visual disconnection": "https://psychonautwiki.org/wiki/Visual_disconnection" + }, + "formatted_aftereffects": { + "value": "1-3", + "_unit": "hours" + }, + "id": 147 + }, + "isoproscaline": { + "name": "isoproscaline", + "properties": { + "summary": "A analogue of mescaline, and more closely related to proscaline.", + "duration": "10-20 hours", + "dose": "Oral Threshold: 30mg Light: 40-50mg Common: 50-60mg Strong: 60-80mg+", + "onset": "60-180 minutes.", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "aliases": [ + "ip" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "after-effects": "1-12 hours." + }, + "pretty_name": "Isoproscaline", + "aliases": [ + "ip" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Threshold": "30mg", + "Light": "40-50mg", + "Common": "50-60mg", + "Strong": "60-80mg+" + } + }, + "formatted_duration": { + "value": "10-20", + "_unit": "hours" + }, + "formatted_onset": { + "value": "60-180", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 148 + }, + "dph": { + "name": "dph", + "properties": { + "summary": "An antihistamine which, when taken in smaller doses relieves allergies and insomnia. In larger doses works as a deliriant and can actually keep the user awake. Generally the 'high' of this drug is reported as dysphoric, potentially causing hallucinations indistinguishable from reality.", + "avoid": "Many oral diphenhydramine preparations contain analgesics such as acetaminophen/paracetamol or aspirin, which can be toxic to the liver in high doses.", + "effects": "Delirium, dream-like experiences, paranoia, visual and audio distortions, dry mouth, muscle cramps, nausea, dysphoria, tremors. Often described as a pretty negative experience.", + "dose": "Oral Light: 100-250mg Common: 200-500mg Strong: 450-700mg NOTE: The doses provided are for recreational usage. For use as a sleep aid the dose ranges from 25-75mg, or as specified on the product packaging. For medical allergy use doses tend to range from 25-50mg, or as specified on the product packaging.", + "duration": "6-8 hours", + "onset": "60-120 minutes", + "categories": [ + "depressant", + "deliriant", + "common" + ], + "aliases": [ + "diphenhydramine", + "benadryl" + ], + "after-effects": "1-12 hours." + }, + "pretty_name": "DPH", + "aliases": [ + "diphenhydramine", + "benadryl" + ], + "categories": [ + "depressant", + "deliriant", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "100-250mg", + "Common": "200-500mg", + "Strong": "450-700mg", + "NOTE": "The" + } + }, + "formatted_duration": { + "value": "6-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "60-120", + "_unit": "minutes" + }, + "formatted_effects": [ + "Delirium", + "dream-like experiences", + "paranoia", + "visual and audio distortions", + "dry mouth", + "muscle cramps", + "nausea", + "dysphoria", + "tremors", + "Often described as a pretty negative experience", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Diphenhydramine.shtml" + }, + "pweffects": { + "Abnormal heartbeat": "https://psychonautwiki.org/wiki/Abnormal_heartbeat", + "Acuity suppression": "https://psychonautwiki.org/wiki/Acuity_suppression", + "After images": "https://psychonautwiki.org/wiki/After_images", + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Auditory suppression": "https://psychonautwiki.org/wiki/Auditory_suppression", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Brightness alteration": "https://psychonautwiki.org/wiki/Brightness_alteration", + "Cognitive dysphoria": "https://psychonautwiki.org/wiki/Cognitive_dysphoria", + "Dehydration": "https://psychonautwiki.org/wiki/Dehydration", + "Depression": "https://psychonautwiki.org/wiki/Depression", + "Difficulty urinating": "https://psychonautwiki.org/wiki/Difficulty_urinating", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Double vision": "https://psychonautwiki.org/wiki/Double_vision", + "Dream potentiation": "https://psychonautwiki.org/wiki/Dream_potentiation", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Emotion suppression": "https://psychonautwiki.org/wiki/Emotion_suppression", + "External hallucinations": "https://psychonautwiki.org/wiki/External_hallucinations", + "Feelings of impending doom": "https://psychonautwiki.org/wiki/Feelings_of_impending_doom", + "Frequent urination": "https://psychonautwiki.org/wiki/Frequent_urination", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Language suppression": "https://psychonautwiki.org/wiki/Language_suppression", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Muscle cramps": "https://psychonautwiki.org/wiki/Muscle_cramps", + "Muscle spasms": "https://psychonautwiki.org/wiki/Muscle_spasms", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Paranoia": "https://psychonautwiki.org/wiki/Paranoia", + "Pattern recognition suppression": "https://psychonautwiki.org/wiki/Pattern_recognition_suppression", + "Peripheral information misinterpretation": "https://psychonautwiki.org/wiki/Peripheral_information_misinterpretation", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Photophobia": "https://psychonautwiki.org/wiki/Photophobia", + "Physical fatigue": "https://psychonautwiki.org/wiki/Physical_fatigue", + "Psychosis": "https://psychonautwiki.org/wiki/Psychosis", + "Restless leg syndrome": "https://psychonautwiki.org/wiki/Restless_leg_syndrome", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Shadow people": "https://psychonautwiki.org/wiki/Shadow_people", + "Tactile hallucinations": "https://psychonautwiki.org/wiki/Tactile_hallucinations", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Thought disorganization": "https://psychonautwiki.org/wiki/Thought_disorganization", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Unspeakable horrors": "https://psychonautwiki.org/wiki/Unspeakable_horrors", + "Vibrating vision": "https://psychonautwiki.org/wiki/Vibrating_vision", + "Visual haze": "https://psychonautwiki.org/wiki/Visual_haze" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "dose_note": " NOTE: The doses provided are for recreational usage. For use as a sleep aid the dose ranges from 25-100mg, or as specified on the product packaging.", + "sources": { + "_general": [ + "Dose-dependent toxicity of diphenhydramine overdose - http://www.ncbi.nlm.nih.gov/pubmed/11204550" + ] + }, + "id": 149 + }, + "methylmorphenate": { + "name": "methylmorphenate", + "properties": { + "summary": "Stimulant of the phenylmorpholine class, an analogue of Methylphenidate where the piperidine ring has been replaced by a morpholine one, with ~1/10 potency.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ] + }, + "pretty_name": "Methylmorphenate", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "id": 150 + }, + "4f-pvp": { + "name": "4f-pvp", + "properties": { + "summary": "Fluornated analogue of a-PVP. Seems to be slightly less weaker than it's parent compound.", + "duration": "Insufflated: 2-4 hours.", + "onset": "Insufflated: 15-20 minutes.", + "dose": "Insufflated Light: 5-10mg Common: 10-20mg Strong: 20-25mg+", + "categories": [ + "tentative", + "stimulant", + "habit-forming" + ], + "aliases": [ + "4f-a-pvp", + "pfpvp" + ] + }, + "pretty_name": "4F-PVP", + "aliases": [ + "4f-a-pvp", + "pfpvp" + ], + "categories": [ + "tentative", + "stimulant", + "habit-forming" + ], + "formatted_dose": { + "Insufflated": { + "Light": "5-10mg", + "Common": "10-20mg", + "Strong": "20-25mg+" + } + }, + "formatted_duration": { + "Insufflated": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "Insufflated": "15-20", + "_unit": "minutes" + }, + "id": 151 + }, + "6-apb": { + "name": "6-apb", + "properties": { + "dose": "Light: 50-75mg Common: 75-125mg Heavy: 125mg+ | NOTE: Do not exceed 200mg in a night", + "duration": "8-14 hours", + "summary": "A stimulant, empathogen and analog of MDA. Typically more visual than MDMA or MDA, as well as having a much longer onset and duration. Users often report a slightly more psychedelic headspace as well. Commonly sold as an alternative to MDMA and MDA.", + "onset": "45-90 minutes.", + "effects": "Feelings of empathy, euphoria, and a general sense of well being. Light to moderate visuals are also reported with most users.", + "after-effects": "6-apb is reported to have a 'hangover' similar to MDMA.", + "aliases": [ + "6apb" + ], + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "empathogen", + "habit-forming" + ] + }, + "pretty_name": "6-APB", + "aliases": [ + "6apb" + ], + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "empathogen", + "habit-forming" + ], + "formatted_dose": { + "Light:": { + "Light": "50-75mg", + "Common": "75-125mg", + "Heavy": "125mg+" + } + }, + "formatted_duration": { + "value": "8-14", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Feelings of empathy", + "euphoria", + "and a general sense of well being", + "Light to moderate visuals are also reported with most users", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_6APB.shtml" + }, + "formatted_aftereffects": { + "value": "6-apb" + }, + "dose_note": " NOTE: Do not exceed 200mg in a night", + "id": 152 + }, + "25g-nbome": { + "name": "25g-nbome", + "properties": { + "summary": "A rare psychedelic stimulant and bomamine. A derivative of 2C-G, but far more potent. Likely to have hallucinogenic, stimulant and vasoconstrictive properties which may be dangerous at high doses. A heavy body load is to be expected.", + "dose": "Buccal/Sublingual Threshold: 500ug Light: 1000-1500ug Common: 1500-2000ug Strong: 2000ug+ | NOTE: Users report wildly varying reactions to the same doses. Start low and work your way up.", + "duration": "5-7 hours.", + "onset": "30-50 minutes", + "after-effects": "1-2 hours", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "aliases": [ + "25g", + "25gnbome" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "25G-NBOMe", + "aliases": [ + "25g", + "25gnbome" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Buccal/Sublingual": { + "Threshold": "500ug", + "Light": "1000-1500ug", + "Common": "1500-2000ug", + "Strong": "2000ug+" + } + }, + "formatted_duration": { + "value": "5-7", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-50", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_25GNBOMe.shtml" + }, + "formatted_aftereffects": { + "value": "1-2", + "_unit": "hours" + }, + "dose_note": " NOTE: Users report wildly varying reactions to the same doses. Start low and work your way up.", + "id": 153 + }, + "5-meo-dibf": { + "name": "5-meo-dibf", + "properties": { + "summary": "An uncommon and new psychedelic drug related to tryptamine; the Benzofuran analogue of 5-MeO-DiPT. Probably a serotonin receptor partial agonist. Little history of human use.", + "onset": "Oral: 20-90 minutes. | Insufflated: 5-45 minutes.", + "dose": "Oral Light: 10-20mg Common: 20-40mg Strong: 40-60mg+ | Insufflated Light: 5-10mg Common: 10-15mg Strong: 15-20mg+", + "duration": "Oral 8-12 hours. | Insufflated 6-8 hours.", + "categories": [ + "empathogen", + "research-chemical", + "tentative" + ], + "after-effects": "1-12 hours." + }, + "pretty_name": "5-MeO-DIBF", + "categories": [ + "empathogen", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "10-20mg", + "Common": "20-40mg", + "Strong": "40-60mg+" + }, + "Insufflated": { + "Light": "5-10mg", + "Common": "10-15mg", + "Strong": "15-20mg+" + } + }, + "formatted_duration": { + "Oral": "8-12", + "Insufflated": "6-8", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "20-90", + "Insufflated": "5-45", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_5MeODiBF.shtml" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 154 + }, + "aminorex": { + "name": "aminorex", + "properties": { + "summary": "Is an anorectic stimulant drug that was taken of the market after it was found to cause pulmonary hypertension. Potency wise it has been found to be roughly 2.5 times more potent than dextroamphetamine.", + "onset": "10-30 minutes.", + "duration": "4-8 hours.", + "categories": [ + "stimulant", + "habit-forming", + "tentative" + ] + }, + "pretty_name": "Aminorex", + "categories": [ + "stimulant", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "none": { + "Light": "1-3mg", + "Common": "3-10mg", + "Strong": "10-25mg." + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-30", + "_unit": "minutes" + }, + "id": 155 + }, + "hexedrone": { + "name": "hexedrone", + "properties": { + "summary": "A rare mephedrone analogue also known as MACP, a cathinone stimulant with similar effects to pentedrone.", + "duration": "1-4 hours.", + "onset": "15-30 minutes.", + "dose": "Threshold: 30-50mg Light: 50-70mg Common: 70-100mg Strong: 100-125mg+ | NOTE: These doses are tentative and may need further research.", + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ], + "avoid": "Other stimulants. ", + "after-effects": "1-12 hours." + }, + "pretty_name": "Hexedrone", + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ], + "formatted_dose": { + "Threshold:": { + "Threshold": "30-50mg", + "Light": "50-70mg", + "Common": "70-100mg", + "Strong": "100-125mg+" + } + }, + "formatted_duration": { + "value": "1-4", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "dose_note": " NOTE: These doses are tentative and may need further research.", + "id": 156 + }, + "2c-b": { + "name": "2c-b", + "properties": { + "dose": "Oral Light: 5-15mg Common: 15-30mg Strong: 30-50mg Heavy: 50mg+ | Insufflated/Plugged Light: 5-10mg Common: 10-20mg Strong: 20-30mg Heavy: 30mg+", + "onset": "Oral: 20-75 minutes | Insufflated: 1-10 minutes | Plugged: 5-20 minutes", + "duration": "Oral: 4-8 hours | Insufflated: 2-4 hours | Plugged: 3-5 hours", + "after-effects": "2-4 hours", + "effects": "euphoria, giggling, empathy, insight, brightened color, closed/open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception of time, ego softening, nausea, sweating/chills, muscle tension, confusion, insomnia", + "aliases": [ + "bees", + "nexus", + "2cb", + "2cb", + "2-cb" + ], + "summary": "A popular psychedelic in the phenethylamine family. Provides empathic experiences at lower doses and strong visual and psychedelic experiences at higher doses. Commonly used as a party drug as it is more clear-headed than most psychedelics. 2C-B has been in use since the early 1990s", + "categories": [ + "psychedelic", + "empathogen", + "common" + ], + "test-kits": "Marquis: Yellow > Green. | Mecke: Yellow > Green/Brown. | Mandelin: Green. | Froehde: Yellow > Green. | Liebermann: Yellow > Black. | Simon's No colour change or Purple. | Ehrlich: No colour change." + }, + "pretty_name": "2C-B", + "aliases": [ + "bees", + "nexus", + "2cb", + "2cb", + "2-cb" + ], + "categories": [ + "psychedelic", + "empathogen", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "5-15mg", + "Common": "15-30mg", + "Strong": "30-50mg", + "Heavy": "50mg+" + }, + "Insufflated/Plugged": { + "Light": "5-10mg", + "Common": "10-20mg", + "Strong": "20-30mg", + "Heavy": "30mg+" + } + }, + "formatted_duration": { + "Oral": "4-8", + "Insufflated": "2-4", + "Plugged": "3-5", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "20-75", + "Insufflated": "1-10", + "Plugged": "5-20", + "_unit": "minutes" + }, + "formatted_effects": [ + "euphoria", + "giggling", + "empathy", + "insight", + "brightened color", + "closed/open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception of time", + "ego softening", + "nausea", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_2CB.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal020.shtml" + }, + "pweffects": { + "8A Geometry - Exposure to semantic concept network": "https://psychonautwiki.org/wiki/8A_Geometry_-_Exposure_to_semantic_concept_network", + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "After images": "https://psychonautwiki.org/wiki/After_images", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Bodily control enhancement": "https://psychonautwiki.org/wiki/Bodily_control_enhancement", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Depth perception distortions": "https://psychonautwiki.org/wiki/Depth_perception_distortions", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Empathy, love, and sociability enhancement": "https://psychonautwiki.org/wiki/Empathy,_love,_and_sociability_enhancement", + "Feelings of interdependent opposites": "https://psychonautwiki.org/wiki/Feelings_of_interdependent_opposites", + "Feelings of predeterminism": "https://psychonautwiki.org/wiki/Feelings_of_predeterminism", + "Feelings of self-design": "https://psychonautwiki.org/wiki/Feelings_of_self-design", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Increased blood pressure": "https://psychonautwiki.org/wiki/Increased_blood_pressure", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Rejuvenation": "https://psychonautwiki.org/wiki/Rejuvenation", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Symmetrical texture repetition": "https://psychonautwiki.org/wiki/Symmetrical_texture_repetition", + "Synaesthesia": "https://psychonautwiki.org/wiki/Synaesthesia", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Teeth grinding": "https://psychonautwiki.org/wiki/Teeth_grinding", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought connectivity": "https://psychonautwiki.org/wiki/Thought_connectivity", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Tracers": "https://psychonautwiki.org/wiki/Tracers", + "Transformations": "https://psychonautwiki.org/wiki/Transformations", + "Visual haze": "https://psychonautwiki.org/wiki/Visual_haze" + }, + "formatted_aftereffects": { + "value": "2-4", + "_unit": "hours" + }, + "sources": { + "_general": [ + "In vivo metabolism of 4-bromo-2,5-dimethoxyphenethylamine (2C-B) in the rat: identification of urinary metabolites - http://www.ncbi.nlm.nih.gov/pubmed/11916016" + ] + }, + "id": 157 + }, + "ethylmorphine": { + "name": "ethylmorphine", + "properties": { + "onset": "15-30 minutes.", + "duration": "4-5 hours.", + "dose": "Light: 40-50mg Common: 50-100mg Strong: 100-200mg+", + "Avoid": "All CNS depressants.", + "categories": [ + "opioid", + "habit-forming", + "depressant" + ], + "summary": "A medium-strength opioid analgesic and analogue of morphine. Considered less potent than morphine but more potent than codeine, and has been used in Germany for this reason. Said to have a 'ceiling' effect where no more euphoria occurs with increased dosage. Under investigation as a maintainance drug in opioid dependence therapy.", + "effects": "Euphoria, Dry Mouth, Mood lift, Itchiness, Relaxant, Constipation, Pupil constriction, Analgesia.", + "after-effects": "1-6 hours." + }, + "pretty_name": "Ethylmorphine", + "categories": [ + "opioid", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "40-50mg", + "Common": "50-100mg", + "Strong": "100-200mg+" + } + }, + "formatted_duration": { + "value": "4-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-30", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "Dry Mouth", + "Mood lift", + "Itchiness", + "Relaxant", + "Constipation", + "Pupil constriction", + "Analgesia", + "" + ], + "pweffects": { + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Constipation": "https://psychonautwiki.org/wiki/Constipation", + "Cough suppression": "https://psychonautwiki.org/wiki/Cough_suppression", + "Difficulty urinating": "https://psychonautwiki.org/wiki/Difficulty_urinating", + "Itchiness": "https://psychonautwiki.org/wiki/Itchiness", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Pain relief": "https://psychonautwiki.org/wiki/Pain_relief", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Pupil constriction": "https://psychonautwiki.org/wiki/Pupil_constriction", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Stomach cramps": "https://psychonautwiki.org/wiki/Stomach_cramps" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 158 + }, + "2-methyl-2-butanol": { + "name": "2-methyl-2-butanol", + "properties": { + "summary": "A tertiary alcohol that has sedative, hypnotic, and anxiolytic effects. It is also roughly 20x more potent than Ethanol by weight.", + "categories": [ + "habit-forming", + "depressant", + "tentative" + ], + "aliases": [ + "2m2b" + ], + "onset": "5-25 minutes.", + "duration": "4-8 hours.", + "dose": "Oral Light: 2.5-5g Common: 5-7.5g Strong: 7.5-15g+", + "avoid": "All other CNS depressants.", + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "after-effects": "2-6 hours." + }, + "pretty_name": "2-methyl-2-butanol", + "aliases": [ + "2m2b" + ], + "categories": [ + "habit-forming", + "depressant", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "2.5-5g", + "Common": "5-7.5g", + "Strong": "7.5-15g+" + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "5-25", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_2Methyl2Butanol.shtml" + }, + "pweffects": { + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Muscle relaxation": "https://psychonautwiki.org/wiki/Muscle_relaxation", + "Pain relief": "https://psychonautwiki.org/wiki/Pain_relief", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration" + }, + "formatted_aftereffects": { + "value": "2-6", + "_unit": "hours" + }, + "id": 159 + }, + "pseudoephedrine": { + "name": "pseudoephedrine", + "properties": { + "summary": "Widely sold as a decongestant, and one isomer of Ephedrine. It is not generally considered to have any recreational value. Is also used in the synthesis of Methcathinone and Methamphetamine.", + "onset": "10-90 minutes.", + "duration": "2-12 hours.", + "dose": "Oral Light: 30-60mg. Common: 60-90mg. Strong: 90-120mg.", + "avoid": "If you're prone to a pre-exisiting condition regarding your heart.", + "categories": [ + "stimulant", + "common" + ] + }, + "pretty_name": "Pseudoephrine", + "categories": [ + "stimulant", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "30-60mg.", + "Common": "60-90mg.", + "Strong": "90-120mg." + } + }, + "formatted_duration": { + "value": "2-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-90", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Pseudoephedrine.shtml" + }, + "id": 160 + }, + "phenethylamine": { + "name": "phenethylamine", + "properties": { + "summary": "Organic compound, which is a name of a class of chemicals that are quite well known for psychoactive and/or stimulant effects. Normally not used as a supplement as it is rapidly broken down into inactive compounds. Is found in many foods.", + "dose": "Common: 300-500mg.", + "duration": "1-4 hours.", + "onset": "15-30 minutes.", + "after-effects": "10-60 minutes.", + "categories": [ + "supplement", + "nootropic" + ], + "aliases": [ + "pea" + ] + }, + "pretty_name": "Phenethylamine", + "aliases": [ + "pea" + ], + "categories": [ + "supplement", + "nootropic" + ], + "formatted_dose": { + "Oral": { + "Common": "300-500mg." + } + }, + "formatted_duration": { + "value": "1-4", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "10-60", + "_unit": "minutes" + }, + "id": 161 + }, + "ah-7921": { + "name": "ah-7921", + "properties": { + "summary": "Opioid analgesic that is selective for the μ-opioid receptor. It has around 80% the potency of Morphine when taken orally.", + "dose": "Oral Light: 10-20mg Common: 20-40mg Strong: 40mg+ Vapourized Light: 5-10mg Common: 10-25mg Strong: 25mg+", + "onset": "Oral: 15-45 minutes. | Vaporized: 2-10 minutes.", + "duration": "Oral: 6-8 hours | Vaporized 3-4 hours.", + "categories": [ + "opioid", + "research-chemical", + "habit-forming", + "depressant" + ], + "aliases": [ + "ah7921" + ], + "effects": "Euphoria, Dry Mouth, Mood lift, Itchiness, Relaxant, Constipation, Pupil constriction, Analgesia.", + "after-effects": "1-6 hours." + }, + "pretty_name": "AH-7921", + "aliases": [ + "ah7921" + ], + "categories": [ + "opioid", + "research-chemical", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "5-10mg", + "Common": "10-25mg", + "Strong": "25mg+" + } + }, + "formatted_duration": { + "Oral": "6-8", + "Vaporized": "3-4", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-45", + "Vaporized": "2-10", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "Dry Mouth", + "Mood lift", + "Itchiness", + "Relaxant", + "Constipation", + "Pupil constriction", + "Analgesia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_AH7921.shtml" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 162 + }, + "4-cmc": { + "name": "4-cmc", + "properties": { + "onset": "Oral: 20-60 minutes. Insufflated: 10-40 minutes.", + "duration": "Oral: 2-4 hours Insufflated 1-3 hours.", + "dose": "Oral Threshold: 20-30mg Light: 30-50mg Common: 50mg-100mg Strong: 100mg+", + "summary": "(Note this work is going off just a few users inputs, so take all of this with a grain of salt) The cathinone analogue of 4-CMA which is highly neurotoxic. It is not known if the cathinone family holds the same neurotoxicity problem as with the parent compound.", + "after-effects": "Few hours like most stimulants.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "effects": "Euphoria, increased energy/alertness, decreased need for sleep, increased sociability, mood lift, increased sexuality, excessive talking, decreased appetite, weight loss, sweating, disturbed sleep patterns, bruxism, visual and auditory hallucinations, itchiness, aggressiveness, moodiness.", + "aliases": [ + "4cmc" + ] + }, + "pretty_name": "4-CMC", + "aliases": [ + "4cmc" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Threshold": "20-30mg", + "Light": "30-50mg", + "Common": "50mg-100mg", + "Strong": "100mg+" + } + }, + "formatted_duration": { + "Oral": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "20-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "decreased need for sleep", + "increased sociability", + "mood lift", + "increased sexuality", + "excessive talking", + "decreased appetite", + "weight loss", + "sweating", + "disturbed sleep patterns", + "bruxism", + "visual and auditory hallucinations", + "itchiness", + "aggressiveness", + "moodiness", + "" + ], + "formatted_aftereffects": { + "value": "Few", + "_unit": "hours" + }, + "id": 163 + }, + "dextropropoxyphene": { + "name": "dextropropoxyphene", + "properties": { + "dose": "Light: 30-65mg Common: 65-100mg Strong: 100-200mg NOTE: It was taken off the market in some countries due to issues relating to the Kidney, Liver, Heart and Respiratory Disorders.", + "aliases": [ + "darvocet", + "co-proxamol", + "coproxamol", + "capadex", + "di-gesic" + ], + "summary": "An opioid analgesic that is an optical isomer of levopropoxyphene. Used to treat mild pain and often used for its antitussive properties. It has been taken off the market in Europe and US due to concerns of health issues relating to the Kidney, Liver, Heart and Respiratory Disorders. Just a bit stronger than Tramadol.", + "onset": "20-30 minutes.", + "duration": "1-3 hours.", + "after-effects": "1-6 hours.", + "avoid": "All CNS depressants. And all together if you have a history of issues with your Kidneys, Liver, Heart and any Respiratory Disorders.", + "categories": [ + "opioid", + "depressant", + "habit-forming" + ] + }, + "pretty_name": "Dextropropoxyphene", + "aliases": [ + "darvocet", + "co-proxamol", + "coproxamol", + "capadex", + "di-gesic" + ], + "categories": [ + "opioid", + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "30-65mg", + "Common": "65-100mg", + "Strong": "100-200mg", + "NOTE": "It" + } + }, + "formatted_duration": { + "value": "1-3", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 164 + }, + "pipt": { + "name": "pipt", + "properties": { + "onset": "Vaped: 5 minutes. | Oral: 1 hour.", + "dose": "Vapourized Threshold: 10mg Light: 15mg Common: 15-20mg Heavy: 20mg+", + "duration": "Oral: 3-4 hours | Vaped: 2 hours", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "summary": "A rare psychedelic tryptamine related to DPT. Little is known about the effects or safety profile of this compound.", + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "after-effects": "1-4 hours." + }, + "pretty_name": "PiPT", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Vapourized": { + "Threshold": "10mg", + "Light": "15mg", + "Common": "15-20mg", + "Heavy": "20mg+" + } + }, + "formatted_duration": { + "Oral": "3-4", + "Vaped": "2", + "_unit": "hours" + }, + "formatted_onset": { + "Vaped": "5", + "Oral": "1", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "formatted_aftereffects": { + "value": "1-4", + "_unit": "hours" + }, + "id": 165 + }, + "dimethylone": { + "name": "dimethylone", + "properties": { + "summary": "Inactive.", + "categories": [ + "inactive" + ] + }, + "pretty_name": "Dimethylone", + "categories": [ + "inactive" + ], + "id": 166 + }, + "25p-nbome": { + "name": "25p-nbome", + "properties": { + "summary": "A rare potent psychedelic drug with similar effects and risks to others in the NBOMe class. Yet no trip reports... when the substance was first sold in mid-late 2012, and resurfaced in early 2015.", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "onset": "25-40 minutes.", + "duration": "7-14 hours.", + "dose": "Threshold: 100-250ug Light: 250-450ug Common: 450-700ug Strong: 700-1500ug", + "after-effects": "1-16 hours." + }, + "pretty_name": "25P-NBOMe", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Threshold": "100-250ug", + "Light": "250-450ug", + "Common": "450-700ug", + "Strong": "700-1500ug" + } + }, + "formatted_duration": { + "value": "7-14", + "_unit": "hours" + }, + "formatted_onset": { + "value": "25-40", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "formatted_aftereffects": { + "value": "1-16", + "_unit": "hours" + }, + "id": 167 + }, + "deschloroetizolam": { + "name": "deschloroetizolam", + "properties": { + "summary": "A Thienodiazepine which is close to its parent compound, Etizolam, whilst being significantly weaker and longer lasting.", + "onset": "1-5 minutes", + "duration": "8-10 hours.", + "avoid": "All other CNS depressants.", + "categories": [ + "benzodiazepine", + "research-chemical", + "habit-forming", + "tentative", + "depressant" + ], + "dose": "Oral Light: 2-4mg Common: 4-6mg Strong: 6-12mg | NOTE: Non-oral ROAs are ineffective.", + "aliases": [ + "etizolam-2" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "after-effects": "1-8 hours." + }, + "pretty_name": "Deschloroetizolam", + "aliases": [ + "etizolam-2" + ], + "categories": [ + "benzodiazepine", + "research-chemical", + "habit-forming", + "tentative", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "2-4mg", + "Common": "4-6mg", + "Strong": "6-12mg" + } + }, + "formatted_duration": { + "value": "8-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "1-5", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "pweffects": { + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Analysis suppression": "https://psychonautwiki.org/wiki/Analysis_suppression", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Emotion suppression": "https://psychonautwiki.org/wiki/Emotion_suppression", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Muscle relaxation": "https://psychonautwiki.org/wiki/Muscle_relaxation", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "dose_note": " NOTE: Non-oral ROAs are ineffective.", + "id": 168 + }, + "bromo-dragonfly": { + "name": "bromo-dragonfly", + "properties": { + "summary": "A psychedelic phenethylamine and benzofuran that is very potent and has a long duration. Was briefly sold as \"2C-B-FLY\" in 2005/6 and has lead to multiple deaths.", + "dose": "Oral Threshold: 100ug Common: 100-400ug Strong: 500-750ug+", + "onset": "Up to 6 hours.", + "duration": "16-30 hours.", + "after-effects": "Up to many days.", + "categories": [ + "psychedelic", + "research-chemical" + ], + "aliases": [ + "bromo-d-fly", + "bdfly", + "bromo-dragon-fly", + "dob-dragonfly" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "Bromo-DragonFLY", + "aliases": [ + "bromo-d-fly", + "bdfly", + "bromo-dragon-fly", + "dob-dragonfly" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Threshold": "100ug", + "Common": "100-400ug", + "Strong": "500-750ug+" + } + }, + "formatted_duration": { + "value": "16-30", + "_unit": "hours" + }, + "formatted_onset": { + "value": "Up", + "_unit": "hours" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_BromoDragonfly.shtml" + }, + "formatted_aftereffects": { + "value": "Up" + }, + "id": 169 + }, + "cloxazolam": { + "name": "cloxazolam", + "properties": { + "summary": "Benzodiazepine derivate that is metabolised into Delorazepam. Which is where most of its effects come from.", + "dose": "Light: 1.5-3mg Common: 3-6mg Strong: 6-12mg+", + "onset": "15-45 minutes.", + "duration": "7-12 hours.", + "after-effects": "4-12 hours.", + "categories": [ + "depressant", + "habit-forming" + ] + }, + "pretty_name": "Cloxazolam", + "categories": [ + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "1.5-3mg", + "Common": "3-6mg", + "Strong": "6-12mg+" + } + }, + "formatted_duration": { + "value": "7-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "4-12", + "_unit": "hours" + }, + "id": 170 + }, + "tiletamine": { + "name": "tiletamine", + "properties": { + "onset": "Oral: 15-45 minutes. | Insufflated: 2-10 minutes. | Intramuscular: 1-5 minutes.", + "summary": "A relatively rare dissociative anesthetic, pharmacologically classified as an NMDA receptor antagonist. It is related to other anesthetics in this family such as Ketamine and phencyclidine. Has been used to cut Ketamine, in which case it may cause additional nausea. In Veterinary practice it is mixed with Zolazolam, a potent anaesthetic at a 1:1 ratio.", + "categories": [ + "dissociative", + "research-chemical", + "tentative", + "habit-forming" + ], + "duration": "Oral: 6-12 hours. | Insufflated: 2-5 hours. | Intramuscular: 1-4 hours.", + "aliases": [ + "telazol" + ], + "dose": "Oral Light: 10-25mg Common: 25-50mg Strong: 50-100mg+ | Intramuscular Light: 2.5-5mg Common: 5-10mg Strong: 10-20mg+", + "after-effects": "1-72 hours." + }, + "pretty_name": "Tiletamine", + "aliases": [ + "telazol" + ], + "categories": [ + "dissociative", + "research-chemical", + "tentative", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "10-25mg", + "Common": "25-50mg", + "Strong": "50-100mg+" + }, + "Intramuscular": { + "Light": "2.5-5mg", + "Common": "5-10mg", + "Strong": "10-20mg+" + } + }, + "formatted_duration": { + "Oral": "6-12", + "Insufflated": "2-5", + "Intramuscular": "1-4", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-45", + "Insufflated": "2-10", + "Intramuscular": "1-5", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-72", + "_unit": "hours" + }, + "id": 171 + }, + "butylone": { + "name": "butylone", + "properties": { + "summary": "Empathogen and stimulant of the cathinone class.", + "aliases": [ + "bk-mbdb", + "b1", + "bk-methyl-j" + ], + "onset": "25-45 minutes", + "duration": "3-5 hours.", + "dose": "Oral Threshold: 20-40mg Light: 40-70mg Common: 70-100mg Strong: 150-200mg Heavy: 200mg+", + "after-effects": "2-12 hours.", + "categories": [ + "psychedelic", + "stimulant", + "research-chemical", + "habit-forming", + "empathogen" + ] + }, + "pretty_name": "Butylone", + "aliases": [ + "bk-mbdb", + "b1", + "bk-methyl-j" + ], + "categories": [ + "psychedelic", + "stimulant", + "research-chemical", + "habit-forming", + "empathogen" + ], + "formatted_dose": { + "Oral": { + "Threshold": "20-40mg", + "Light": "40-70mg", + "Common": "70-100mg", + "Strong": "150-200mg", + "Heavy": "200mg+" + } + }, + "formatted_duration": { + "value": "3-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "25-45", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_bkMBDB.shtml" + }, + "formatted_aftereffects": { + "value": "2-12", + "_unit": "hours" + }, + "id": 172 + }, + "jenkem": { + "name": "jenkem", + "properties": { + "summary": "A hoax which began in online communities of a non-existent drug which was claimed to result from a process involving human waste. http://www.snopes.com/crime/warnings/jenkem.asp", + "categories": [ + "deliriant", + "tentative" + ] + }, + "pretty_name": "Jenkem", + "categories": [ + "deliriant", + "tentative" + ], + "id": 173 + }, + "ketamine": { + "name": "ketamine", + "properties": { + "dose": "Insufflated Threshold: 5-10mg Light: 20-50mg Common: 50-125mg Strong: 125-175mg Heavy: 175-250mg | NOTE: Ketamine is based on weight. These are figures for the average 150 pound male There is no concrete dose for the \"K-Hole\" as each user is different.", + "duration": "1-2 hours", + "summary": "A short acting dissociative anaesthetic and hallucinogen commonly used in emergency medicine. It is the prototypical dissociative, and is widely used at sub-anesthetic doses recreationally. Small doses are comparable with alcohol, while larger doses are immobilising and lead to psychedelic experiences: the \"K-Hole.\"", + "onset": "Insufflated: 7.5-20 minutes | Oral: 10-75 minutes | Intramuscular: 2-7.5 minutes | Intravenous: 0-2 minutes", + "avoid": "Driving. Moving and walking if possible. Mixing with other depressants like alcohol, benzos and opiates.", + "effects": "A feeling of drunkenness and well being at low doses. As dose increases the user may begin to feel a disconnection from their body. At 'khole' doses the user may become completely disconnected from both body and mind.", + "aliases": [ + "k", + "ket", + "kitty", + "kittens" + ], + "molecule": "http://wiki.tripsit.me/images/7/76/Ketamine.png", + "categories": [ + "dissociative", + "habit-forming", + "common" + ], + "after-effects": "1-2 hours" + }, + "pretty_name": "Ketamine", + "aliases": [ + "k", + "ket", + "kitty", + "kittens" + ], + "categories": [ + "dissociative", + "habit-forming", + "common" + ], + "formatted_dose": { + "Insufflated": { + "Threshold": "5-10mg", + "Light": "20-50mg", + "Common": "50-125mg", + "Strong": "125-175mg", + "Heavy": "175-250mg" + } + }, + "formatted_duration": { + "value": "1-2", + "_unit": "hours" + }, + "formatted_onset": { + "Insufflated": "7.5-20", + "Oral": "10-75", + "Intramuscular": "2-7.5", + "Intravenous": "0-2", + "_unit": "minutes" + }, + "formatted_effects": [ + "A feeling of drunkenness and well being at low doses", + "As dose increases the user may begin to feel a disconnection from their body", + "At 'khole' doses the user may become completely disconnected from both body and mind", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Ketamine.shtml" + }, + "pweffects": { + "Acuity suppression": "https://psychonautwiki.org/wiki/Acuity_suppression", + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Auditory suppression": "https://psychonautwiki.org/wiki/Auditory_suppression", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Consciousness disconnection": "https://psychonautwiki.org/wiki/Consciousness_disconnection", + "Depersonalization": "https://psychonautwiki.org/wiki/Depersonalization", + "Derealization": "https://psychonautwiki.org/wiki/Derealization", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Double vision": "https://psychonautwiki.org/wiki/Double_vision", + "Déjà vu": "https://psychonautwiki.org/wiki/D%C3%A9j%C3%A0_vu", + "Environmental cubism": "https://psychonautwiki.org/wiki/Environmental_cubism", + "Environmental orbism": "https://psychonautwiki.org/wiki/Environmental_orbism", + "External hallucinations": "https://psychonautwiki.org/wiki/External_hallucinations", + "Frame rate suppression": "https://psychonautwiki.org/wiki/Frame_rate_suppression", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Pattern recognition suppression": "https://psychonautwiki.org/wiki/Pattern_recognition_suppression", + "Perception of decreased weight": "https://psychonautwiki.org/wiki/Perception_of_decreased_weight", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Perspective distortions": "https://psychonautwiki.org/wiki/Perspective_distortions", + "Physical autonomy": "https://psychonautwiki.org/wiki/Physical_autonomy", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Subconscious communication": "https://psychonautwiki.org/wiki/Subconscious_communication", + "Suggestibility enhancement": "https://psychonautwiki.org/wiki/Suggestibility_enhancement", + "Synaesthesia": "https://psychonautwiki.org/wiki/Synaesthesia", + "Tactile disconnection": "https://psychonautwiki.org/wiki/Tactile_disconnection", + "Tactile suppression": "https://psychonautwiki.org/wiki/Tactile_suppression", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Unity and interconnectedness": "https://psychonautwiki.org/wiki/Unity_and_interconnectedness", + "Visual disconnection": "https://psychonautwiki.org/wiki/Visual_disconnection", + "Visual sliding": "https://psychonautwiki.org/wiki/Visual_sliding" + }, + "formatted_aftereffects": { + "value": "1-2", + "_unit": "hours" + }, + "dose_note": " NOTE: Ketamine is based on weight. These are figures for the average 150 pound male There is no concrete dose for the \"K-Hole\" as each user is different.", + "sources": { + "_general": [ + "Comparative and interactive human psychopharmacologic effects of ketamine and amphetamine: implications for glutamatergic and dopaminergic model ps.. - https://www.ncbi.nlm.nih.gov/pubmed/16143730", + "The effect of ketamine on opioid-induced acute tolerance: can it explain reduction of opioid consumption with ketamine-opioid analgesic combinations - http://www.ncbi.nlm.nih.gov/pubmed/11094005", + "Subanesthetic ketamine infusion therapy: a retrospective analysis of a novel therapeutic approach to complex regional pain syndrome - http://www.ncbi.nlm.nih.gov/pubmed/15367304", + "Effects of ketamine on precipitated opiate withdrawal - http://www.ncbi.nlm.nih.gov/pubmed/16963828", + "Low-dose ketamine with multimodal postcesarean delivery analgesia: a randomized controlled trial - http://www.ncbi.nlm.nih.gov/pubmed/21224020", + "Chronic ketamine exposure induces permanent impairment of brain functions in adolescent cynomolgus monkeys - http://www.ncbi.nlm.nih.gov/pubmed/23145560", + "GLYX-13, a NMDA receptor glycine-site functional partial agonist, induces antidepressant-like effects without ketamine-like side effects - http://www.ncbi.nlm.nih.gov/pubmed/23303054", + "From \"Special K\" to \"Special M\": the evolution of the recreational use of ketamine and methoxetamine - http://www.ncbi.nlm.nih.gov/pubmed/23421859", + "Daily oral ketamine for the treatment of depression and anxiety in patients receiving hospice care: a 28-day open-label proof-of-concept trial - http://www.ncbi.nlm.nih.gov/pubmed/23805864", + "Brain damages in ketamine addicts as revealed by magnetic resonance imaging - http://www.ncbi.nlm.nih.gov/pubmed/23882190", + "Antidepressant efficacy of ketamine in treatment-resistant major depression: a two-site randomized controlled trial - http://www.ncbi.nlm.nih.gov/pubmed/23982301", + "Are sexes affected differently by ketamine? An exploratory study in ketamine users - http://www.ncbi.nlm.nih.gov/pubmed/24106975", + "Therapeutic infusions of ketamine: do the psychoactive effects matter - http://www.ncbi.nlm.nih.gov/pubmed/24480515", + "The absolute bioavailability of racemic ketamine from a novel sublingual formulation - http://www.ncbi.nlm.nih.gov/pubmed/24977293", + "The mood stabilizer lithium potentiates the antidepressant-like effects and ameliorates oxidative stress induced by acute ketamine in a mouse model.. - http://www.ncbi.nlm.nih.gov/pubmed/25548109", + "The promise of ketamine for treatment-resistant depression: current evidence and future directions - http://www.ncbi.nlm.nih.gov/pubmed/25649308", + "Antidepressants do not increase the lethality of ketamine in mice - http://www.ncbi.nlm.nih.gov/pubmed/6849728", + "Effect of ketamine, an NMDA receptor inhibitor, in acute and chronic orofacial pain - http://www.ncbi.nlm.nih.gov/pubmed/7659431", + "Ketamine and norketamine plasma concentrations after i.v., nasal and rectal administration in children - http://www.ncbi.nlm.nih.gov/pubmed/8881626", + "Tissue distribution of ketamine in a mixed drug fatality - http://www.ncbi.nlm.nih.gov/pubmed/9397567", + "[From the racemate to the eutomer: (S)-ketamine. Renaissance of a substance?] - http://www.ncbi.nlm.nih.gov/pubmed/9451486", + "Chronic abuse has led to a case of kidney and liver damage http://www.ncbi.nlm.nih.gov/pubmed/24982568", + "ketamine in the hospital setting can raise blood pressure and is something to be considered when using it: \"Emergency care in the streets\"", + "Ketamine shows promise in treating suicidal ideation in patients with depression - http://www.biologicalpsychiatryjournal.com/article/S0006-3223(09)00519-8/abstract" + ] + }, + "combos": { + "mushrooms": { + "status": "Low Risk & Synergy" + }, + "lsd": { + "status": "Low Risk & Synergy" + }, + "dmt": { + "status": "Low Risk & Synergy" + }, + "mescaline": { + "status": "Low Risk & Synergy" + }, + "dox": { + "status": "Low Risk & Synergy", + "note": "Ketamine and psychedelics tend to potentiate each other - go slowly." + }, + "nbomes": { + "status": "Low Risk & Synergy" + }, + "2c-x": { + "status": "Low Risk & Synergy" + }, + "2c-t-x": { + "status": "Low Risk & Synergy" + }, + "amt": { + "status": "Low Risk & Synergy" + }, + "5-meo-xxt": { + "status": "Low Risk & Synergy" + }, + "cannabis": { + "status": "Low Risk & Synergy" + }, + "mxe": { + "status": "Low Risk & Synergy" + }, + "dxm": { + "status": "Low Risk & No Synergy" + }, + "pcp": { + "status": "Low Risk & Synergy" + }, + "nitrous": { + "status": "Low Risk & Synergy" + }, + "amphetamines": { + "status": "Caution", + "note": "No unexpected interactions, though likely to increase blood pressure but not an issue with sensible doses. Moving around on high doses of this combination may be ill advised due to risk of physical injury." + }, + "mdma": { + "status": "Low Risk & Synergy", + "note": "No unexpected interactions, though likely to increase blood pressure but not an issue with sensible doses. Moving around on high doses of this combination may be ill advised due to risk of physical injury." + }, + "cocaine": { + "status": "Caution", + "note": "No unexpected interactions, though likely to increase blood pressure but not an issue with sensible doses. Moving around on high doses of this combination may be ill advised due to risk of physical injury." + }, + "caffeine": { + "status": "Low Risk & No Synergy", + "note": "No unexpected interactions." + }, + "alcohol": { + "status": "Dangerous", + "note": "Both substances cause ataxia and bring a very high risk of vomiting and unconsciousness. If the user falls unconscious while under the influence there is a severe risk of vomit aspiration if they are not placed in the recovery position." + }, + "ghb/gbl": { + "status": "Dangerous", + "note": "Both substances cause ataxia and bring a risk of vomiting and unconsciousness. If the user falls unconscious while under the influence there is a severe risk of vomit aspiration if they are not placed in the recovery position." + }, + "opioids": { + "status": "Dangerous", + "note": "Both substances bring a risk of vomiting and unconsciousness. If the user falls unconscious while under the influence there is a severe risk of vomit aspiration if they are not placed in the recovery position." + }, + "tramadol": { + "status": "Dangerous" + }, + "benzodiazepines": { + "status": "Caution", + "note": "Both substances potentiate the ataxia and sedation caused by the other and can lead to unexpected loss of consciousness at high doses. While unconscious, vomit aspiration is a risk if not placed in the recovery position." + }, + "benzos": { + "status": "Caution", + "note": "Both substances potentiate the ataxia and sedation caused by the other and can lead to unexpected loss of consciousness at high doses. While unconscious, vomit aspiration is a risk if not placed in the recovery position." + }, + "maois": { + "status": "Caution", + "note": "MAO-B inhibitors appear to increase the potency of Ketamine. MAO-A inhbitors have some negative reports associated with the combination but there isn't much information available" + }, + "ssris": { + "status": "Low Risk & No Synergy" + } + }, + "id": 174 + }, + "diclofensine": { + "name": "diclofensine", + "properties": { + "summary": "A triple monoamine reuptake inhibitor developed by Hoffman-LaRoche in the 1970s as an antidepressant but discontinued, probably due to high abuse potential. Has not become popular as a recreational drug at this time. Acts as an SNDRI, mostly inhibits dopamine and noradrenaline.", + "aliases": [ + "ro8-4650" + ], + "dose": "Threshold: 12-15mg Low: 30-40mg Common: 40-60mg Heavy: 60-80mg | NOTE: These doses are tentative and may need further research.", + "duration": "4-6 hours", + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ] + }, + "pretty_name": "Diclofensine", + "aliases": [ + "ro8-4650" + ], + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ], + "formatted_dose": { + "Threshold:": { + "Threshold": "12-15mg", + "Low": "30-40mg", + "Common": "40-60mg", + "Heavy": "60-80mg" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "dose_note": " NOTE: These doses are tentative and may need further research.", + "id": 175 + }, + "6-apdb": { + "name": "6-apdb", + "properties": { + "summary": "A stimulant and entactogen related to MDMA and an analogue of MDA. Reported as being fairly psychedlic at higher doses. It is a triple monoamine reuptake inhibitor. Potent full agonist of serotonin 2B receptors.", + "dose": "Oral Threshold: 25-30mg Low: 30-40mg Medium: 40-75mg Heavy: 75-100+mg", + "onset": "60-90 minutes.", + "duration": "7-9 hours, up to 12 reported", + "after-effects": "Some users report feeling drained the next day lasting a few days. Varies person to person.", + "aliases": [ + "4-desoxy-mda" + ], + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "empathogen", + "habit-forming" + ], + "effects": "Euphoria, increased energy/alertness, Decreased need for sleep, Increased sociability, mood lift, increase sexuality, Excessive talking, Decreased appetite, Weight loss, Sweating, Distrubed sleep patterns, Bruxia, Visual and audiotory hallucinations itchiness, agressiveness, moodiness." + }, + "pretty_name": "6-APDB", + "aliases": [ + "4-desoxy-mda" + ], + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "empathogen", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Threshold": "25-30mg", + "Low": "30-40mg", + "Medium": "40-75mg", + "Heavy": "75-100+mg" + } + }, + "formatted_duration": { + "value": "7-9", + "_unit": "hours" + }, + "formatted_onset": { + "value": "60-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "Decreased need for sleep", + "Increased sociability", + "mood lift", + "increase sexuality", + "Excessive talking", + "Decreased appetite", + "Weight loss", + "Sweating", + "Distrubed sleep patterns", + "Bruxia", + "Visual and audiotory hallucinations itchiness", + "agressiveness", + "moodiness", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_6APDB.shtml" + }, + "formatted_aftereffects": { + "value": "Some" + }, + "id": 176 + }, + "lsa": { + "name": "lsa", + "properties": { + "dose": "HBWR Light: 1-2seeds Common: 2-6seeds Strong: 6-14seeds Heavy: 14seeds+ | Morning_Glory Light: 50-100seeds Common: 100-250seeds Strong: 250-400seeds Heavy: 400seeds+", + "onset": "30-180 minutes", + "duration": "4-10 hours", + "after-effects": "Some users report a hangover, characterized by a feeling of mental sluggishness and dulled emotions.", + "summary": "A chemical found in Morning Glory and Hawaiian Baby Woodrose seeds, which are often legally available. Has mental effects similar to LSD, although with almost no visual effects. It is famous for being very nauseating, and for causing excessive time dilation at higher doses.", + "aliases": [ + "hbwr", + "morningglory", + "hbmg", + "Morning", + "ololiuqui", + "morning_glory", + "hbw" + ], + "categories": [ + "psychedelic", + "common" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "LSA", + "aliases": [ + "hbwr", + "morningglory", + "hbmg", + "Morning", + "ololiuqui", + "morning_glory", + "hbw" + ], + "categories": [ + "psychedelic", + "common" + ], + "formatted_dose": { + "HBWR": { + "Light": "1-2seeds", + "Common": "2-6seeds", + "Strong": "6-14seeds", + "Heavy": "14seeds+" + }, + "Morning_Glory": { + "Light": "50-100seeds", + "Common": "100-250seeds", + "Strong": "250-400seeds", + "Heavy": "400seeds+" + } + }, + "formatted_duration": { + "value": "4-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-180", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_LSA.shtml" + }, + "pweffects": { + "8B Geometry - Exposure to inner mechanics of consciousness": "https://psychonautwiki.org/wiki/8B_Geometry_-_Exposure_to_inner_mechanics_of_consciousness", + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Déjà vu": "https://psychonautwiki.org/wiki/D%C3%A9j%C3%A0_vu", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Perception of increased weight": "https://psychonautwiki.org/wiki/Perception_of_increased_weight", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Subconscious communication": "https://psychonautwiki.org/wiki/Subconscious_communication", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought connectivity": "https://psychonautwiki.org/wiki/Thought_connectivity", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Transformations": "https://psychonautwiki.org/wiki/Transformations", + "Unity and interconnectedness": "https://psychonautwiki.org/wiki/Unity_and_interconnectedness", + "Vasoconstriction": "https://psychonautwiki.org/wiki/Vasoconstriction", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "Some" + }, + "id": 177 + }, + "focalin": { + "name": "focalin", + "properties": { + "summary": "The psychoactive isomer of methylphenidate, mostly used to treat ADHD. Twice as potent as methylphenidate, and is said to have cleaner psychostimulant effects with fewer side effects.", + "aliases": [ + "dexmethylphenidate", + "dextromethylphenidate" + ], + "dose": "Oral Light: 10-20mg Common: 20-30mg Strong: 30-40mg Heavy: 40-50mg", + "onset": "45-90 mintues.", + "duration": "9-12 hours", + "categories": [ + "stimulant", + "habit-forming", + "common" + ], + "after-effects": "1-12 hours." + }, + "pretty_name": "Dexmethylphenidate", + "aliases": [ + "dexmethylphenidate", + "dextromethylphenidate" + ], + "categories": [ + "stimulant", + "habit-forming", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "10-20mg", + "Common": "20-30mg", + "Strong": "30-40mg", + "Heavy": "40-50mg" + } + }, + "formatted_duration": { + "value": "9-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-90" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 178 + }, + "psilocin": { + "name": "psilocin", + "properties": { + "summary": "Psilocin is a substutued tryptamine alkaloid, that is present in most psychedelic mushrooms. It is relatively unstable in solution due to the -OH group.", + "dose": "Oral Light: 5-10mg Common: 10-15mg Strong: 15-25mg | Insufflated Light: 2.5-5mg Common: 5-10mg Strong: 10-15mg", + "duration": "Oral: 3-6 hours | Insufflated: 2-4 hours.", + "onset": "Oral: 15-30 minutes. | Insufflated: 5-10 minutes.", + "after-effects": "3-12 hours.", + "aliases": [ + "4-ho-dmt", + "4-oh-dmt" + ], + "categories": [ + "psychedelic", + "tentative", + "empathogen", + "research-chemical" + ] + }, + "pretty_name": "Psilocin", + "aliases": [ + "4-ho-dmt", + "4-oh-dmt" + ], + "categories": [ + "psychedelic", + "tentative", + "empathogen", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "5-10mg", + "Common": "10-15mg", + "Strong": "15-25mg" + }, + "Insufflated": { + "Light": "2.5-5mg", + "Common": "5-10mg", + "Strong": "10-15mg" + } + }, + "formatted_duration": { + "Oral": "3-6", + "Insufflated": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-30", + "Insufflated": "5-10", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "3-12", + "_unit": "hours" + }, + "id": 179 + }, + "4-aco-det": { + "name": "4-aco-det", + "properties": { + "dose": "Oral Threshold: 2-5mg's Light: 5-15mg's Common: 10-15mg's. Strong: 15-30mg's+\"", + "duration": "Oral: 2-6 hours.", + "after-effects": "1-6 hours.", + "onset": "15-60 minutes (Dependant on form and stomach contents)", + "categories": [ + "tentative", + "psychedelic", + "research-chemical" + ], + "aliases": [ + "ethacetin", + "ethylacybin", + "4-acetoxy-det" + ], + "summary": "Rare drug that is of the tryptamine family, can be comparable to Psilocybin. Expected to quickly hydrolyzed into the free phenolic 4-HO-DET." + }, + "pretty_name": "4-AcO-DET", + "aliases": [ + "ethacetin", + "ethylacybin", + "4-acetoxy-det" + ], + "categories": [ + "tentative", + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Threshold": "2-5mg", + "Light": "5-15mg", + "Common": "10-15mg", + "Strong": "15-30mg" + } + }, + "formatted_duration": { + "Oral": "2-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-60", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_4AcODET.shtml" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 180 + }, + "2-mppp": { + "name": "2-mppp", + "properties": { + "summary": "A novel stimulant that is similar to methcathinone.", + "duration": "2-4 hours", + "dose": "Oral Light: 25-50mg Common: 50-100mg Strong: 100-150mg Heavy: 150mg+. | Insufflated Light: 15-30mg Common: 30-60mg Strong: 60-110mg Heavy: 110mg+", + "onset": "Oral: 10-20 minutes | Rectal 10-15 minutes", + "aliases": [ + "n-piperidinecathinone" + ], + "categories": [ + "research-chemical", + "habit-forming", + "stimulant", + "tentative" + ], + "effects": "Euphoria, increased energy/alertness, decreased need for sleep, increased sociability, mood lift, increased sexuality, excessive talking, decreased appetite, weight loss, sweating, disturbed sleep patterns, bruxism, visual and auditory hallucinations, itchiness, aggressiveness, moodiness.", + "after-effects": "1-12 hours." + }, + "pretty_name": "2-MPPP", + "aliases": [ + "n-piperidinecathinone" + ], + "categories": [ + "research-chemical", + "habit-forming", + "stimulant", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "25-50mg", + "Common": "50-100mg", + "Strong": "100-150mg", + "Heavy": "150mg+." + }, + "Insufflated": { + "Light": "15-30mg", + "Common": "30-60mg", + "Strong": "60-110mg", + "Heavy": "110mg+" + } + }, + "formatted_duration": { + "value": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "10-20", + "Rectal": "10-15", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "decreased need for sleep", + "increased sociability", + "mood lift", + "increased sexuality", + "excessive talking", + "decreased appetite", + "weight loss", + "sweating", + "disturbed sleep patterns", + "bruxism", + "visual and auditory hallucinations", + "itchiness", + "aggressiveness", + "moodiness", + "" + ], + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 181 + }, + "5-meo-met": { + "name": "5-meo-met", + "properties": { + "dose": "Oral Threshold 5-7mg Light: 13-15mg Common: 15-25mg Strong: 25mg+ | Vapourized Threshold: ~1mg Light: 1-5mg Common: 5-8mg Strong: 8-12mg+", + "duration": "Oral: 2-3 hours. Vapourized 60-90 minutes.", + "summary": "An obscure psychedelic drug similar in structure to 5-MeO-DMT. Possibly first synthesised by Alexander Shulgin. Likely to have similar effects to other tryptamine psychedelics.", + "after-effects": "1-2 hours.", + "categories": [ + "psychedelic", + "research-chemical" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "onset": "Oral: 10-45 minutes. | Vapourized: 1-5 minutes." + }, + "pretty_name": "5-MeO-MET", + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "13-15mg", + "Common": "15-25mg", + "Strong": "25mg+" + }, + "Vapourized": { + "Light": "1-5mg", + "Common": "5-8mg", + "Strong": "8-12mg+" + } + }, + "formatted_duration": { + "Oral": "2-3", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "10-45", + "Vapourized": "1-5", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "formatted_aftereffects": { + "value": "1-2", + "_unit": "hours" + }, + "id": 182 + }, + "oxazolam": { + "name": "oxazolam", + "properties": { + "summary": "A benzodiazepine derivative that is a prodrug for desmethyldiazepam.", + "dose": "Light: 5-10mg Common: 10-15mg Strong: 15-30mg+", + "duration": "6-12 hours.", + "onset": "30-90 minutes.", + "after-effects": "6-12 hours.", + "categories": [ + "depressant", + "habit-forming" + ] + }, + "pretty_name": "Oxazolam", + "categories": [ + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "5-10mg", + "Common": "10-15mg", + "Strong": "15-30mg+" + } + }, + "formatted_duration": { + "value": "6-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-90", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "6-12", + "_unit": "hours" + }, + "id": 183 + }, + "scopolamine": { + "name": "scopolamine", + "properties": { + "avoid": "Yes. Just avoid it. One of the active substances in Datura.", + "summary": "The main active compound in datura, medium and high doses have serious side effects and cause extremely unpleasant deleriant hallucinations. Avoid it.", + "categories": [ + "deliriant", + "tentative" + ] + }, + "pretty_name": "Scopolamine", + "categories": [ + "deliriant", + "tentative" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Scopolamine.shtml" + }, + "pweffects": { + "Abnormal heartbeat": "https://psychonautwiki.org/wiki/Abnormal_heartbeat", + "Acuity suppression": "https://psychonautwiki.org/wiki/Acuity_suppression", + "After images": "https://psychonautwiki.org/wiki/After_images", + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Cognitive dysphoria": "https://psychonautwiki.org/wiki/Cognitive_dysphoria", + "Depression": "https://psychonautwiki.org/wiki/Depression", + "Difficulty urinating": "https://psychonautwiki.org/wiki/Difficulty_urinating", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Dream potentiation": "https://psychonautwiki.org/wiki/Dream_potentiation", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Emotion suppression": "https://psychonautwiki.org/wiki/Emotion_suppression", + "External hallucinations": "https://psychonautwiki.org/wiki/External_hallucinations", + "Frequent urination": "https://psychonautwiki.org/wiki/Frequent_urination", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Language suppression": "https://psychonautwiki.org/wiki/Language_suppression", + "Muscle cramps": "https://psychonautwiki.org/wiki/Muscle_cramps", + "Muscle spasms": "https://psychonautwiki.org/wiki/Muscle_spasms", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Paranoia": "https://psychonautwiki.org/wiki/Paranoia", + "Pattern recognition suppression": "https://psychonautwiki.org/wiki/Pattern_recognition_suppression", + "Perception of increased weight": "https://psychonautwiki.org/wiki/Perception_of_increased_weight", + "Peripheral information misinterpretation": "https://psychonautwiki.org/wiki/Peripheral_information_misinterpretation", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Photophobia": "https://psychonautwiki.org/wiki/Photophobia", + "Psychosis": "https://psychonautwiki.org/wiki/Psychosis", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Restless leg syndrome": "https://psychonautwiki.org/wiki/Restless_leg_syndrome", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Shadow people": "https://psychonautwiki.org/wiki/Shadow_people", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Thought disorganization": "https://psychonautwiki.org/wiki/Thought_disorganization", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Unspeakable horrors": "https://psychonautwiki.org/wiki/Unspeakable_horrors", + "Vibrating vision": "https://psychonautwiki.org/wiki/Vibrating_vision", + "Visual haze": "https://psychonautwiki.org/wiki/Visual_haze" + }, + "id": 184 + }, + "3c-e": { + "name": "3c-e", + "properties": { + "duration": "8-14 hours", + "dose": "Threshold: 15-25mg Light: 25-35mg Common: 35-50mg Strong: 50-70mg+", + "summary": "Three-Carbon Analog of Escaline. Substituted Amphetamine.", + "categories": [ + "psychedelic", + "research-chemical", + "stimulant" + ], + "onset": "30-60 minutes.", + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "after-effects": "2-16 hours." + }, + "pretty_name": "3C-E", + "categories": [ + "psychedelic", + "research-chemical", + "stimulant" + ], + "formatted_dose": { + "Oral": { + "Threshold": "15-25mg", + "Light": "25-35mg", + "Common": "35-50mg", + "Strong": "50-70mg+" + } + }, + "formatted_duration": { + "value": "8-14", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_3CE.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal025.shtml" + }, + "formatted_aftereffects": { + "value": "2-16", + "_unit": "hours" + }, + "id": 185 + }, + "pv-8": { + "name": "pv-8", + "properties": { + "summary": "Stimulant of the pyrrolidinophenone class that is a higher homologue of α-PHP and generally less potent and less effective.", + "dose": "Light: 10-20mg Common: 20-40mg Strong: 40-60mg Heavy: 60+mg.", + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ], + "aliases": [ + "a-phpp" + ], + "after-effects": "Oral: 6-12 hours | Insufflated: 4-8 hours | Vapourized: 2-5 hours.", + "onset": "Oral: 15-45 minutes. | Insufflated: 5-10 minutes | Vapourized: 1-2 minutes.", + "duration": "Oral: 3-6 hours | Insufflated: 2-5 hours. | Vapourized: 0.5-1.5 hours." + }, + "pretty_name": "PV-8", + "aliases": [ + "a-phpp" + ], + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "10-20mg", + "Common": "20-40mg", + "Strong": "40-60mg", + "Heavy": "60+mg." + } + }, + "formatted_duration": { + "Oral": "3-6", + "Insufflated": "2-5", + "Vapourized": "0.5-1.5", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-45", + "Insufflated": "5-10", + "Vapourized": "1-2", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "Oral": "6-12", + "Insufflated": "4-8", + "Vapourized": "2-5", + "_unit": "hours" + }, + "id": 186 + }, + "25ip-nbome": { + "name": "25ip-nbome", + "properties": { + "summary": "Almost unheard-of bomamine analogue of 2C-iP. Extremely potent psychedelic with stimulating qualities. May cause potentially dangerous vasoconstriction at high doses. May induce uncomfortable body load.", + "duration": "5-7 hours.", + "dose": "Sublingual Threshold: 250ug Light: 300-750ug Common: 750-1000ug Strong: 1000-1500ug", + "onset": "30-60 minutes.", + "aliases": [ + "25ip" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "test-kits": "Marquis: Red. | Mecke: Green. | Mandelin: Red and Green. | Froehde: Green. | Liebermann: Yellow > Brown. | Ehrlich: No colour change.", + "after-effects": "1-12 hours." + }, + "pretty_name": "25iP-NBOMe", + "aliases": [ + "25ip" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Sublingual": { + "Threshold": "250ug", + "Light": "300-750ug", + "Common": "750-1000ug", + "Strong": "1000-1500ug" + } + }, + "formatted_duration": { + "value": "5-7", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 187 + }, + "adinazolam": { + "name": "adinazolam", + "properties": { + "duration": "2-5 hours.", + "summary": "Benzodiazepine derivative that has some antidepressant properties. Never FDA approved, yet however has been sold as a research chemical.", + "onset": "10-25 minutes.", + "avoid": "All other CNS depressants.", + "categories": [ + "depressant", + "habit-forming", + "tentative" + ], + "aliases": [ + "deracyn" + ], + "dose": "Light: 5-15mg Common: 15-30mg Strong: 30-50mg+", + "after-effects": "1-16 hours." + }, + "pretty_name": "Adinazolam", + "aliases": [ + "deracyn" + ], + "categories": [ + "depressant", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "5-15mg", + "Common": "15-30mg", + "Strong": "30-50mg+" + } + }, + "formatted_duration": { + "value": "2-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-25", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-16", + "_unit": "hours" + }, + "id": 188 + }, + "pro-lad": { + "name": "pro-lad", + "properties": { + "summary": "A very rare lysergamide that is slightly less potent than LSD, yet with a shorter duration of action.", + "dose": "Light: 50-100ug Common: 100-150ug Strong: 150-200ug.", + "duration": "6-10 hours.", + "onset": "30-45 minutes.", + "categories": [ + "tentative", + "psychedelic" + ] + }, + "pretty_name": "PRO-LAD", + "categories": [ + "tentative", + "psychedelic" + ], + "formatted_dose": { + "Oral": { + "Light": "50-100ug", + "Common": "100-150ug", + "Strong": "150-200ug." + } + }, + "formatted_duration": { + "value": "6-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-45", + "_unit": "minutes" + }, + "id": 189 + }, + "5-meo-amt": { + "name": "5-meo-amt", + "properties": { + "duration": "Oral: 12-18 hours. | Insufflated: 8-12 hours.", + "dose": "Oral Threshold: 0.5-1mg Light: 1-2mg Common: 2-4mg Strong: 4-6mg | NOTE: Hospitalizations have occured with as doses as low as 8mg", + "onset": "30-120 minutes.", + "after-effects": "4-24+ hours.", + "summary": "A long-acting psychedelic and entactogenic tryptamine, related to aMT. Very potent and may be sold on blotters. Possibly has been missold as LSD in the past, however this is uncommon. Possibly an MAOI.", + "aliases": [ + "5meoamt" + ], + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "empathogen" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "5-MeO-αMT", + "aliases": [ + "5meoamt" + ], + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "empathogen" + ], + "formatted_dose": { + "Oral": { + "Threshold": "0.5-1mg", + "Light": "1-2mg", + "Common": "2-4mg", + "Strong": "4-6mg" + } + }, + "formatted_duration": { + "Oral": "12-18", + "Insufflated": "8-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-120", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_5MeOAMT.shtml" + }, + "formatted_aftereffects": { + "value": "4-24+", + "_unit": "hours" + }, + "dose_note": " NOTE: Hospitalizations have occured with as doses as low as 8mg", + "id": 190 + }, + "methylone": { + "name": "methylone", + "properties": { + "summary": "βk-MDMA is a cathinone stimulant and empathogen, similar in structure to MDMA, though more stimulating and less empathogenic in comparison. Was very commonly mis-sold as MDMA on the street until it was banned in 2013. The Marquis reagent can differentiate βk-MDMA from MDMA. Less potent than MDMA with a slightly shorter duration.", + "duration": "2-4 hours", + "dose": "Oral Light: 100-150mg Common: 150-250mg Strong: 200-300mg Heavy: 300+mg", + "onset": "15-60 minutes", + "aliases": [ + "bk-mdma", + "m1", + "mdmc" + ], + "after-effects": "6-24 hours", + "marquis": "Yellow", + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "habit-forming", + "empathogen", + "common" + ] + }, + "pretty_name": "Methylone", + "aliases": [ + "bk-mdma", + "m1", + "mdmc" + ], + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "habit-forming", + "empathogen", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "100-150mg", + "Common": "150-250mg", + "Strong": "200-300mg", + "Heavy": "300+mg" + } + }, + "formatted_duration": { + "value": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-60", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Methylone.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal110.shtml" + }, + "pweffects": { + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Cognitive fatigue": "https://psychonautwiki.org/wiki/Cognitive_fatigue", + "Dehydration": "https://psychonautwiki.org/wiki/Dehydration", + "Depression": "https://psychonautwiki.org/wiki/Depression", + "Difficulty urinating": "https://psychonautwiki.org/wiki/Difficulty_urinating", + "Empathy, love, and sociability enhancement": "https://psychonautwiki.org/wiki/Empathy,_love,_and_sociability_enhancement", + "Increased blood pressure": "https://psychonautwiki.org/wiki/Increased_blood_pressure", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Increased perspiration": "https://psychonautwiki.org/wiki/Increased_perspiration", + "Irritability": "https://psychonautwiki.org/wiki/Irritability", + "Mindfulness": "https://psychonautwiki.org/wiki/Mindfulness", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Teeth grinding": "https://psychonautwiki.org/wiki/Teeth_grinding", + "Temperature regulation suppression": "https://psychonautwiki.org/wiki/Temperature_regulation_suppression", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Vibrating vision": "https://psychonautwiki.org/wiki/Vibrating_vision", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "6-24", + "_unit": "hours" + }, + "id": 191 + }, + "2c-t-4": { + "name": "2c-t-4", + "properties": { + "summary": "A psychedelic phenethylamine that has a longer onset and duration compared to the more common 2C-T-x (2 and 7).", + "dose": "Oral Threshold: 5-6mg Light: 6-10mg Common: 10-15mg Strong: 15-20mg", + "onset": "30-120 minutes.", + "duration": "10-18 hours.", + "after-effects": "4-8 hours.", + "avoid": "MAOI's as the dangers with 2C-T-7 could also fall into this substance as well. (Serotonin Syndrome)", + "aliases": [ + "2ct4", + "2c-t4", + "2-ct4", + "2ct-4" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "test-kits": "Marquis: Pale Orange. | Mandelin: Orange (Or Purple). | Liebermann: Purple. | Ehrlich: Purple." + }, + "pretty_name": "2C-T-4", + "aliases": [ + "2ct4", + "2c-t4", + "2-ct4", + "2ct-4" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Threshold": "5-6mg", + "Light": "6-10mg", + "Common": "10-15mg", + "Strong": "15-20mg" + } + }, + "formatted_duration": { + "value": "10-18", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-120", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_2CT4.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal041.shtml" + }, + "formatted_aftereffects": { + "value": "4-8", + "_unit": "hours" + }, + "id": 192 + }, + "4-aco-met": { + "name": "4-aco-met", + "properties": { + "onset": "20-40 minutes.", + "duration": "4-6 hours", + "after-effects": "2-12 hours.", + "dose": "Oral Light: 12-18mg Common: 20-25mg Heavy: 25-35+mg", + "aliases": [ + "metacetin", + "4-acetoxy-met", + "4acomet" + ], + "summary": "A rare psychedelic tryptamine which is thought to be metabolised into 4-HO-MET. Onset and duration, intensity will vary but effect profile is largely the same.", + "categories": [ + "psychedelic", + "research-chemical" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "4-AcO-MET", + "aliases": [ + "metacetin", + "4-acetoxy-met", + "4acomet" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "12-18mg", + "Common": "20-25mg", + "Heavy": "25-35+mg" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-40", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_4AcOMET.shtml" + }, + "pweffects": { + "8A Geometry - Exposure to semantic concept network": "https://psychonautwiki.org/wiki/8A_Geometry_-_Exposure_to_semantic_concept_network", + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "After images": "https://psychonautwiki.org/wiki/After_images", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Feelings of interdependent opposites": "https://psychonautwiki.org/wiki/Feelings_of_interdependent_opposites", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Subconscious communication": "https://psychonautwiki.org/wiki/Subconscious_communication", + "Symmetrical texture repetition": "https://psychonautwiki.org/wiki/Symmetrical_texture_repetition", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought connectivity": "https://psychonautwiki.org/wiki/Thought_connectivity", + "Thought loops": "https://psychonautwiki.org/wiki/Thought_loops", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Tracers": "https://psychonautwiki.org/wiki/Tracers", + "Transformations": "https://psychonautwiki.org/wiki/Transformations", + "Unity and interconnectedness": "https://psychonautwiki.org/wiki/Unity_and_interconnectedness", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "2-12", + "_unit": "hours" + }, + "id": 193 + }, + "flunitrazolam": { + "name": "flunitrazolam", + "properties": { + "summary": "A very potent hypnotic Benzodiazepine. Triazolo version of Flunitrazepam.", + "duration": "4-5 hours", + "dose": "Threshold: 30-40ug Light: 40-80ug Common: 80-150ug Strong: 150-300ug.", + "avoid": "All other CNS depressants.", + "onset": "Oral: 10-30 minutes. | Sublingual: 5-15 minutes.", + "categories": [ + "benzodiazepine", + "depressant", + "habit-forming", + "tentative" + ], + "after-effects": "Oral: 1-16 hours. | Sublingual: 1-12 hours. | Note: This can be much longer on higher doses (Between 0.5-1mg after-effects can last up to around 36 hours)", + "aliases": [ + "fln" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Blackouts." + }, + "pretty_name": "Flunitrazolam", + "aliases": [ + "fln" + ], + "categories": [ + "benzodiazepine", + "depressant", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Threshold": "30-40ug", + "Light": "40-80ug", + "Common": "80-150ug", + "Strong": "150-300ug." + } + }, + "formatted_duration": { + "value": "4-5", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "10-30", + "Sublingual": "5-15", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Blackouts", + "" + ], + "formatted_aftereffects": { + "Oral": "1-16", + "Sublingual": "1-12", + "_unit": "hours" + }, + "id": 194 + }, + "indapex": { + "name": "indapex", + "properties": { + "summary": "5-MEO-TMT, one of Shulgin's lesser known creations. A psychedelic tryptamine little heard of outside of TiHKaL with very little known information about its effects on humans. May be particularly given to causing nausea.", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "aliases": [ + "5-meo-tmt" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "duration": "5-10 hours.", + "onset": "20-50 minutes.", + "after-effects": "1-8 hours.", + "dose": "Oral Light: 60-75mg Common: 75-100mg Strong: 100-150mg. | Note: Very odd dosing curve. So be careful." + }, + "pretty_name": "Indapex", + "aliases": [ + "5-meo-tmt" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "60-75mg", + "Common": "75-100mg", + "Strong": "100-150mg." + } + }, + "formatted_duration": { + "value": "5-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-50", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_5MeOTMT.shtml", + "tihkal": "https://www.erowid.org/library/books_online/tihkal/tihkal45.shtml" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "dose_note": " Note: Very odd dosing curve. So be careful.", + "id": 195 + }, + "4-meo-mipt": { + "name": "4-meo-mipt", + "properties": { + "summary": "A rare psychedelic tryptamine first synthesised by Alexander Shulgin, said to the be \"little brother\" of 5-MeO-MiPT. Said to be relatively mild with lighter visual effects than most tryptamines.", + "duration": "3-7 hours", + "onset": "20-60 minutes", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "dose": "Oral Light: 10mg Common: 10-20mg Strong: 20+mg", + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "after-effects": "1-4 hours." + }, + "pretty_name": "4-MeO-MiPT", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "10mg", + "Common": "10-20mg", + "Strong": "20+mg" + } + }, + "formatted_duration": { + "value": "3-7", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_4MeOMiPT.shtml", + "tihkal": "https://www.erowid.org/library/books_online/tihkal/tihkal39.shtml" + }, + "formatted_aftereffects": { + "value": "1-4", + "_unit": "hours" + }, + "id": 196 + }, + "paroxetine": { + "name": "paroxetine", + "properties": { + "categories": [ + "ssri" + ], + "aliases": [ + "paxil", + "seroxat" + ] + }, + "pretty_name": "Paroxetine", + "aliases": [ + "paxil", + "seroxat" + ], + "categories": [ + "ssri" + ], + "id": 197 + }, + "sinicuichi": { + "name": "sinicuichi", + "properties": { + "summary": "A perennial shrub with small narrow leaves and yellow flowers growing up to ~1.5 meters. Known under many different names. Has been used for Shamanic purposes by natives in Central America and Mexico. Mostly auditory based.", + "onset": "1-5 minutes.", + "duration": "15-45 minutes.", + "warning": "A fair amount of people after smoking this compound have reported to have fairly bad side-effects such as night fever, night sweats, and muscle pains.", + "aliases": [ + "sini", + "shrubby-yellowcrest", + "sun-opener", + "heimia-salicifolia", + "willow-leaf-heimia" + ], + "categories": [ + "psychedelic", + "tentative" + ] + }, + "pretty_name": "Sinicuichi", + "aliases": [ + "sini", + "shrubby-yellowcrest", + "sun-opener", + "heimia-salicifolia", + "willow-leaf-heimia" + ], + "categories": [ + "psychedelic", + "tentative" + ], + "formatted_duration": { + "value": "15-45", + "_unit": "minutes" + }, + "formatted_onset": { + "value": "1-5", + "_unit": "minutes" + }, + "id": 198 + }, + "pentobarbital": { + "name": "pentobarbital", + "properties": { + "summary": "A CNS depressant drug that is of the barbituate class. Typically not used often as it is easier to OD on than benzodiazepines, the new alternative to barbituates. Used often for insomnia, to cause sedation.", + "dose": "Oral Light: 50-100mg Common: 100-200mg Heavy: 200-300mg | IM Light: 100-150mg Common: 150-200mg Heavy: 200mg+ | IV Light: 50-60mg Common: 60-100mg Heavy: 100mg+", + "aliases": [ + "nembutal", + "novopentobarb" + ], + "duration": "Oral 3-4 hours | IM 3-4 hours | IV 15-20 minutes", + "onset": "Oral 15-60 minutes | IM 10-25 minutes | IV 1 minute", + "avoid": "All other CNS depressants, also avoid if you have respiratory issues or liver issues as barbiturates are harsh on the liver.", + "categories": [ + "depressant", + "habit-forming", + "barbiturate" + ], + "after-effects": "1-36 hours." + }, + "pretty_name": "Pentobarbital", + "aliases": [ + "nembutal", + "novopentobarb" + ], + "categories": [ + "depressant", + "habit-forming", + "barbiturate" + ], + "formatted_dose": { + "Oral": { + "Light": "50-100mg", + "Common": "100-200mg", + "Heavy": "200-300mg" + }, + "IM": { + "Light": "100-150mg", + "Common": "150-200mg", + "Heavy": "200mg+" + }, + "IV": { + "Light": "50-60mg", + "Common": "60-100mg", + "Heavy": "100mg+" + } + }, + "formatted_duration": { + "Oral": "3-4", + "IM": "3-4", + "IV": "15-20", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-60", + "IM": "10-25", + "IV": "1", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-36", + "_unit": "hours" + }, + "sources": { + "_general": [ + "Information on summary duration onset and dosage: Page 930 - Nurse's drug handbook 14th edition Jones and Bartlett 2015" + ] + }, + "id": 199 + }, + "mexamine": { + "name": "mexamine", + "properties": { + "summary": "5-Methoxytryptamine, a tryptamine derivative that naturally occurs in the body at low levels. No evidence of recreational use. Apparently enhances dreams.", + "categories": [ + "psychedelic", + "tentative" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "Mexamine", + "categories": [ + "psychedelic", + "tentative" + ], + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "id": 200 + }, + "3-fpm": { + "name": "3-fpm", + "properties": { + "onset": "Oral: 20-30 minutes | Insufflated: 1-5 minutes", + "duration": "Oral: 5-8 hours | Insufflated: 3-6 hours.", + "summary": "A functional stimulant related to phenmetrazine. Effects similar to amphetamine, but longer and more focused. Observed as being relatively benign in low doses, but seems to cause worrying health effects for heavy users. Pain from insufflation is eye-wateringly intense, but short.", + "dose": "Oral Threshold: 5-10mg Light: 10-25mg Common: 25-50mg Strong: 50-70mg. Heavy: 70-100mg | Insufflated Light: 10-20mg Common: 20-35mg Strong: 35-50mg Heavy: 50mg-70mg | NOTE: Repeated dosing appears to lengthen after-effects of sleeplessness / insomnia.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "aliases": [ + "3fpm", + "3-fph", + "3f-phenmetrazine", + "3f-p", + "3fp", + "pal-593" + ], + "effects": "increased energy/alertness, Decreased need for sleep, Increased sociability, mood lift, increase sexuality, Excessive talking, Decreased appetite, Weight loss, Sweating, Distrubed sleep patterns, Bruxia, Visual and audiotory hallucinations itchiness, agressiveness, moodiness.", + "after-effects": "1-12 hours." + }, + "pretty_name": "3-FPM", + "aliases": [ + "3fpm", + "3-fph", + "3f-phenmetrazine", + "3f-p", + "3fp", + "pal-593" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Threshold": "5-10mg", + "Light": "10-25mg", + "Common": "25-50mg", + "Strong": "50-70mg.", + "Heavy": "70-100mg" + }, + "Insufflated": { + "Light": "10-20mg", + "Common": "20-35mg", + "Strong": "35-50mg", + "Heavy": "50mg-70mg" + } + }, + "formatted_duration": { + "Oral": "5-8", + "Insufflated": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "20-30", + "Insufflated": "1-5", + "_unit": "minutes" + }, + "formatted_effects": [ + "increased energy/alertness", + "Decreased need for sleep", + "Increased sociability", + "mood lift", + "increase sexuality", + "Excessive talking", + "Decreased appetite", + "Weight loss", + "Sweating", + "Distrubed sleep patterns", + "Bruxia", + "Visual and audiotory hallucinations itchiness", + "agressiveness", + "moodiness", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_3FPhenmetrazine.shtml" + }, + "pweffects": { + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Appetite suppression": "https://psychonautwiki.org/wiki/Appetite_suppression", + "Cognitive fatigue": "https://psychonautwiki.org/wiki/Cognitive_fatigue", + "Depression": "https://psychonautwiki.org/wiki/Depression", + "Focus enhancement": "https://psychonautwiki.org/wiki/Focus_enhancement", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Increased perspiration": "https://psychonautwiki.org/wiki/Increased_perspiration", + "Irritability": "https://psychonautwiki.org/wiki/Irritability", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Teeth grinding": "https://psychonautwiki.org/wiki/Teeth_grinding", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Vasoconstriction": "https://psychonautwiki.org/wiki/Vasoconstriction", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "dose_note": " NOTE: Repeated dosing appears to lengthen after-effects of sleeplessness / insomnia.", + "id": 201 + }, + "phentermine": { + "name": "phentermine", + "properties": { + "dose": "Low: 15-20mg Common: 20-40mg Strong: 40-70mg's.", + "summary": "Psychostimulant of the substituted amphetamine class. Used in medicine as an appetite suppressant.", + "onset": "4-6 hours.", + "after-effects": "1-10 hours.", + "categories": [ + "stimulant", + "tentative" + ] + }, + "pretty_name": "Phentermine", + "categories": [ + "stimulant", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Low": "15-20mg", + "Common": "20-40mg", + "Strong": "40-70mg" + } + }, + "formatted_onset": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_aftereffects": { + "value": "1-10", + "_unit": "hours" + }, + "id": 202 + }, + "3c-p": { + "name": "3c-p", + "properties": { + "dose": "Oral Threshold: 5-10mg Light: 10-20mg Common: 20-40mg Heavy: 40+mg", + "duration": "10-18 hours", + "categories": [ + "psychedelic", + "stimulant", + "research-chemical" + ], + "summary": "Rather new and uncommon stimulant, psychedelic and amphetamine with properties similar to the 2Cx class of drugs. 3-carbon homologue of proscaline.", + "onset": "60-150 minutes.", + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "aliases": [ + "3cp" + ], + "after-effects": "2-24 hours." + }, + "pretty_name": "3C-P", + "aliases": [ + "3cp" + ], + "categories": [ + "psychedelic", + "stimulant", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Threshold": "5-10mg", + "Light": "10-20mg", + "Common": "20-40mg", + "Heavy": "40+mg" + } + }, + "formatted_duration": { + "value": "10-18", + "_unit": "hours" + }, + "formatted_onset": { + "value": "60-150", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_3CP.shtml" + }, + "formatted_aftereffects": { + "value": "2-24", + "_unit": "hours" + }, + "id": 203 + }, + "3,4-ctmp": { + "name": "3,4-ctmp", + "properties": { + "summary": "A strong stimulant, NDRI and analogue of methylphenidate. Has increased in popularity in recent years. Said to be seven times more potent than methylphenidate but with a slower onset, however discrimination studies have found it to be more addictive than cocaine.", + "aliases": [ + "34ctmp", + "3,4-dichloromethylphenidate" + ], + "duration": "4-18 hours", + "onset": "30-90 minutes.", + "dose": "Oral Threshold: 1-2mg Light: 2-4mg Common: 4-6mg Heavy: 6-10mg", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "effects": "Euphoria, increased energy/alertness, decreased need for sleep, increased sociability, mood lift, increased sexuality, excessive talking, decreased appetite, weight loss, sweating, disturbed sleep patterns, bruxism, visual and auditory hallucinations, itchiness, aggressiveness, moodiness.", + "after-effects": "2-24 hours." + }, + "pretty_name": "3,4-CTMP", + "aliases": [ + "34ctmp", + "3,4-dichloromethylphenidate" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Threshold": "1-2mg", + "Light": "2-4mg", + "Common": "4-6mg", + "Heavy": "6-10mg" + } + }, + "formatted_duration": { + "value": "4-18", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "decreased need for sleep", + "increased sociability", + "mood lift", + "increased sexuality", + "excessive talking", + "decreased appetite", + "weight loss", + "sweating", + "disturbed sleep patterns", + "bruxism", + "visual and auditory hallucinations", + "itchiness", + "aggressiveness", + "moodiness", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_34Dichloromethylphenidate.shtml" + }, + "formatted_aftereffects": { + "value": "2-24", + "_unit": "hours" + }, + "id": 204 + }, + "4-mpd": { + "name": "4-mpd", + "properties": { + "summary": "Stimulant of the cathinone class. Higher homologue of Mephedrone, and the p-Methyl analogue of Pentedrone.", + "categories": [ + "tentative", + "stimulant", + "habit-forming" + ] + }, + "pretty_name": "4-MPD", + "categories": [ + "tentative", + "stimulant", + "habit-forming" + ], + "id": 205 + }, + "hydromorphone": { + "name": "hydromorphone", + "properties": { + "summary": "An opioid that is roughly 5x the potency of IV Morphine. Only comes in IR tablets in the US, and is given mostly as XR in other countries. It is frequently used in hospitals for short, but immediate pain relief during procedures requiring the patient to be awake. Also frequently used as a recreational opiate.", + "onset": "Oral 30-60 minutes | Insufflated 5-10 minutes | Intravenous 0-1 minutes", + "duration": "Oral: 3-4 hours | Insufflated: 2-3 hours | Intravenous: 1-2 hours.", + "avoid": "All other CNS depressants.", + "categories": [ + "opioid", + "habit-forming", + "depressant" + ], + "dose": "Oral Light: 1-2mg Common: 3-4 Strong: 4-8mg+ | Insufflated Light: 1-2mg Common: 3-4mg Strong: 4-8mg+ | Intravenous Light: 1-2mg Common: 2-4mg Strong: 4-6mg+", + "aliases": [ + "dilaudid", + "diluadid" + ], + "bioavailability": "Oral 51.35% +/- 29.29% | Insufflated 52.4% | Rectal 36.33% +/- 29.6%", + "effects": "Euphoria, Dry Mouth, Mood lift, Itchiness, Relaxant, Constipation, Pupil Constriction, Analgesia.", + "after-effects": "1-6 hours.", + "dose:": "Oral Light: 1-2mg Common: 3-4 Strong: 4-8mg+ | Insufflated Light: 1-2mg Common: 3-4mg Strong: 4-8mg+ | Intravenous Light: 1-2mg Common: 2-4mg Strong: 4-6mg+" + }, + "pretty_name": "Hydromorphone", + "aliases": [ + "dilaudid", + "diluadid" + ], + "categories": [ + "opioid", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "1-2mg", + "Common": "3-4", + "Strong": "4-8mg+" + }, + "Insufflated": { + "Light": "1-2mg", + "Common": "3-4mg", + "Strong": "4-8mg+" + }, + "Intravenous": { + "Light": "1-2mg", + "Common": "2-4mg", + "Strong": "4-6mg+" + } + }, + "formatted_duration": { + "Oral": "3-4", + "Insufflated": "2-3", + "Intravenous": "1-2", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "30-60", + "Insufflated": "5-10", + "Intravenous": "0-1", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "Dry Mouth", + "Mood lift", + "Itchiness", + "Relaxant", + "Constipation", + "Pupil Constriction", + "Analgesia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Hydromorphone.shtml" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 206 + }, + "5-methyl-bk-mdea": { + "name": "5-methyl-bk-mdea", + "properties": { + "summary": "Also known as 5-methyl ethylone or 5-ME, this is a cathinone drug and analogue of ethylone. Little is known about this obscure compound but it is reasonable to assume it has an effect profile similar to other stimulants of the cathionone class, with a slightly higher potency than ethylone. Potentially entactogenic and a monoamine releasing agent.", + "aliases": [ + "5-methyl-ethylone", + "5-me" + ], + "categories": [ + "stimulant", + "research-chemical" + ], + "effects": "Euphoria, increased energy/alertness, Decreased need for sleep, Increased sociability, mood lift, increase sexuality, Excessive talking, Decreased appetite, Weight loss, Sweating, Distrubed sleep patterns, Bruxia, Visual and audiotory hallucinations itchiness, agressiveness, moodiness.", + "onset": "Oral: 20-40 minutes.", + "dose": "Oral Light: 50-100mg Common: 100-250mg Strong: 250-400mg+ | Insufflated Light: 30-60mg Common: 60-150mg Strong: 150-300mg+", + "duration": "Oral: 2-4 hours. | Insufflated: 2-3 hours." + }, + "pretty_name": "5-Methylethylone", + "aliases": [ + "5-methyl-ethylone", + "5-me" + ], + "categories": [ + "stimulant", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "50-100mg", + "Common": "100-250mg", + "Strong": "250-400mg+" + }, + "Insufflated": { + "Light": "30-60mg", + "Common": "60-150mg", + "Strong": "150-300mg+" + } + }, + "formatted_duration": { + "Oral": "2-4", + "Insufflated": "2-3", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "20-40", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "Decreased need for sleep", + "Increased sociability", + "mood lift", + "increase sexuality", + "Excessive talking", + "Decreased appetite", + "Weight loss", + "Sweating", + "Distrubed sleep patterns", + "Bruxia", + "Visual and audiotory hallucinations itchiness", + "agressiveness", + "moodiness", + "" + ], + "id": 207 + }, + "prazepam": { + "name": "prazepam", + "properties": { + "summary": "Benzodiazepine dervative. Has all the normal benzodiazepine-like quality (Anxiolytic/anticonvulsant/sedative/Skeletal muscle relaxant) It is also a prodrug for Desmethyldiazepam which is responsible for most if not all of the effects of Prazepam.", + "avoid": "All other CNS depressants, and Cimetidine", + "dose": "Light: 5-10mg Common: 10-20mg Strong: 20-40mg.", + "onset": "45-120 minutes.", + "after-effects": "8-24 hours.", + "categories": [ + "benzodiazepine", + "depressant", + "habit-forming" + ], + "aliases": [ + "centrac", + "centrax", + "demetrin", + "lysanxia", + "pozapam", + "prasepine", + "prazene", + "reapam", + "trepidan" + ], + "duration": "8-20 hours.", + "dose_to_diazepam": "Prazepam - 15mg ~=10mg Diazepam.", + "effects": "Anxiolytic, Anticonvulsant, Sedative, Skeletal Muscle Relaxant" + }, + "pretty_name": "Prazepam", + "aliases": [ + "centrac", + "centrax", + "demetrin", + "lysanxia", + "pozapam", + "prasepine", + "prazene", + "reapam", + "trepidan" + ], + "categories": [ + "benzodiazepine", + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "5-10mg", + "Common": "10-20mg", + "Strong": "20-40mg." + } + }, + "formatted_duration": { + "value": "8-20", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-120", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Anticonvulsant", + "Sedative", + "Skeletal Muscle Relaxant" + ], + "formatted_aftereffects": { + "value": "8-24", + "_unit": "hours" + }, + "id": 208 + }, + "mephtetramine": { + "name": "mephtetramine", + "properties": { + "categories": [ + "research-chemical", + "tentative" + ], + "aliases": [ + "mtta" + ], + "summary": "Has a Phenpropylamine backbone like Methylphenidate. Seems barely active past negative physical effects. Only reports that include activity past the prior were mixing it with another substance.", + "warning": "Probably inactive. Please pm \"Hypnos\" if you have a trip report saying otherwise." + }, + "pretty_name": "Mephtetramine", + "aliases": [ + "mtta" + ], + "categories": [ + "research-chemical", + "tentative" + ], + "id": 209 + }, + "4-ho-det": { + "name": "4-ho-det", + "properties": { + "summary": "A rare compound first produced by Albert Hoffman, also known as ethocin. Structurally related to 4-HO-MET (metocin) and psilocin (4-HO-DMT), this drug has similar psychedelic effects but little recorded human usage. Probably similar to mushrooms. Potentially stimulating.", + "onset": "30-60 minutes.", + "dose": "Light: 10-15mg Common: 15-20mg Strong: 20-30mg+", + "duration": "3-7 hours.", + "categories": [ + "psychedelic", + "research-chemical" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "aliases": [ + "4hodet", + "4-hydroxy-det" + ], + "after-effects": "1-12 hours." + }, + "pretty_name": "4-HO-DET", + "aliases": [ + "4hodet", + "4-hydroxy-det" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "10-15mg", + "Common": "15-20mg", + "Strong": "20-30mg+" + } + }, + "formatted_duration": { + "value": "3-7", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_4HODET.shtml", + "tihkal": "https://www.erowid.org/library/books_online/tihkal/tihkal16.shtml" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 210 + }, + "4-fluoropentedrone": { + "name": "4-fluoropentedrone", + "properties": { + "summary": "An obscure analogue of pentedrone, little information exists about this cathinone. It is likely that it has the same general effects as pentedrone, mephedrone and other related stimulants.", + "aliases": [ + "4-fpd", + "4-f-pentedrone", + "4f-pentedrone" + ], + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ] + }, + "pretty_name": "4-Fluoropentedrone", + "aliases": [ + "4-fpd", + "4-f-pentedrone", + "4f-pentedrone" + ], + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ], + "id": 211 + }, + "nicomorphine": { + "name": "nicomorphine", + "properties": { + "summary": "Opioid agonist that is 2-3x the potency of Morphine. Is used in few countries. Rapid onset of effects, due to the increased lipid solubility.", + "onset": "Oral: 15-30 minutes | Intravenously: 1-2 minutes.", + "duration": "Oral: 4-6 hours | Intravenously: 2-4 hours.", + "dose": "Oral Light: 2.5-5mg Common: 5-10mg Strong: 10-20mg+", + "after-effects": "1-6 hours.", + "avoid": "All other CNS depressants.", + "categories": [ + "opioid", + "depressant", + "habit-forming", + "tentative" + ] + }, + "pretty_name": "Nicomorphine", + "categories": [ + "opioid", + "depressant", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "2.5-5mg", + "Common": "5-10mg", + "Strong": "10-20mg+" + } + }, + "formatted_duration": { + "Oral": "4-6", + "Intravenously": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-30", + "Intravenously": "1-2", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 212 + }, + "don": { + "name": "don", + "properties": { + "summary": "A very rare psychedelic Amphetamine. That is more rough on the body then other DOx compounds. Making it physically painful in some cases.", + "onset": "30-120 minutes.", + "dose": "Threshold: 2mg Light: 3mg Common: 3-5mg Heavy: 5mg+ | NOTE: These doses are tentative and may need further research.", + "duration": "14-22 hours.", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "after-effects": "12-24 hours", + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "DON", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Threshold:": { + "Threshold": "2mg", + "Light": "3mg", + "Common": "3-5mg", + "Heavy": "5mg+" + } + }, + "formatted_duration": { + "value": "14-22", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-120", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_DON.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal070.shtml" + }, + "formatted_aftereffects": { + "value": "12-24", + "_unit": "hours" + }, + "dose_note": " NOTE: These doses are tentative and may need further research.", + "id": 213 + }, + "2-fa": { + "name": "2-fa", + "properties": { + "summary": "Stimulant drug of the amphetamine family. Reported as having effects similar to those of Dextroamphetamine, but with a milder euphoria and a comparatively smoother comedown. Has a shorter duration and less empathogenic effect-profile as compared with 4-FA. Thought to produce less neurotoxic metabolites compared to amphetamine.", + "dose": "Oral Light: 5-15mg Common: 15-30mg Strong: 30-50mg Heavy: 50mg+ | Note: Insufflating does not appear to raise the bioavailability than oral ingestion, and can cause damage to nasal cavities.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "onset": "Oral: 15-20 minutes | Insufflated: 2-5 minutes", + "duration": "Oral: 3-5 hours | Insufflated: 1-2 hours", + "aliases": [ + "2-fluoroamphetamine", + "2-fmp", + "2fa" + ], + "after-effects": "2-12 hours." + }, + "pretty_name": "2-FA", + "aliases": [ + "2-fluoroamphetamine", + "2-fmp", + "2fa" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "5-15mg", + "Common": "15-30mg", + "Strong": "30-50mg", + "Heavy": "50mg+" + } + }, + "formatted_duration": { + "Oral": "3-5", + "Insufflated": "1-2", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-20", + "Insufflated": "2-5", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "decreased need for sleep", + "increased sociability", + "mood lift", + "increased sexuality", + "excessive talking", + "decreased appetite", + "weight loss", + "sweating", + "disturbed sleep patterns", + "bruxism", + "visual and auditory hallucinations", + "itchiness", + "aggressiveness", + "moodiness", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_2Fluoroamphetamine.shtml" + }, + "formatted_aftereffects": { + "value": "2-12", + "_unit": "hours" + }, + "dose_note": " Note: Insufflating does not appear to raise the bioavailability than oral ingestion, and can cause damage to nasal cavities.", + "id": 214 + }, + "secobarbital": { + "name": "secobarbital", + "properties": { + "summary": "A Barbiturate derivative that possesses all the classic effects of todays Benzodiazepines, and the old Barbiturates. It's used in the treatment of Epilepsy, short term treatment for insomnia, and a preoperative medication for anaesthesia and anxiolysis for short surgical/diagnostic/therapeutic procedures.", + "aliases": [ + "seconal" + ], + "onset": "15-30 minutes.", + "duration": "6-10 hours.", + "after-effects": "1-24 hours.", + "dose": "Oral Light: 25-50mg Common: 50-150mg Strong: 150-300mg", + "categories": [ + "depressant", + "habit-forming", + "barbiturate" + ], + "avoid": "All other CNS depressants." + }, + "pretty_name": "Secobarbital", + "aliases": [ + "seconal" + ], + "categories": [ + "depressant", + "habit-forming", + "barbiturate" + ], + "formatted_dose": { + "Oral": { + "Light": "25-50mg", + "Common": "50-150mg", + "Strong": "150-300mg" + } + }, + "formatted_duration": { + "value": "6-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "id": 215 + }, + "4-cbc": { + "name": "4-cbc", + "properties": { + "summary": "Is a potentially very neurotoxic Cathinone. Obviously no scientic reports have been noted on the neurotoxicity or cardiotoxicity, so please move on with extreme caution.", + "dose": "Oral Light: 40-70mg Common: 70-100mg Strong: 100-130mg | Insufflated: Light: 30-50mg Common: 50-80mg Strong: 80-100mg. | Note: Be careful and read the summary before ingesting this substance.", + "onset": "Oral: 30-60mg | Insufflated: 5-20 minutes.", + "duration": "Oral: 2-4 hours. | Insufflated: 1-3 hours.", + "after-effects": "2-6 hours.", + "categories": [ + "stimulant", + "research-chemical", + "empathogen", + "habit-forming" + ], + "avoid": "Other stimulants, pretty much everything that can raise your blood pressure." + }, + "pretty_name": "4-CBC", + "categories": [ + "stimulant", + "research-chemical", + "empathogen", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "40-70mg", + "Common": "70-100mg", + "Strong": "100-130mg" + }, + "Insufflated:": { + "Insufflated": "Light", + "Common": "50-80mg", + "Strong": "80-100mg." + } + }, + "formatted_duration": { + "Oral": "2-4", + "Insufflated": "1-3", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "30-60mg", + "Insufflated": "5-20", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "2-6", + "_unit": "hours" + }, + "dose_note": " Note: Be careful and read the summary before ingesting this substance.", + "id": 216 + }, + "6-eapb": { + "name": "6-eapb", + "properties": { + "summary": "A rare entactogen benzofuran structurally related to MDMA and 6-APB, though weaker in effects. the pharmacology of this compound is unclear. Likely to be a monoamine releaser, monoamine reuptake inhibitor or both.", + "onset": "20-40 minutes.", + "duration": "4-7~ hours.", + "after-effects": "1-10 hours.", + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "empathogen", + "habit-forming" + ], + "effects": "Euphoria, increased energy/alertness, Decreased need for sleep, Increased sociability, mood lift, increase sexuality, Excessive talking, Decreased appetite, Weight loss, Sweating, Distrubed sleep patterns, Bruxia, Visual and audiotory hallucinations itchiness, agressiveness, moodiness.", + "dose": "Light: 50-75mg Common: 75-100mg Strong: 100-150mg+" + }, + "pretty_name": "6-EAPB", + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "empathogen", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "50-75mg", + "Common": "75-100mg", + "Strong": "100-150mg+" + } + }, + "formatted_duration": { + "value": "4-7", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-40", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "Decreased need for sleep", + "Increased sociability", + "mood lift", + "increase sexuality", + "Excessive talking", + "Decreased appetite", + "Weight loss", + "Sweating", + "Distrubed sleep patterns", + "Bruxia", + "Visual and audiotory hallucinations itchiness", + "agressiveness", + "moodiness", + "" + ], + "formatted_aftereffects": { + "value": "1-10", + "_unit": "hours" + }, + "id": 217 + }, + "isophenmetrazine": { + "name": "isophenmetrazine", + "properties": { + "dose": "Oral Light: 5-10mg Common: 10-20mg Strong: 20-50mg+ | Insufflated Light: 2-5mg Common: 5-15mg Strong: 20-40mg+", + "duration": "Oral: 3-5 hours. Insufflated: 2-4 hours.", + "onset": "Oral: 15-30 minutes. Insufflated: 5-10 minutes.", + "avoid": "Other stimulants.", + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ], + "summary": "Rare and little known analogue of phenmetrazine, which is slightly more potent than other analogues. Probably a stimulating, appetite supressing drug with high addiction potential. Potentially a dopamine and/or norepinephrine releasing agent.", + "after-effects": "1-6 hours." + }, + "pretty_name": "Isophenmetrazine", + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "5-10mg", + "Common": "10-20mg", + "Strong": "20-50mg+" + }, + "Insufflated": { + "Light": "2-5mg", + "Common": "5-15mg", + "Strong": "20-40mg+" + } + }, + "formatted_duration": { + "Oral": "3-5", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 218 + }, + "5-ppdi": { + "name": "5-ppdi", + "properties": { + "summary": "An obscure analogue of α-PBP, which is itself an analogue of α-PVP. This rare compound has little history of human usage. Some trip reports suggest it is inactive. If it is active it likely has a similar effect profile to other pyrovalerone stimulants.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "dose": "Light: 15-30mg Common: 30-50mg Strong: 50-70mg Heavy: 70+mg.", + "onset": "Oral: 10-30 minutes. Insufflated 5-10 minutes.", + "duration": "Oral: 3-6 hours. Insufflated 1-4 hours.", + "after-effects": "3-6 hours." + }, + "pretty_name": "5-PPDI", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "15-30mg", + "Common": "30-50mg", + "Strong": "50-70mg", + "Heavy": "70+mg." + } + }, + "formatted_duration": { + "Oral": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "10-30", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "Decreased need for sleep", + "Increased sociability", + "mood lift", + "increase sexuality", + "Excessive talking", + "Decreased appetite", + "Weight loss", + "Sweating", + "Distrubed sleep patterns", + "Bruxia", + "Visual and audiotory hallucinations itchiness", + "agressiveness", + "moodiness", + "" + ], + "formatted_aftereffects": { + "value": "3-6", + "_unit": "hours" + }, + "id": 219 + }, + "methylphenidate": { + "name": "methylphenidate", + "properties": { + "dose": "Oral Light: 20-40mg Common: 40-60mg Strong: 60-80mg Heavy: 80-100mg+ | Insufflated Light: 5-15mg Common: 15-40mg Strong: 40-60mg Heavy: 60-75mg+", + "aliases": [ + "mph", + "ritalin", + "concerta", + "biphentin" + ], + "summary": "A psychostimulant commonly used in the treatment of ADHD, narcolepsy and obesity, particularly in the EU instead of Adderall. Methylphenidate is also a 5HT1A receptor agonist. Sometimes prescribed off-label to help the withdrawals from cocaine and other stimulants.", + "effects": "Increased alertness, Euphoria, Increased motivation, Reduced appetite, Flushing of the face, Increased body temperature, Tachycardia (Increased heart rate) Paranoia, Insomnia.", + "onset": "Oral-IR: 30-120 minutes | Oral-XR: 30-120 minutes | Insufflated-XR: 5-10 minutes | Insufflated-IR: 5-10 minutes", + "marquis": "Moderate orange yellow ", + "categories": [ + "stimulant", + "habit-forming", + "common" + ], + "duration": "Oral-IR: 3-6 hours. | Oral-XR: 8-12 hours. | Insufflated: 2-4 hours. | Note: XR formulations become IR before they can be insufflated, so duration should be mostly the same.", + "after-effects": "1-24 hours." + }, + "pretty_name": "Methylphenidate", + "aliases": [ + "mph", + "ritalin", + "concerta", + "biphentin" + ], + "categories": [ + "stimulant", + "habit-forming", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "20-40mg", + "Common": "40-60mg", + "Strong": "60-80mg", + "Heavy": "80-100mg+" + }, + "Insufflated": { + "Light": "5-15mg", + "Common": "15-40mg", + "Strong": "40-60mg", + "Heavy": "60-75mg+" + } + }, + "formatted_duration": { + "Oral-IR": "3-6", + "Oral-XR": "8-12", + "Insufflated": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "Oral-IR": "30-120", + "Oral-XR": "30-120", + "Insufflated-XR": "5-10", + "Insufflated-IR": "5-10", + "_unit": "minutes" + }, + "formatted_effects": [ + "Increased alertness", + "Euphoria", + "Increased motivation", + "Reduced appetite", + "Flushing of the face", + "Increased body temperature", + "Tachycardia (Increased heart rate) Paranoia", + "Insomnia", + "" + ], + "pweffects": { + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Appetite suppression": "https://psychonautwiki.org/wiki/Appetite_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Cognitive fatigue": "https://psychonautwiki.org/wiki/Cognitive_fatigue", + "Dehydration": "https://psychonautwiki.org/wiki/Dehydration", + "Depression": "https://psychonautwiki.org/wiki/Depression", + "Focus enhancement": "https://psychonautwiki.org/wiki/Focus_enhancement", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased perspiration": "https://psychonautwiki.org/wiki/Increased_perspiration", + "Irritability": "https://psychonautwiki.org/wiki/Irritability", + "Memory enhancement": "https://psychonautwiki.org/wiki/Memory_enhancement", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Teeth grinding": "https://psychonautwiki.org/wiki/Teeth_grinding", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Thought organization": "https://psychonautwiki.org/wiki/Thought_organization", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "sources": { + "_general": [ + "A chemical ionization selected ion monitoring assay for methylphenidate and ritalinic acid - http://www.ncbi.nlm.nih.gov/pubmed/526558", + "Panlobular pulmonary emphysema caused by i.v. injection of methylphenidate (Ritalin): findings on chest radiographs and CT scans. - http://www.ncbi.nlm.nih.gov/pubmed/8109495", + "Ethylphenidate formation in human subjects after the administration of a single dose of methylphenidate and ethanol. - https://www.ncbi.nlm.nih.gov/pubmed/10820132", + "A comparison of methylphenidate-, amphetamine-, and methamphetamine-induced hyperthermia and neurotoxicity in male Sprague-Dawley rats during... - https://www.ncbi.nlm.nih.gov/pubmed/22289608", + "Methylphenidate and brain dopamine neurotoxicity. - http://www.ncbi.nlm.nih.gov/pubmed/9365033", + "Methylphenidate treatment induces oxidative stress in young rat brain. - http://www.ncbi.nlm.nih.gov/pubmed/16494852", + "A comprehensive in vitro screening of d-, l-, and dl-threo-methylphenidate: an exploratory study. - http://www.ncbi.nlm.nih.gov/pubmed/17201613", + "Methylphenidate and its ethanol transesterification metabolite ethylphenidate: brain disposition, monoamine transporters and motor activity. - http://www.ncbi.nlm.nih.gov/pubmed/17218796", + "The psychostimulant d-threo-(R,R)-methylphenidate binds as an agonist to the 5HT(1A) receptor. - http://www.ncbi.nlm.nih.gov/pubmed/19322953", + "Methylphenidate combined with aripiprazole in children and adolescents with bipolar disorder and attention-deficit/hyperactivity disorder - http://www.ncbi.nlm.nih.gov/pubmed/19877980", + "Isopropylphenidate: an ester homolog of methylphenidate with sustained and selective dopaminergic activity and reduced drug interaction - http://www.ncbi.nlm.nih.gov/pubmed/24261661", + "Object memory impairment at post-drug Day 15 but not at Day 1 after a regimen of repeated treatment with oral methylphenidate. - http://www.ncbi.nlm.nih.gov/pubmed/24631430", + "Long Withdrawal of Methylphenidate Induces a Differential Response of the Dopaminergic System and Increases Sensitivity to Cocaine in the Prefrontal Cortex of Spontaneously Hypertensive Rats. - http://www.ncbi.nlm.nih.gov/pubmed/26509840", + "A chemical ionization selected ion monitoring assay for methylphenidate and ritalinic acid. - http://www.ncbi.nlm.nih.gov/pubmed/526558", + "A comparison of methylphenidate-, amphetamine-, and methamphetamine-induced hyperthermia and neurotoxicity in male Sprague-Dawley rats during the w... - https://www.ncbi.nlm.nih.gov/pubmed/22289608", + "Methylphenidate and brain dopamine neurotoxicity. - https://www.ncbi.nlm.nih.gov/pubmed/9365033", + "Methylphenidate combined with aripiprazole in children and adolescents with bipolar disorder and attention-deficit/hyperactivity disorder: a random... - http://www.ncbi.nlm.nih.gov/pubmed/19877980", + "Long Withdrawal of Methylphenidate Induces a Differential Response of the Dopaminergic System and Increases Sensitivity to Cocaine in the Prefronta... - http://www.ncbi.nlm.nih.gov/pubmed/26509840", + "IV use of methylphenidate can lead to infections and abscesses due to the fillers in the medication - http://onlinelibrary.wiley.com/doi/10.1002/hed.2890060409/full", + "Pregnancy category C according to the FDA - http://www.accessdata.fda.gov/drugsatfda_docs/label/2007/010187s069,018029s040,021284s011lbl.pdf" + ] + }, + "id": 220 + }, + "2-dpmp": { + "name": "2-dpmp", + "properties": { + "aliases": [ + "desoxypipradrol", + "2dpmp", + "2-desoxypiperadol", + "desoxypipradol" + ], + "dose": "Oral Threshold: 1-2mg Light: 2-4mg Common: 4-6mg Strong: 6-8mg | Insufflated Threshold: 1-2mg Light: 2-3mg Common: 3-4mg Strong: 4-6mg | NOTE: This drug is extremely potent and extremely long lasting, even at 'common' doses. Be sure to start low and avoid redosing.", + "duration": "16-72 hours", + "onset": "60-120 minutes.", + "summary": "A very potent stimulant that is a NDRI. Developed by Novartis in the 1950s, to treat narcolepsy and ADHD, however dropped when Methylphenidate was produced a few years later, which was seen as superior due to its shorter T½. 2-DPMP Half life 16-20 hours. Warning: subjective reports suggest this drug is caustic to the nasal mucosa and may cause damage to the nasal cavity.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "warning": "Due to the long half life (16-20 hours) redosing is strongly recommended against.", + "half-life": "16-20 hours.", + "after-effects": "1-72 hours." + }, + "pretty_name": "2-DPMP", + "aliases": [ + "desoxypipradrol", + "2dpmp", + "2-desoxypiperadol", + "desoxypipradol" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Threshold": "1-2mg", + "Light": "2-4mg", + "Common": "4-6mg", + "Strong": "6-8mg" + }, + "Insufflated": { + "Threshold": "1-2mg", + "Light": "2-3mg", + "Common": "3-4mg", + "Strong": "4-6mg" + } + }, + "formatted_duration": { + "value": "16-72", + "_unit": "hours" + }, + "formatted_onset": { + "value": "60-120", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "decreased need for sleep", + "increased sociability", + "mood lift", + "increased sexuality", + "excessive talking", + "decreased appetite", + "weight loss", + "sweating", + "disturbed sleep patterns", + "bruxism", + "visual and auditory hallucinations", + "itchiness", + "aggressiveness", + "moodiness", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Desoxypipradrol_.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal052.shtml" + }, + "formatted_aftereffects": { + "value": "1-72", + "_unit": "hours" + }, + "dose_note": " NOTE: This drug is extremely potent and extremely long lasting, even at 'common' doses. Be sure to start low and avoid redosing.", + "id": 221 + }, + "4-fluoromethylphenidate": { + "name": "4-fluoromethylphenidate", + "properties": { + "summary": "A relatively uncommon, more serotonergic RC derivative of methylphenidate. A dopamine reuptake inhibitor possessing similar effects to associated stimulant compounds.", + "dose": "Oral Threshold: 1-5mg Light: 5-10mg Common: 10-15mg Strong: 15-20mg Heavy: 20-25mg | Note: There has been a range of different reactions to similar doses, particularly some users have reported 15mg being too intense. It is advisable to start low with this drug.", + "duration": "4-8 hours", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "aliases": [ + "4f-mph", + "4-fmph", + "4fmph", + "4-fl-mph", + "4-fluoro-mph" + ], + "after-effects": "5-10 hours", + "onset": "25-40 minutes" + }, + "pretty_name": "4-Fluoromethylphenidate", + "aliases": [ + "4f-mph", + "4-fmph", + "4fmph", + "4-fl-mph", + "4-fluoro-mph" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Threshold": "1-5mg", + "Light": "5-10mg", + "Common": "10-15mg", + "Strong": "15-20mg", + "Heavy": "20-25mg" + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "25-40", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "5-10", + "_unit": "hours" + }, + "dose_note": " Note: There has been a range of different reactions to similar doses, particularly some users have reported 15mg being too intense. It is advisable to start low with this drug.", + "id": 222 + }, + "5-mapb": { + "name": "5-mapb", + "properties": { + "onset": "45-60 minutes", + "dose": "Oral Light: 40-60mg Common: 60-80mg Heavy: 80-100mg+", + "duration": "5-8 hours", + "after-effects": "2-4 hours", + "summary": "An empathogen structurally similar to MDMA. Typically more visual than MDMA. Often reported to be much less stimulating and more relaxing than most other stimulating empathogens. Less psychedelic than 6-APB. Much longer lasting than MDMA.", + "categories": [ + "psychedelic", + "stimulant", + "research-chemical", + "empathogen", + "habit-forming" + ], + "aliases": [ + "5mapb" + ], + "effects": "Euphoria, increased energy/alertness, Decreased need for sleep, Increased sociability, mood lift, increase sexuality, Excessive talking, Decreased appetite, Weight loss, Sweating, Distrubed sleep patterns, Bruxia, Visual and audiotory hallucinations itchiness, agressiveness, moodiness." + }, + "pretty_name": "5-MAPB", + "aliases": [ + "5mapb" + ], + "categories": [ + "psychedelic", + "stimulant", + "research-chemical", + "empathogen", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "40-60mg", + "Common": "60-80mg", + "Heavy": "80-100mg+" + } + }, + "formatted_duration": { + "value": "5-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "Decreased need for sleep", + "Increased sociability", + "mood lift", + "increase sexuality", + "Excessive talking", + "Decreased appetite", + "Weight loss", + "Sweating", + "Distrubed sleep patterns", + "Bruxia", + "Visual and audiotory hallucinations itchiness", + "agressiveness", + "moodiness", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_5MAPB.shtml" + }, + "formatted_aftereffects": { + "value": "2-4", + "_unit": "hours" + }, + "id": 223 + }, + "doi": { + "name": "doi", + "properties": { + "dose": "Oral Threshold: 500-750ug. Light: 750ug-1mg. Common: 1mg-3mg. Heavy: 3mg+", + "onset": "60-90 minutes", + "summary": "A potent, long-acting psychedelic stimulant. Historically, it has rarely been consumed deliberately, but occasionally sold as LSD. However, it has recently found its own little nest in the research chemical community.", + "categories": [ + "psychedelic", + "stimulant", + "research-chemical" + ], + "duration": "12-18 hours (widely dependant on dose)", + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "after-effects": "1-24 hours." + }, + "pretty_name": "DOI", + "categories": [ + "psychedelic", + "stimulant", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Threshold": "500-750ug.", + "Light": "750ug-1mg.", + "Common": "1mg-3mg.", + "Heavy": "3mg+" + } + }, + "formatted_duration": { + "value": "12-18", + "_unit": "hours" + }, + "formatted_onset": { + "value": "60-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_DOI.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal067.shtml" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "id": 224 + }, + "metaclazepam": { + "name": "metaclazepam", + "properties": { + "summary": "A benzodiazepine derivative. Which is mostly an anxiolytic substance, without strong hypnotic properties that most benzodiazepines have. Its active metabolite is N-desmethylmetaclazepam, which is the main metabolite. Slightly more effective as an anxiolytic than Bromazepam.", + "dose": "Oral Light: 9.5mg-18.75mg's. Common: 18.75mg's-35mg Strong: 35-50mg+", + "onset": "duration 6-16 hours.", + "after-effects": "1-24 hours.", + "avoid": "All other CNS depressants.", + "categories": [ + "habit-forming", + "tentative", + "depressant" + ] + }, + "pretty_name": "Metaclazepam", + "categories": [ + "habit-forming", + "tentative", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "9.5mg-18.75mg", + "Common": "18.75mg", + "Strong": "35-50mg+" + } + }, + "formatted_onset": { + "value": "duration", + "_unit": "hours" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "id": 225 + }, + "3-ho-pcp": { + "name": "3-ho-pcp", + "properties": { + "duration": "3-4 hours", + "onset": "20-40 minutes", + "aliases": [ + "3hopcp" + ], + "summary": "An arylcyclohexamine dissociative analogue of PCP, this drug is relatively uncommon, and little information is available. It is reported to not only have dissociative activity but also be an opioid. Some trip reports suggest very negative side-effects including intense muscle tension.", + "dose": "Oral Threshold: ~2mg Light: 2-4mg Common: 4-5mg Strong: 5+mg", + "categories": [ + "dissociative", + "research-chemical", + "habit-forming", + "tentative" + ], + "after-effects": "2 hours to a month." + }, + "pretty_name": "3-HO-PCP", + "aliases": [ + "3hopcp" + ], + "categories": [ + "dissociative", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "2-4mg", + "Common": "4-5mg", + "Strong": "5+mg" + } + }, + "formatted_duration": { + "value": "3-4", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-40", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "2", + "_unit": "hours" + }, + "id": 226 + }, + "dipt": { + "name": "dipt", + "properties": { + "summary": "A rare tryptamine psychedelic closely related to DMT, with the interesting property of having little visual hallucinations, but strong auditory effects.", + "aliases": [ + "diisopropyltryptamine" + ], + "dose": "Threshold: 15mg Light: 15-25mg Common: 30-50mg Heavy: 50mg+ | NOTE: This is a very new substance with very little history of human use. Start low and work your way up, doses are not to be taken as reccomended values.", + "onset": "30-60 minutes.", + "duration": "3-5 hours", + "after-effects": "12-24 hours", + "categories": [ + "psychedelic", + "research-chemical" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "DiPT", + "aliases": [ + "diisopropyltryptamine" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Threshold:": { + "Threshold": "15mg", + "Light": "15-25mg", + "Common": "30-50mg", + "Heavy": "50mg+" + } + }, + "formatted_duration": { + "value": "3-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_DiPT.shtml", + "tihkal": "https://www.erowid.org/library/books_online/tihkal/tihkal04.shtml" + }, + "pweffects": { + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Depersonalization": "https://psychonautwiki.org/wiki/Depersonalization", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Inner ear pressure": "https://psychonautwiki.org/wiki/Inner_ear_pressure", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Stomach bloating": "https://psychonautwiki.org/wiki/Stomach_bloating", + "Thought suppression": "https://psychonautwiki.org/wiki/Thought_suppression" + }, + "formatted_aftereffects": { + "value": "12-24", + "_unit": "hours" + }, + "dose_note": " NOTE: This is a very new substance with very little history of human use. Start low and work your way up, doses are not to be taken as reccomended values.", + "id": 227 + }, + "25n-nbome": { + "name": "25n-nbome", + "properties": { + "dose": "Sublingual/Buccal Light: 100-300ug Common: 300-800ug Strong: 800-1300ug+", + "summary": "A rare, highly potent and yellow psychedelic phenethylamine and derivative of 2C-N. Effects are similar to other NBOMe compounds, with hallucinations, intense body load, stimulation and vasoconstriction. At high doses vasoconstriction can be dangerous, exercise caution.", + "duration": "5-10 hours.", + "onset": "45-75 minutes.", + "aliases": [ + "2-c-n-nbome", + "25n" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "after-effects": "1-12 hours.", + "test-kits": "Marquis: Red > Brown. | Mecke: Blue > Black. | Mandelin: Blue > Black. | Froehde: Brown. | Liebermann: Brown. | Simon's: Red > Brown. | Ehrlich: No colour change." + }, + "pretty_name": "25N-NBOMe", + "aliases": [ + "2-c-n-nbome", + "25n" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Sublingual/Buccal": { + "Light": "100-300ug", + "Common": "300-800ug", + "Strong": "800-1300ug+" + } + }, + "formatted_duration": { + "value": "5-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-75", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 228 + }, + "prolintane": { + "name": "prolintane", + "properties": { + "summary": "A stimulant drug which is a dopamine reuptake inhibitor, related to MDPV and Pyrovalerone. It was first developed in the 1950s, and has seen some light usage in rave culture, though it remains relatively uncommon. Believed to have a relatively forgiving safety profile.", + "dose": "Threshold: 5-10mg Light: 10-15 Common: 15-30mg Strong: 30-50mg+", + "onset": "15-30 minutes.", + "duration": "3-6 hours (Highly dependant on dose)", + "avoid": "Other stimulants.", + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ], + "after-effects": "1-4 hours.", + "aliases": [ + "catovit", + "promotil", + "villescon" + ] + }, + "pretty_name": "Prolintane", + "aliases": [ + "catovit", + "promotil", + "villescon" + ], + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Threshold": "5-10mg", + "Light": "10-15", + "Common": "15-30mg", + "Strong": "30-50mg+" + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-4", + "_unit": "hours" + }, + "id": 229 + }, + "nitemazepam": { + "name": "nitemazepam", + "properties": { + "summary": "A new RC benzodiazepine based off the chemical structure of Nimetazepam. It is relatively new and not many experience reports exist on it. It is expected to feel similar to temazepam.", + "aliases": [ + "3-hydroxynimetazepam" + ], + "categories": [ + "benzodiazepine", + "depressant", + "habit-forming", + "tentative" + ], + "onset": "15-45 minutes.", + "duration": "6-12 hours.", + "after-effects": "1-12 hours.", + "dose": "Light: 1-1.5mg Common: 1.5-3mg Strong: 3-5mg+" + }, + "pretty_name": "Nitemazepam", + "aliases": [ + "3-hydroxynimetazepam" + ], + "categories": [ + "benzodiazepine", + "depressant", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "1-1.5mg", + "Common": "1.5-3mg", + "Strong": "3-5mg+" + } + }, + "formatted_duration": { + "value": "6-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 230 + }, + "lormetazepam": { + "name": "lormetazepam", + "properties": { + "summary": "Relatively rare prescription benzodiazepine. Short acting with a short half life. Generally only seen in the Netherlands. Sedative, hypnotic and anxiolytic.", + "onset": "10-30 minutes.", + "duration": "4-8 hours. (Dependant on dose)", + "after-effects": "1-24 hours (Heavily dependant on dose)", + "categories": [ + "benzodiazepine", + "depressant", + "habit-forming" + ], + "avoid": "All other CNS depressants.", + "dose": "Light: 0.5-1mg Common: 1-2mg Strong: 2-4mg.", + "bioavailability": "Oral: 80%.", + "dose_to_diazepam": "Lormetazepam - 1-2mg's ~=10mg Diazepam.", + "aliases": [ + "noctamid" + ] + }, + "pretty_name": "Lormetazepam", + "aliases": [ + "noctamid" + ], + "categories": [ + "benzodiazepine", + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "0.5-1mg", + "Common": "1-2mg", + "Strong": "2-4mg." + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "id": 231 + }, + "picamilon": { + "name": "picamilon", + "properties": { + "summary": "An analogue of GABA that does pass the brain blood barrier, which is then hydrolyzed into GABA and Niacin. In which the GABA could produce an anxiolytic effect. The Niacin as a vasodilator. And is usually used as part of a nootropic stack.", + "onset": "10-45 minutes.", + "duration": "2-4 hours.", + "dose": "Oral Light: 40-80mg Common: 80-140mg Strong: 140-250mg.", + "categories": [ + "nootropic", + "depressant", + "habit-forming" + ], + "after-effects": "1-12 hours." + }, + "pretty_name": "Picamilon", + "categories": [ + "nootropic", + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "40-80mg", + "Common": "80-140mg", + "Strong": "140-250mg." + } + }, + "formatted_duration": { + "value": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-45", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Picamilon.shtml" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 232 + }, + "methamphetamine": { + "name": "methamphetamine", + "properties": { + "effects": "increased energy/alertness, Decreased need for sleep, Increased sociability, mood lift, increase sexuality, Excessive talking, Decreased appetite, Weight loss, Sweating, Distrubed sleep patterns, Bruxia, Visual and audiotory hallucinations itchiness, agressiveness, moodiness, fatal kidney disorder, possible brain damage liver damage.", + "dose": "Oral Light: 5-10mg Common: 10-30mg Strong: 20-40mg Heavy: 40-100mg | Insufflated Light: 5-10mg Common: 10-30mg Strong: 30-50mg Heavy: 50mg+ | Smoked Light: 5-10mg Common: 10-20mg Strong: 30-60mg Heavy: 50mg+ | IV Light: 5-10mg Common: 10-20mg Strong: 20-40mg Heavy: 40mg+", + "onset": "Oral: 20-70 minutes | Insufflated: 5-10 minutes | Smoked: 0-2 minutes | IV: 0-2 minutes", + "duration": "Oral: 10-12 hours | Insufflated: 8-10 hours | Smoked: 3-8 hours | IV: 6-10 hours *NOTE: Check ~after-effects*", + "after-effects": "24 hours for all routes of administration. After effects may last longer if a user redoses.", + "summary": "A fairly common and very strong CNS stimulant. It is sometimes prescribed in the form of desoxyn for ADHD and severe obesity. In low doses, methamphetamine can elevate mood, increase alertness, concentration, energy and reduces appetite. At higher doses, it can induce mania, psychosis and muscle degeneration among other issues. Tolerant users may report much higher doses than new users.", + "aliases": [ + "meth", + "desoxyn", + "tik" + ], + "marquis": "Deep reddish orange - Dark reddish brown", + "categories": [ + "stimulant", + "habit-forming", + "common" + ], + "avoid": "Rinsing mouth with mouthwash high in alcohol due to drying effects; using sugar filled chewing gum; usage within 14 days of MAOI - Also: Just avoid meth in the first place. Please.", + "bioavailability": "Oral 55-62.7% | Insufflated 75-80% | Vapourized 67-90.3%." + }, + "pretty_name": "Methamphetamine", + "aliases": [ + "meth", + "desoxyn", + "tik" + ], + "categories": [ + "stimulant", + "habit-forming", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "5-10mg", + "Common": "10-30mg", + "Strong": "20-40mg", + "Heavy": "40-100mg" + }, + "Insufflated": { + "Light": "5-10mg", + "Common": "10-30mg", + "Strong": "30-50mg", + "Heavy": "50mg+" + }, + "Smoked": { + "Light": "5-10mg", + "Common": "10-20mg", + "Strong": "30-60mg", + "Heavy": "50mg+" + }, + "IV": { + "Light": "5-10mg", + "Common": "10-20mg", + "Strong": "20-40mg", + "Heavy": "40mg+" + } + }, + "formatted_duration": { + "Oral": "10-12", + "Insufflated": "8-10", + "Smoked": "3-8", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "20-70", + "Insufflated": "5-10", + "Smoked": "0-2", + "IV": "0-2", + "_unit": "minutes" + }, + "formatted_effects": [ + "increased energy/alertness", + "Decreased need for sleep", + "Increased sociability", + "mood lift", + "increase sexuality", + "Excessive talking", + "Decreased appetite", + "Weight loss", + "Sweating", + "Distrubed sleep patterns", + "Bruxia", + "Visual and audiotory hallucinations itchiness", + "agressiveness", + "moodiness", + "fatal kidney disorder", + "possible brain damage liver damage", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Methamphetamine.shtml" + }, + "pweffects": { + "Abnormal heartbeat": "https://psychonautwiki.org/wiki/Abnormal_heartbeat", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Appetite suppression": "https://psychonautwiki.org/wiki/Appetite_suppression", + "Body odor alteration": "https://psychonautwiki.org/wiki/Body_odor_alteration", + "Bronchodilation": "https://psychonautwiki.org/wiki/Bronchodilation", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Cognitive fatigue": "https://psychonautwiki.org/wiki/Cognitive_fatigue", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Dehydration": "https://psychonautwiki.org/wiki/Dehydration", + "Depression": "https://psychonautwiki.org/wiki/Depression", + "Ego inflation": "https://psychonautwiki.org/wiki/Ego_inflation", + "Focus enhancement": "https://psychonautwiki.org/wiki/Focus_enhancement", + "Frequent urination": "https://psychonautwiki.org/wiki/Frequent_urination", + "Increased blood pressure": "https://psychonautwiki.org/wiki/Increased_blood_pressure", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Increased perspiration": "https://psychonautwiki.org/wiki/Increased_perspiration", + "Irritability": "https://psychonautwiki.org/wiki/Irritability", + "Memory enhancement": "https://psychonautwiki.org/wiki/Memory_enhancement", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Teeth grinding": "https://psychonautwiki.org/wiki/Teeth_grinding", + "Temporary erectile dysfunction": "https://psychonautwiki.org/wiki/Temporary_erectile_dysfunction", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Thought organization": "https://psychonautwiki.org/wiki/Thought_organization", + "Vasoconstriction": "https://psychonautwiki.org/wiki/Vasoconstriction", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "24", + "_unit": "hours" + }, + "sources": { + "_general": [ + "Comparison of intranasal methamphetamine and d-amphetamine self-administration by humans. -https://www.ncbi.nlm.nih.gov/pubmed/22050030", + "Methamphetamine or desoxyn should not be used within 14 days of using a MAOI drug - Mosby's Dental Drug Reference Ninth Edition 2010", + "Meth/desoxyn usage for long periods of time in children or people who have not finished growing will cause temporary suppression of weight and height growth - Mosby's Dental Drug Reference 9th Ed. 2010" + ] + }, + "id": 233 + }, + "o-pce": { + "name": "o-pce", + "properties": { + "summary": "Dissociative of the Arylcyclohexylamine class. Structurally related to Deschloroketamine.", + "duration": "Oral 3-6 hours. | Insufflated 2-5 hours.", + "onset": "Oral 25-75 minutes. | Insufflated 15-45 minutes.", + "dose": "Oral Light: 3-6mg Common: 6-11mg Strong: 10-20mg. Insufflated Light: 3-5mg Common: 5-10mg Strong: 10-20mg.", + "after-effects": "2-48 hours.", + "avoid": "CNS depressants.", + "categories": [ + "dissociative", + "research-chemical", + "habit-forming", + "tentative" + ], + "aliases": [ + "2'-oxo-pce", + "eticyclidone", + "opce", + "2-oxo-pce" + ] + }, + "pretty_name": "O-PCE", + "aliases": [ + "2'-oxo-pce", + "eticyclidone", + "opce", + "2-oxo-pce" + ], + "categories": [ + "dissociative", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "3-5mg", + "Common": "5-10mg", + "Strong": "10-20mg." + } + }, + "formatted_duration": { + "Oral": "3-6", + "Insufflated": "2-5", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "25-75", + "Insufflated": "15-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "2-48", + "_unit": "hours" + }, + "id": 234 + }, + "4-aco-dalt": { + "name": "4-aco-dalt", + "properties": { + "dosage": "(Very Tentative)Orally Threshold: 20mg Light: 40-50mg Common: 50-70mg Heavy: 100mg+ Smoked Threshold: 2-4mg Light: 5-8mg Common: 10-15mg Strong: 15mg+", + "onset": "30-90 minutes.", + "duration": "5-9 hours.", + "categories": [ + "psychedelic", + "research-chemical" + ], + "summary": "An uncommon tryptamine derivative first reported in the mid 2000s, likely a psychedelic. Little is known about the pharmacology or effects of this compound.", + "dose": "Oral Threshold: 20mg Light: 40-50mg Common: 50-70mg Heavy: 100+mg | Vaporized Threshold: 2-4mg Light: 5-8mg Common: 10-15mg Strong: 15+mg", + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "aliases": [ + "4acodalt" + ], + "after-effects": "1-8 hours." + }, + "pretty_name": "4-AcO-DALT", + "aliases": [ + "4acodalt" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Threshold": "20mg", + "Light": "40-50mg", + "Common": "50-70mg", + "Heavy": "100+mg" + }, + "Vaporized": { + "Threshold": "2-4mg", + "Light": "5-8mg", + "Common": "10-15mg", + "Strong": "15+mg" + } + }, + "formatted_duration": { + "value": "5-9", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_4AcODALT.shtml" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 235 + }, + "amt": { + "name": "amt", + "properties": { + "summary": "A long-acting psychedelic-empathogen with a broad method of action in the brain. Not suitable for combination with many other substances. Used as an anti-depressant in the Soviet Union, but later found popularity in the RC scene, mainly in the UK.", + "aliases": [ + "Alpha-methyltryptamine", + "alpha-methyltryptamine", + "alphamethyltryptamine", + "indopan", + "monase" + ], + "dose": "Oral Light: 15-25mg Common: 25-40mg Strong: 40-60mg Heavy: 60mg+", + "onset": "30-90 minutes", + "duration": "10-16 hours", + "avoid": "Other MAOIs http://www.erowid.org/chemicals/maois/maois_info3.shtml", + "detection": "Not tested for in standard drug tests.", + "categories": [ + "psychedelic", + "stimulant", + "research-chemical" + ], + "after-effects": "6-12 hours", + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "αMT", + "aliases": [ + "Alpha-methyltryptamine", + "alpha-methyltryptamine", + "alphamethyltryptamine", + "indopan", + "monase" + ], + "categories": [ + "psychedelic", + "stimulant", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "15-25mg", + "Common": "25-40mg", + "Strong": "40-60mg", + "Heavy": "60mg+" + } + }, + "formatted_duration": { + "value": "10-16", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_AMT.shtml" + }, + "formatted_aftereffects": { + "value": "6-12", + "_unit": "hours" + }, + "combos": { + "mushrooms": { + "status": "Low Risk & Synergy" + }, + "lsd": { + "status": "Low Risk & Synergy" + }, + "dmt": { + "status": "Low Risk & Synergy" + }, + "mescaline": { + "status": "Dangerous" + }, + "dox": { + "status": "Dangerous" + }, + "nbomes": { + "status": "Dangerous" + }, + "2c-x": { + "status": "Dangerous" + }, + "2c-t-x": { + "status": "Dangerous" + }, + "5-meo-xxt": { + "status": "Dangerous" + }, + "cannabis": { + "status": "Caution", + "note": "Cannabis has an unexpectedly strong and somewhat unpredictable synergy with psychedelics. Small amounts can reduce nausea with aMT but take care." + }, + "ketamine": { + "status": "Low Risk & Synergy" + }, + "mxe": { + "status": "Dangerous" + }, + "dxm": { + "status": "Dangerous" + }, + "pcp": { + "status": "Dangerous" + }, + "nitrous": { + "status": "Low Risk & Synergy" + }, + "amphetamines": { + "status": "Dangerous" + }, + "mdma": { + "status": "Dangerous" + }, + "cocaine": { + "status": "Dangerous" + }, + "caffeine": { + "status": "Caution", + "note": "High doses of caffeine may cause anxiety which is less manageable when tripping, and since both are stimulating the combination may cause some physical discomfort." + }, + "alcohol": { + "status": "Caution", + "note": "aMT has a broad mechanism of action in the brain and so does alcohol so the combination can be unpredictable" + }, + "ghb/gbl": { + "status": "Low Risk & Decrease" + }, + "opioids": { + "status": "Low Risk & No Synergy", + "note": "No unexpected interactions" + }, + "tramadol": { + "status": "Dangerous" + }, + "benzodiazepines": { + "status": "Low Risk & Decrease" + }, + "benzos": { + "status": "Low Risk & Decrease" + }, + "maois": { + "status": "Dangerous", + "note": "aMT is an MAOI on its own. Using enzyme inhibitors can greatly reduce predictability of effects." + }, + "ssris": { + "status": "Dangerous" + } + }, + "id": 236 + }, + "isopropylphenidate": { + "name": "isopropylphenidate", + "properties": { + "summary": "IPPH (or incorrectly IPH) is a novel piperidine based methylphenidate analogue and NDRI stimulant, but comes with much less physical side effects.", + "duration": "3-6 hours", + "onset": "<30 minutes.", + "dose": "Light: 7-10mg Common: 10-15mg Strong: 15-30mg+", + "aliases": [ + "iph", + "ipph", + "ippd", + "ipp" + ], + "categories": [ + "research-chemical", + "habit-forming", + "tentative", + "stimulant" + ], + "after-effects": "1-8 hours." + }, + "pretty_name": "Isopropylphenidate", + "aliases": [ + "iph", + "ipph", + "ippd", + "ipp" + ], + "categories": [ + "research-chemical", + "habit-forming", + "tentative", + "stimulant" + ], + "formatted_dose": { + "Oral": { + "Light": "7-10mg", + "Common": "10-15mg", + "Strong": "15-30mg+" + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Isopropylphenidate.shtml" + }, + "pweffects": { + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Appetite suppression": "https://psychonautwiki.org/wiki/Appetite_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Cognitive fatigue": "https://psychonautwiki.org/wiki/Cognitive_fatigue", + "Dehydration": "https://psychonautwiki.org/wiki/Dehydration", + "Depression": "https://psychonautwiki.org/wiki/Depression", + "Focus enhancement": "https://psychonautwiki.org/wiki/Focus_enhancement", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Irritability": "https://psychonautwiki.org/wiki/Irritability", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Teeth grinding": "https://psychonautwiki.org/wiki/Teeth_grinding", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Vasoconstriction": "https://psychonautwiki.org/wiki/Vasoconstriction", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "sources": { + "_general": [ + "Isopropylphenidate: an ester homolog of methylphenidate with sustained and selective dopaminergic activity and reduced drug interaction liability. - http://www.ncbi.nlm.nih.gov/pubmed/24261661" + ] + }, + "id": 237 + }, + "methoxyketamine": { + "name": "methoxyketamine", + "properties": { + "summary": "An arylcyclohexylamine drug and analogue of ketamine, though slightly less potent. Produces similar dissociative and anaesthetic effects. Very rare.", + "aliases": [ + "2-meo-ketamine" + ], + "categories": [ + "dissociative", + "research-chemical", + "habit-forming" + ], + "dose": "Insufflated Threshold: 5-15mg Light: 15-60mg Common: 60-130mg Strong: 130-200mg+", + "onset": "10-20 minutes", + "duration": "1-2 hours", + "after-effects": "2-4 hours" + }, + "pretty_name": "Methoxyketamine", + "aliases": [ + "2-meo-ketamine" + ], + "categories": [ + "dissociative", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Insufflated": { + "Threshold": "5-15mg", + "Light": "15-60mg", + "Common": "60-130mg", + "Strong": "130-200mg+" + } + }, + "formatted_duration": { + "value": "1-2", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-20", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Methoxyketamine.shtml" + }, + "formatted_aftereffects": { + "value": "2-4", + "_unit": "hours" + }, + "id": 238 + }, + "4f-neb": { + "name": "4f-neb", + "properties": { + "summary": "The 4-Fluoro analogue of N-Ethylbuphedrone (NEB) is a part of the cathinone class.", + "dose": "Oral Light: 75-100mg Common: 100-150mg Strong: 150-300mg | Insufflated Light: 50-75 Common: 75-150mg Strong: 150-250mg.", + "onset": "Oral: 15-30 minutes. | Insufflated: 5-10 minutes.", + "duration": "Oral: 90-180 minutes. | Insufflated: 50-100 minutes.", + "after-effects": "1-12 hours." + }, + "pretty_name": "4F-NEB", + "formatted_dose": { + "Oral": { + "Light": "75-100mg", + "Common": "100-150mg", + "Strong": "150-300mg" + }, + "Insufflated": { + "Light": "50-75", + "Common": "75-150mg", + "Strong": "150-250mg." + } + }, + "formatted_duration": { + "Oral": "90-180", + "Insufflated": "50-100", + "_unit": "minutes" + }, + "formatted_onset": { + "Oral": "15-30", + "Insufflated": "5-10", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 239 + }, + "brotizolam": { + "name": "brotizolam", + "properties": { + "summary": "Benzodiazepine analogue which is sedating, hypnotic and anxiolytic. It is available as prescription medicine in much of Europe, and is an extremely potent drug active at only 80ug. May cause amnesia and lowered inhibitions in overdose. Danger of respiratory depression when combined with other depressants. Short half life.", + "dose": "Oral Threshold: 80ug Light: 100ug-200ug Common: 200-400ug Strong: 400ug-600ug+", + "avoid": "All other CNS depressants.", + "categories": [ + "depressant", + "benzodiazepine", + "habit-forming", + "depressant" + ], + "onset": "Oral: 10-30 minutes. Insufflated: 2-10 minutes.", + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia.", + "duration": "Oral: 4-8 hours. Insufflated: 2-6 hours.", + "bioavailabity": "Oral 70% +/- 24%.", + "after-effects": "1-4 hours.", + "dose_to_diazepam": "Brotizolam - 0.25mg ~=10mg Diazepam.", + "aliases": [ + "lendormin" + ] + }, + "pretty_name": "Brotizolam", + "aliases": [ + "lendormin" + ], + "categories": [ + "depressant", + "benzodiazepine", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Threshold": "80ug", + "Light": "100ug-200ug", + "Common": "200-400ug", + "Strong": "400ug-600ug+" + } + }, + "formatted_duration": { + "Oral": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "10-30", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "" + ], + "formatted_aftereffects": { + "value": "1-4", + "_unit": "hours" + }, + "sources": { + "_general": [ + "Pharmacokinetics of brotizolam in healthy subjects following intravenous and oral administration. http://www.ncbi.nlm.nih.gov/pubmed/6661374" + ] + }, + "id": 240 + }, + "zolpidem": { + "name": "zolpidem", + "properties": { + "summary": "Commonly prescribed for insomnia, Ambien (zolpidem) can cause realistic hallucinations similar to those of deliriants, and is very likely to cause amnesia at higher doses. Take care when using this drug, as it tends to lower inhibitions to a level which causes the user to do things they might not normally do when sober.", + "aliases": [ + "ambien", + "stilnox" + ], + "categories": [ + "depressant", + "habit-forming", + "common" + ], + "dose": "Light: 2.5-5mg Common: 5-10mg Strong: 10-20mg Heavy: 20-30mg+", + "onset": "15-45 minutes.", + "effects": "Helps with insomnia/sleep, hallucinations through all physical senses, increased or decreased libido, delusions", + "avoid": "All other CNS depressants", + "duration": "5-10 hours.", + "after-effects": "1-24 hours.", + "bioavailability": "Oral: 70%" + }, + "pretty_name": "Zolpidem", + "aliases": [ + "ambien", + "stilnox" + ], + "categories": [ + "depressant", + "habit-forming", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "2.5-5mg", + "Common": "5-10mg", + "Strong": "10-20mg", + "Heavy": "20-30mg+" + } + }, + "formatted_duration": { + "value": "5-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-45", + "_unit": "minutes" + }, + "formatted_effects": [ + "Helps with insomnia/sleep", + "hallucinations through all physical senses", + "increased or decreased libido", + "delusions" + ], + "pweffects": { + "Acuity suppression": "https://psychonautwiki.org/wiki/Acuity_suppression", + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Appetite enhancement": "https://psychonautwiki.org/wiki/Appetite_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Double vision": "https://psychonautwiki.org/wiki/Double_vision", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Language suppression": "https://psychonautwiki.org/wiki/Language_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Muscle relaxation": "https://psychonautwiki.org/wiki/Muscle_relaxation", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Tactile suppression": "https://psychonautwiki.org/wiki/Tactile_suppression", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Visual disconnection": "https://psychonautwiki.org/wiki/Visual_disconnection" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "sources": { + "_general": [ + "Irreversible ischemic hand following intraarterial injection of zolpidem powder - http://www.ncbi.nlm.nih.gov/pubmed/14705853", + "Clinical pharmacokinetics and pharmacodynamics of zolpidem. Therapeutic implications - http://www.ncbi.nlm.nih.gov/pubmed/8521677" + ] + }, + "id": 241 + }, + "dalt": { + "name": "dalt", + "properties": { + "summary": "Psychedelic drug of the tryptamine class.", + "aliases": [ + "n,n-diallyltryptamine", + "diallyltryptamine" + ], + "duration": "3-6 hours.", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "onset": "15-45 minutes.", + "after-effects": "1-4 hours." + }, + "pretty_name": "DALT", + "aliases": [ + "n,n-diallyltryptamine", + "diallyltryptamine" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "none": { + "Light": "20-40mg", + "Common": "40-60mg", + "Strong": "60mg+" + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-45", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "formatted_aftereffects": { + "value": "1-4", + "_unit": "hours" + }, + "id": 242 + }, + "bromazolam": { + "name": "bromazolam", + "properties": { + "summary": "A rather novel Benzodiazepine that is structurally quite close to Alprazolam.", + "duration": "5-8 hours.", + "onset": "15-45 minutes.", + "after-effects": "1-12 hours.", + "categories": [ + "benzodiazepine", + "research-chemical", + "tentative", + "habit-forming" + ], + "avoid": "All other CNS depressants.", + "dose": "Oral Light: 0.5-1mg Common: 1-2mg Strong: 2-4mg+", + "aliases": [ + "xli-268", + "xli268" + ] + }, + "pretty_name": "Bromazolam", + "aliases": [ + "xli-268", + "xli268" + ], + "categories": [ + "benzodiazepine", + "research-chemical", + "tentative", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "0.5-1mg", + "Common": "1-2mg", + "Strong": "2-4mg+" + } + }, + "formatted_duration": { + "value": "5-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 243 + }, + "chloral-betaine": { + "name": "chloral-betaine", + "properties": { + "summary": "Sedative-hypnotic drug that was introduced into the United States in the 60's. Betaine complex with Chloral hydrate, thus makes it act as an extended version of Chloral hydrate then to Trichloroethanol, which is responsible for most of its effects.", + "onset": "15-30 minutes.", + "duration": "3-7 hours.", + "dose": "Oral Light: 125-250mg Common: 250-500mg. Strong: 500-1000mg.", + "categories": [ + "depressant", + "habit-forming" + ], + "after-effects": "2-8 hours." + }, + "pretty_name": "Chloral betaine", + "categories": [ + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "125-250mg", + "Common": "250-500mg.", + "Strong": "500-1000mg." + } + }, + "formatted_duration": { + "value": "3-7", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "2-8", + "_unit": "hours" + }, + "id": 244 + }, + "tuinal": { + "name": "tuinal", + "properties": { + "summary": "Brand name of a combination drug of two barbiturate salts (Secobarbital/Amobarbital) in equal amounts. It was introduced in the late 1940's.", + "dose": "Oral Light: 25-75mg Common: 75-150mg. Strong: 150-300mg.", + "onset": "10-45 minutes.", + "duration": "5-12 hours.", + "avoid": "All other CNS depressants.", + "aliases": [ + "tuinol", + "chirstmas-trees", + "rainbows", + "beans", + "nawls", + "jeebs" + ], + "categories": [ + "barbiturate", + "depressant", + "habit-forming" + ], + "after-effects": "1-8 hours." + }, + "pretty_name": "Tuinal", + "aliases": [ + "tuinol", + "chirstmas-trees", + "rainbows", + "beans", + "nawls", + "jeebs" + ], + "categories": [ + "barbiturate", + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "25-75mg", + "Common": "75-150mg.", + "Strong": "150-300mg." + } + }, + "formatted_duration": { + "value": "5-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 245 + }, + "noctec": { + "name": "noctec", + "properties": { + "summary": "Chloral Hydrate, a sedative drug discovered in 1832 with a history of recreational use going back to the 19th century. Sometimes prescribed for extreme insomnia. For such an old drug, relatively little is known about its long-term term effects on the body. Produces intoxication comparable to alcohol or benzodiazepines.", + "aliases": [ + "chloral-hydrate", + "aquachloral", + "somnos" + ], + "onset": "20-60 minutes.", + "duration": "5-10 hours", + "avod": "All other CNS depressants.", + "dose": "Light: 200mg's Common: 200-500mg's Strong: 500-1000mg's.", + "categories": [ + "depressant", + "habit-forming" + ], + "after-effects": "2-6 hours." + }, + "pretty_name": "Chloral hydrate", + "aliases": [ + "chloral-hydrate", + "aquachloral", + "somnos" + ], + "categories": [ + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "200mg", + "Common": "200-500mg", + "Strong": "500-1000mg" + } + }, + "formatted_duration": { + "value": "5-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-60", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "2-6", + "_unit": "hours" + }, + "id": 246 + }, + "5-meo-eipt": { + "name": "5-meo-eipt", + "properties": { + "summary": "A little known and little studied tryptamine and analogue of EiPT, also related to DiPT and DET. Probably a psychedelic. Few reports of effects.", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "onset": "Oral: 15-45 minutes. | Insufflated: 1-10 minutes.", + "dose": "Oral Threshold: 2-5mg Light: 5-10mg Common: 10-20mg Strong: 20-25mg+ | Insufflated Threshold: 1-3mg Light: 3-7mg Common: 7-15mg Strong: 15-20mg+", + "duration": "Oral: 5-10 hours. | Insufflated: 3-6 hours.", + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "aliases": [ + "5meoeipt" + ], + "after-effects": "1-12 hours." + }, + "pretty_name": "5-MeO-EiPT", + "aliases": [ + "5meoeipt" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Threshold": "2-5mg", + "Light": "5-10mg", + "Common": "10-20mg", + "Strong": "20-25mg+" + }, + "Insufflated": { + "Threshold": "1-3mg", + "Light": "3-7mg", + "Common": "7-15mg", + "Strong": "15-20mg+" + } + }, + "formatted_duration": { + "Oral": "5-10", + "Insufflated": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-45", + "Insufflated": "1-10", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "dose_note": " NOTE: These doses are tentative and may need further research.", + "id": 247 + }, + "ethylone": { + "name": "ethylone", + "properties": { + "summary": "A euphoric stimulant often sold in place of MDMA since methylone was banned. Slightly less potent and empathogenic than methylone, it is often described as more of a 'straight stimulant.'", + "aliases": [ + "bk-mdea" + ], + "onset": "30-45 minutes.", + "duration": "2-4 hours.", + "after-effects": "6-24 hours.", + "dose": "Oral Light: 125-175mg Common: 200-250mg Strong: 250-400mg", + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "habit-forming", + "empathogen" + ] + }, + "pretty_name": "Ethylone", + "aliases": [ + "bk-mdea" + ], + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "habit-forming", + "empathogen" + ], + "formatted_dose": { + "Oral": { + "Light": "125-175mg", + "Common": "200-250mg", + "Strong": "250-400mg" + } + }, + "formatted_duration": { + "value": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-45", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_bkMDEA.shtml" + }, + "formatted_aftereffects": { + "value": "6-24", + "_unit": "hours" + }, + "id": 248 + }, + "pentedrone": { + "name": "pentedrone", + "properties": { + "onset": "Oral: 15-30 minutes. | Insufflated: 5-10 minutes.", + "summary": "A potent NDRI cathinone-type stimulant with more-ish effects but not thought to be especially enjoyable.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "dose": "Oral Light: 5-10mg Common: 10-15mg Strong: 15-25mg | Insufflated Light: 2-5mg Common: 5-10mg Strong: 10-20mg | Rectal Light: 2-5mg Common: 5-10mg strong: 10-20mg.", + "duration": "Oral: 2-6 hours. | Insufflated: 1-4 hours.", + "after-effects": "1-12 hours.", + "avoid": "All other stimulants." + }, + "pretty_name": "Pentedrone", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "5-10mg", + "Common": "10-15mg", + "Strong": "15-25mg" + }, + "Insufflated": { + "Light": "2-5mg", + "Common": "5-10mg", + "Strong": "10-20mg" + }, + "Rectal": { + "Light": "2-5mg", + "Common": "5-10mg", + "strong": "10-20mg." + } + }, + "formatted_duration": { + "Oral": "2-6", + "Insufflated": "1-4", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-30", + "Insufflated": "5-10", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Pentedrone.shtml" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 249 + }, + "2-mec": { + "name": "2-mec", + "properties": { + "summary": "Cathinone which some users report to feel like a weaker MDMA with a shorter onset.", + "dose": "Oral Light: 50-100mg Common: 100-200mg Strong: 200-350mg+ | Insufflated Light: 25-50mg Common: 50-100mg Strong: 100-250mg+", + "duration": "Oral: 3-5 hours. | Insufflated: 2-4 hours.", + "after-effects": "1-6 hours.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ] + }, + "pretty_name": "2-MEC", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "50-100mg", + "Common": "100-200mg", + "Strong": "200-350mg+" + }, + "Insufflated": { + "Light": "25-50mg", + "Common": "50-100mg", + "Strong": "100-250mg+" + } + }, + "formatted_duration": { + "Oral": "3-5", + "Insufflated": "2-4", + "_unit": "hours" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 250 + }, + "opium": { + "name": "opium", + "properties": { + "summary": "Opium is a naturally occurring analgesic harvested as a latex from ripe Papaver somniferum (opium poppy) pods. The sap of the poppy plant primarily contains codeine and morphine with the amounts varying by plant, which can be made into a tea and consumed raw, or further processed.", + "aliases": [ + "O" + ], + "avoid": "Easy to overdose. Don't smoke from aluminum foil.", + "marquis": "Dark grayish reddish Brown", + "categories": [ + "opioid", + "habit-forming", + "depressant", + "common" + ], + "effects": "Euphoria, Dry Mouth, Mood lift, Itchiness, Relaxant, Constipation, Pupil constriction, Analgesia.", + "after-effects": "1-12 hours." + }, + "pretty_name": "Opium", + "aliases": [ + "O" + ], + "categories": [ + "opioid", + "habit-forming", + "depressant", + "common" + ], + "formatted_dose": { + "Oral_Tea": { + "Common": "333-500mg.", + "Fatal": "2000mg" + }, + "Smoked": { + "Common": "100mg" + } + }, + "formatted_effects": [ + "Euphoria", + "Dry Mouth", + "Mood lift", + "Itchiness", + "Relaxant", + "Constipation", + "Pupil constriction", + "Analgesia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Opium.shtml" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 251 + }, + "morpheridine": { + "name": "morpheridine", + "properties": { + "summary": "Is a 4-Phenylpiperidine derivative that is related to Pehidine. It is roughly 4x as potent as the parent compound, does not cause convulsions such as Pethidine.", + "dose": "Oral Light: 5-10mg. Common: 10-20mg Strong: 20-35mg's.", + "onset": "Oral 15-35 minutes.", + "duration": "Oral 4-6 hours.", + "categories": [ + "opioid", + "depressant", + "habit-forming", + "tentative" + ], + "warning": "Do not mix with any other CNS depressants.", + "after-effects": "1-6 hours." + }, + "pretty_name": "Morpheridine", + "categories": [ + "opioid", + "depressant", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "5-10mg.", + "Common": "10-20mg", + "Strong": "20-35mg" + } + }, + "formatted_duration": { + "value": "Oral", + "_unit": "hours" + }, + "formatted_onset": { + "value": "Oral", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 252 + }, + "2-fma": { + "name": "2-fma", + "properties": { + "summary": "A long-acting stimulant often compared to lisdexamphetamine. Thought to lack some of amphetamine's neurotoxic metabolites. Very functional, and for this reason it is commonly used for studying.", + "dose": "Oral Light: 15-25mg Common: 25-35mg Strong: 35-65mg Heavy: 65-80mg+ | NOTE: Sensitivity varies from| person-to-person and with usage factors. Higher doses can often result in long crashes and sleepless nights. Always start low and titrate slowly.", + "aliases": [ + "2fma" + ], + "marquis": "Light yellow", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "onset": "20-60 minutes", + "duration": "6-8 hours", + "after-effects": "1-24 hours." + }, + "pretty_name": "2-FMA", + "aliases": [ + "2fma" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "15-25mg", + "Common": "25-35mg", + "Strong": "35-65mg", + "Heavy": "65-80mg+" + }, + "person-to-person": {} + }, + "formatted_duration": { + "value": "6-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "decreased need for sleep", + "increased sociability", + "mood lift", + "increased sexuality", + "excessive talking", + "decreased appetite", + "weight loss", + "sweating", + "disturbed sleep patterns", + "bruxism", + "visual and auditory hallucinations", + "itchiness", + "aggressiveness", + "moodiness", + "" + ], + "pweffects": { + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Appetite suppression": "https://psychonautwiki.org/wiki/Appetite_suppression", + "Cognitive fatigue": "https://psychonautwiki.org/wiki/Cognitive_fatigue", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Dehydration": "https://psychonautwiki.org/wiki/Dehydration", + "Depression": "https://psychonautwiki.org/wiki/Depression", + "Focus enhancement": "https://psychonautwiki.org/wiki/Focus_enhancement", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased perspiration": "https://psychonautwiki.org/wiki/Increased_perspiration", + "Irritability": "https://psychonautwiki.org/wiki/Irritability", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Teeth grinding": "https://psychonautwiki.org/wiki/Teeth_grinding", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "dose_note": " NOTE: Sensitivity varies from", + "id": 253 + }, + "3-mmc": { + "name": "3-mmc", + "properties": { + "onset": "Within an hour.", + "duration": "4-7 hours (dependent on dose/ROA/lots of stuff)", + "summary": "A euphoric stimulant similar to mephedrone but said to lack much of the \"magic.\" Never gained the same popularity. Slightly less potent.", + "after-effects": "3-4 hours.", + "dose": "Light: 25-75mg Common: 75-150mg Strong: 150mg-300mg+", + "categories": [ + "stimulant", + "habit-forming", + "empathogen" + ], + "aliases": [ + "3mmc", + "3-methylmethcathinone", + "3methylmethcathinone", + "3-meph", + "3-mephedrone" + ], + "effects": "increased energy/alertness, Decreased need for sleep, Increased sociability, mood lift, increase sexuality, Excessive talking, Decreased appetite, Weight loss, Sweating, Distrubed sleep patterns, Bruxia, Visual and audiotory hallucinations itchiness, agressiveness, moodiness." + }, + "pretty_name": "3-MMC", + "aliases": [ + "3mmc", + "3-methylmethcathinone", + "3methylmethcathinone", + "3-meph", + "3-mephedrone" + ], + "categories": [ + "stimulant", + "habit-forming", + "empathogen" + ], + "formatted_dose": { + "Oral": { + "Light": "25-75mg", + "Common": "75-150mg", + "Strong": "150mg-300mg+" + } + }, + "formatted_duration": { + "value": "4-7", + "_unit": "hours" + }, + "formatted_onset": { + "value": "Within" + }, + "formatted_effects": [ + "increased energy/alertness", + "Decreased need for sleep", + "Increased sociability", + "mood lift", + "increase sexuality", + "Excessive talking", + "Decreased appetite", + "Weight loss", + "Sweating", + "Distrubed sleep patterns", + "Bruxia", + "Visual and audiotory hallucinations itchiness", + "agressiveness", + "moodiness", + "" + ], + "formatted_aftereffects": { + "value": "3-4", + "_unit": "hours" + }, + "id": 254 + }, + "cocaine": { + "name": "cocaine", + "properties": { + "detection": "Saliva: 1 day, Urine: 4-5 days, Hair: up to 90 days", + "dose": "Insufflated Light: 20-50mg Common: 50-100mg Strong: 100-150mg Heavy: 150mg+ | NOTE: Depending on purity, dosage will vary", + "summary": "A highly popular, short acting CNS stimulant that works by blocking the reuptake of dopamine, serotonin, and norepinephrine. It is known to increase euphoria, confidence, sex-drive, focus, body temperature, and heart rate. Cocaine can cause severe vasoconstriction and is known to be cardiotoxic and have a high potential for compulsive redosing and addiction.", + "duration": "1-1.5 hours", + "marquis": "Clear (No change)", + "categories": [ + "stimulant", + "habit-forming", + "common" + ], + "effects": "Elevated mood. Increase in irritability, hyper-inflated ego, euphoria, stimulation, raised heartrate, numbing effects depending on ROA, nausea (particularly at high doses)", + "aliases": [ + "coke" + ], + "onset": "Rapid.", + "bioavailability": "Cocaine Oral 25-35% | Insufflated 40-60%. NOTE: This is for Cocaine HCl.", + "after-effects": "1-4 hours." + }, + "pretty_name": "Cocaine", + "aliases": [ + "coke" + ], + "categories": [ + "stimulant", + "habit-forming", + "common" + ], + "formatted_dose": { + "Insufflated": { + "Light": "20-50mg", + "Common": "50-100mg", + "Strong": "100-150mg", + "Heavy": "150mg+" + } + }, + "formatted_duration": { + "value": "1-1.5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "Rapid." + }, + "formatted_effects": [ + "Elevated mood", + "Increase in irritability", + "hyper-inflated ego", + "euphoria", + "stimulation", + "raised heartrate", + "numbing effects depending on ROA", + "nausea (particularly at high doses)" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Cocaine.shtml" + }, + "pweffects": { + "Abnormal heartbeat": "https://psychonautwiki.org/wiki/Abnormal_heartbeat", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Appetite suppression": "https://psychonautwiki.org/wiki/Appetite_suppression", + "Bronchodilation": "https://psychonautwiki.org/wiki/Bronchodilation", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Cognitive fatigue": "https://psychonautwiki.org/wiki/Cognitive_fatigue", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Dehydration": "https://psychonautwiki.org/wiki/Dehydration", + "Depression": "https://psychonautwiki.org/wiki/Depression", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Ego inflation": "https://psychonautwiki.org/wiki/Ego_inflation", + "Focus enhancement": "https://psychonautwiki.org/wiki/Focus_enhancement", + "Increased blood pressure": "https://psychonautwiki.org/wiki/Increased_blood_pressure", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Increased perspiration": "https://psychonautwiki.org/wiki/Increased_perspiration", + "Irritability": "https://psychonautwiki.org/wiki/Irritability", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Pain relief": "https://psychonautwiki.org/wiki/Pain_relief", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Teeth grinding": "https://psychonautwiki.org/wiki/Teeth_grinding", + "Temporary erectile dysfunction": "https://psychonautwiki.org/wiki/Temporary_erectile_dysfunction", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Thought organization": "https://psychonautwiki.org/wiki/Thought_organization", + "Vasoconstriction": "https://psychonautwiki.org/wiki/Vasoconstriction", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "1-4", + "_unit": "hours" + }, + "dose_note": " NOTE: Depending on purity, dosage will vary", + "sources": { + "_general": [ + "Rhabdomyolysis associated with cocaine abuse. -https://www.ncbi.nlm.nih.gov/pubmed/1743698", + "Rhabdomyolysis associated with cocaine abuse. - https://www.ncbi.nlm.nih.gov/pubmed/1743698", + "The beta-lactam antibiotic ceftriaxone inhibits physical dependence and abstinence-induced withdrawal from cocaine, amphetamine, methamphetamine, a... - https://www.ncbi.nlm.nih.gov/pubmed/18342307", + "Effects of concurrent use of alcohol and cocaine. - http://www.ncbi.nlm.nih.gov/pubmed/12133112", + "Cocaine-like neurochemical effects of antihistaminic medications. - http://www.ncbi.nlm.nih.gov/pubmed/18363822", + "Cocaine cardiotoxicity: a review of the pathophysiology, pathology, and treatment options. - http://www.ncbi.nlm.nih.gov/pubmed/19463023", + "Citalopram enhances cocaine's subjective effects in rats. - http://www.ncbi.nlm.nih.gov/pubmed/20195220", + "Role of voltage-gated sodium, potassium and calcium channels in the development of cocaine-associated cardiac arrhythmias. - http://www.ncbi.nlm.nih.gov/pubmed/20573078", + "High cocaine dosage decreases neurogenesis in the hippocampus and impairs working memory. - http://www.ncbi.nlm.nih.gov/pubmed/20731634", + "The effects of combinations of intranasal cocaine, smoked marijuana, and task performance on heart rate and blood pressure. - http://www.ncbi.nlm.nih.gov/pubmed/2162543", + "Lack of cocaine-like discriminative-stimulus effects of σ-receptor agonists in rats. - http://www.ncbi.nlm.nih.gov/pubmed/21808192", + "Pregabalin reduces cocaine self-administration and relapse to cocaine seeking in the rat. - http://www.ncbi.nlm.nih.gov/pubmed/22734646", + "Cocaine potentiates MDMA-induced oxidative stress but not dopaminergic neurotoxicity in mice: implications for the pathogenesis of free radical-ind... - http://www.ncbi.nlm.nih.gov/pubmed/23681166", + "Effects of escitalopram on attentional bias to cocaine-related stimuli and inhibitory control in cocaine-dependent subjects. - http://www.ncbi.nlm.nih.gov/pubmed/23761390", + "Aminorex, a metabolite of the cocaine adulterant levamisole, exerts amphetamine like actions at monoamine transporters. - http://www.ncbi.nlm.nih.gov/pubmed/24296074", + "Long Withdrawal of Methylphenidate Induces a Differential Response of the Dopaminergic System and Increases Sensitivity to Cocaine in the Prefronta... - http://www.ncbi.nlm.nih.gov/pubmed/26509840", + "Cocaine tolerance and cross-tolerance. - http://www.ncbi.nlm.nih.gov/pubmed/8093724", + "Cocaethylene is as cardiotoxic as cocaine but is less toxic than cocaine plus ethanol. - http://www.ncbi.nlm.nih.gov/pubmed/8761012", + "Differential potentiation of L-tryptophan-induced head-twitch response in mice by cocaine and sertraline. - http://www.ncbi.nlm.nih.gov/pubmed/8831798", + "Cocaine contamination of United States paper currency. - http://www.ncbi.nlm.nih.gov/pubmed/8835657", + "A study suggests that having a history of cocaine and poly drug abuse can lead to acute open-angle glaucoma - http://journals.lww.com/glaucomajournal/Abstract/2011/09000/Substance_Use_Disorder_and_the_Risk_of_Open_angle.9.aspx", + "using cocaine while pregnant is dangerous for the fetus's health - https://www.drugabuse.gov/publications/research-reports/cocaine/what-are-effects-maternal-cocaine-use" + ] + }, + "combos": { + "mushrooms": { + "status": "Caution", + "note": "Stimulants increase anxiety levels and the risk of thought loops which can lead to negative experiences" + }, + "lsd": { + "status": "Caution", + "note": "Stimulants increase anxiety levels and the risk of thought loops which can lead to negative experiences" + }, + "dmt": { + "status": "Caution", + "note": "Stimulants increase anxiety levels and the risk of thought loops which can lead to negative experiences" + }, + "mescaline": { + "status": "Caution", + "note": "The focus and anxiety caused by stimulants is magnified by psychedelics and results in an increased risk of thought loops" + }, + "dox": { + "status": "Unsafe", + "note": "The combined stimulating effects of the two can lead to an uncomfortable body-load, while the focusing effects of cocaine can easily lead to thought loops. Coming down from cocaine while the DOx is still active can be quite anxiogenic" + }, + "nbomes": { + "status": "Unsafe", + "note": "Cocaine and NBOMes both provide considerable stimulation. When combined they can result in severe vasoconstriction, tachycardia, hypertension, and in extreme cases heart failure." + }, + "2c-x": { + "status": "Caution", + "note": "The anxiogenic and focusing effects of stimulants increase the chance of unpleasant thought loops. The combination is generally unnecessary because of the stimulating effects of psychedelics. Combination of the stimulating effects may be uncomfortable." + }, + "2c-t-x": { + "status": "Unsafe", + "note": "Cocaine and 2c-t-x both provide considerable stimulation. When combined they can result in severe vasoconstriction, tachycardia, hypertension, and in extreme cases heart failure." + }, + "amt": { + "status": "Dangerous" + }, + "5-meo-xxt": { + "status": "Unsafe", + "note": "The anxiogenic and focusing effects of stimulants increase the chance of unpleasant thought loops. The combination is generally unnecessary because of the stimulating effects of psychedelics. " + }, + "cannabis": { + "status": "Caution", + "note": "Stimulants increase anxiety levels and the risk of thought loops which can lead to negative experiences" + }, + "ketamine": { + "status": "Caution", + "note": "No unexpected interactions, though likely to increase blood pressure but not an issue with sensible doses. Moving around on high doses of this combination may be ill advised due to risk of physical injury." + }, + "mxe": { + "status": "Caution", + "note": "Stimulants taken with MXE can lead to hypermanic states much more easily, especially if sleep is avoided." + }, + "dxm": { + "status": "Unsafe", + "note": "Both substances raise heart rate, in extreme cases, panic attacks caused by these drugs have led to more serious heart issues" + }, + "pcp": { + "status": "Unsafe", + "note": "This combination can easily lead to hypermanic states" + }, + "nitrous": { + "status": "Low Risk & Synergy" + }, + "amphetamines": { + "status": "Caution", + "note": "This combination of stimulants will increase strain on the heart. It is not generally worth it as cocaine has a mild blocking effect on dopamine releasers like amphetamine" + }, + "mdma": { + "status": "Caution", + "note": "Cocaine blocks some of the desirable effects of MDMA while increasing the risk of heart attack." + }, + "caffeine": { + "status": "Caution", + "note": "Both stimulants, risk of tachycardia, hypertension, and in extreme cases heart failure." + }, + "alcohol": { + "status": "Unsafe", + "note": "Drinking on stimulants is risky because the sedative effects of the alcohol are reduced, and these are what the body uses to gauge drunkenness. This typically leads to excessive drinking with greatly reduced inhibitions, high risk of liver damage and increased dehydration. They will also allow you to drink past a point where you might normally pass out, increasing the risk. If you do decide to do this then you should set a limit of how much you will drink each hour and stick to it, bearing in mind that you will feel the alcohol less. Cocaine is potentiated somewhat by alcohol because of the formation of cocaethylene." + }, + "ghb/gbl": { + "status": "Caution", + "note": "Stimulants increase respiration rate allowing a higher dose of sedatives. If the stimulant wears off first then the opiate may overcome the patient and cause respiratory arrest. Likewise the G can wear off and leave a dangerous concentration of cocaine behind" + }, + "opioids": { + "status": "Dangerous", + "note": "Stimulants increase respiration rate allowing a higher dose of opiates. If the stimulant wears off first then the opiate may overcome the patient and cause respiratory arrest." + }, + "tramadol": { + "status": "Dangerous", + "note": "Tramadol and stimulants both increase the risk of seizures." + }, + "benzodiazepines": { + "status": "Low Risk & Decrease" + }, + "benzos": { + "status": "Low Risk & Decrease" + }, + "maois": { + "status": "Dangerous", + "note": "This combination is poorly explored" + }, + "ssris": { + "status": "Low Risk & No Synergy", + "note": "May reduce each others' effectiveness. Cocaine can reduce mental stability and therefore exacerbate conditions which SSRIs are used to treat." + } + }, + "id": 255 + }, + "ethylphenidate": { + "name": "ethylphenidate", + "properties": { + "dose": "Oral Light: 20-40mg Common: 40-100mg Strong: 100-150mg Heavy: 150-200mg | Plugged/Rectal Light: 5-15mg Common: 15-30mg Strong: 30-50mg Heavy: 50-75mg | NOTE: Ethylphenidate should NOT be insufflated (see summary for more details). This drug reacts with users in varying ways, so start low and work your way up.", + "effects": "Focus/mental clarity, Abstract thinking, Euphoria, Stimulation, Increased music appreciation, Warm fuzzy body high, Increased desire to talk, Wakefulness, increased sex drive, Chest pain, Vasoconstriction, Jaw Tension, Restlessness, high blood pressure, compulsion to redose, paranoia", + "duration": "Oral: 4-10 hours. | Insufflated: 2-6 hours. | Plugged: 2-6 hours.", + "onset": "Insufflated: 1-10 minutes | Plugged: 5-20 minutes | Oral: 45-120 minutes", + "summary": "Potent psychostimulant, similar to Methylphenidate. \u0002Note: Ethylphenidate should \u0016NOT\u0016 be insufflated as it is known to be highly caustic and will cause serious harm to your nasal septum, even with light usage.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "common" + ], + "aliases": [ + "eph" + ], + "after-effects": "1-12 hours." + }, + "pretty_name": "Ethylphenidate", + "aliases": [ + "eph" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "20-40mg", + "Common": "40-100mg", + "Strong": "100-150mg", + "Heavy": "150-200mg" + }, + "Plugged/Rectal": { + "Light": "5-15mg", + "Common": "15-30mg", + "Strong": "30-50mg", + "Heavy": "50-75mg" + } + }, + "formatted_duration": { + "Oral": "4-10", + "Insufflated": "2-6", + "Plugged": "2-6", + "_unit": "hours" + }, + "formatted_onset": { + "Insufflated": "1-10", + "Plugged": "5-20", + "Oral": "45-120", + "_unit": "minutes" + }, + "formatted_effects": [ + "Focus/mental clarity", + "Abstract thinking", + "Euphoria", + "Stimulation", + "Increased music appreciation", + "Warm fuzzy body high", + "Increased desire to talk", + "Wakefulness", + "increased sex drive", + "Chest pain", + "Vasoconstriction", + "Jaw Tension", + "Restlessness", + "high blood pressure", + "compulsion to redose", + "paranoia" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Ethylphenidate.shtml" + }, + "pweffects": { + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Appetite suppression": "https://psychonautwiki.org/wiki/Appetite_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Cognitive fatigue": "https://psychonautwiki.org/wiki/Cognitive_fatigue", + "Dehydration": "https://psychonautwiki.org/wiki/Dehydration", + "Depression": "https://psychonautwiki.org/wiki/Depression", + "Empathy, love, and sociability enhancement": "https://psychonautwiki.org/wiki/Empathy,_love,_and_sociability_enhancement", + "Focus enhancement": "https://psychonautwiki.org/wiki/Focus_enhancement", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Irritability": "https://psychonautwiki.org/wiki/Irritability", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Teeth grinding": "https://psychonautwiki.org/wiki/Teeth_grinding", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Vasoconstriction": "https://psychonautwiki.org/wiki/Vasoconstriction", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "dose_note": " NOTE: Ethylphenidate should NOT be insufflated (see summary for more details). This drug reacts with users in varying ways, so start low and work your way up.", + "sources": { + "_general": [ + "https://www.ncbi.nlm.nih.gov/pubmed/10820132", + "Ethylphenidate formation in human subjects after the administration of a single dose of methylphenidate and ethanol - https://www.ncbi.nlm.nih.gov/pubmed/10820132", + "Methylphenidate and its ethanol transesterification metabolite ethylphenidate: brain disposition, monoamine transporters and motor activity - http://www.ncbi.nlm.nih.gov/pubmed/17218796" + ] + }, + "id": 256 + }, + "clotiazepam": { + "name": "clotiazepam", + "properties": { + "summary": "Is a thienodiazepine substance. It differs from most other benzodiazepines in which the benzene ring has been replaced by a thiophene ring.", + "dose": "Oral Light: 2.5-5mg Common: 5-10mg Strong: 10-15mg+", + "onset": "10-30 minutes.", + "duration": "4-8 hours.", + "after-effects": "4-8 hours.", + "categories": [ + "benzodiazepine", + "habit-forming", + "tentative", + "depressant" + ], + "aliases": [ + "clozan", + "distensan", + "trecalmo", + "rize", + "rizen", + "veratran" + ] + }, + "pretty_name": "Clotiazepam", + "aliases": [ + "clozan", + "distensan", + "trecalmo", + "rize", + "rizen", + "veratran" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "tentative", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "2.5-5mg", + "Common": "5-10mg", + "Strong": "10-15mg+" + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "4-8", + "_unit": "hours" + }, + "id": 257 + }, + "homomazindol": { + "name": "homomazindol", + "properties": { + "summary": "A potent analogue of mazindol, a rare, atypical stimulant drug and appetite suppressant occasionally prescribed in cases of severe obesity.", + "categories": [ + "stimulant", + "tentative", + "research-chemical", + "habit-forming" + ] + }, + "pretty_name": "Homomazindol", + "categories": [ + "stimulant", + "tentative", + "research-chemical", + "habit-forming" + ], + "id": 258 + }, + "triazolam": { + "name": "triazolam", + "properties": { + "summary": "An uncommon and very short acting benzodiazepine. Sedating and hypnotic, and may induce amnesia and lowered inhibitions at high doses.", + "dose": "Light: 0.125-0.25mg Common: 0.25-0.5mg Strong: 0.5-1.5mg+", + "onset": "10-20 minutes.", + "duration": "Oral: 4-7 hours. | Insufflated: 3-5 hours.", + "avoid": "All other CNS depressants.", + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "effects": "Anxiolytic, but primarily sedative or hypnotic.", + "after-effects": "1-6 hours.", + "alias": "Halcion", + "dose_to_diazepam": "Triazolam - 0.5mg ~=10mg Diazepam.", + "aliases": [ + "halcion" + ] + }, + "pretty_name": "Triazolam", + "aliases": [ + "halcion" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "0.125-0.25mg", + "Common": "0.25-0.5mg", + "Strong": "0.5-1.5mg+" + } + }, + "formatted_duration": { + "Oral": "4-7", + "Insufflated": "3-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-20", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "but primarily sedative or hypnotic", + "" + ], + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 259 + }, + "mephenmetrazine": { + "name": "mephenmetrazine", + "properties": { + "dose": "Oral Light: 5-15mg Common: 15-25mg Strong: 25-40mg. | Insufflated Light: 5-10mg Common: 10-20mg Strong: 20-25mg's.", + "duration": "Oral: 3-5 hours. | Insufflated 2-3 hours.", + "avoid": "Other stimulants.", + "summary": "4-Methylphenmetrazine is an empathogen of the phenylmorpholine class that seems to have a very rapid tolerance build up.", + "onset": "Oral: 15-30 minutes. | Insufflated: 5-10 minutes.", + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming", + "empathogen" + ], + "aliases": [ + "4-mpm", + "4-methylphenmetrazine" + ], + "after-effects": "1-8 hours." + }, + "pretty_name": "4-MPM", + "aliases": [ + "4-mpm", + "4-methylphenmetrazine" + ], + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming", + "empathogen" + ], + "formatted_dose": { + "Oral": { + "Light": "5-15mg", + "Common": "15-25mg", + "Strong": "25-40mg." + }, + "Insufflated": { + "Light": "5-10mg", + "Common": "10-20mg", + "Strong": "20-25mg" + } + }, + "formatted_duration": { + "Oral": "3-5", + "Insufflated": "2-3", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-30", + "Insufflated": "5-10", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 260 + }, + "nm-2-ai": { + "name": "nm-2-ai", + "properties": { + "summary": "Stimulant that is in the aminoindane class. Is it quite close to it's bigger brother 2-AI. Yet this has a lower potency, has a longer duration though.", + "onset": "15-45 minutes.", + "duration": "3-5 hours.", + "categories": [ + "stimulant", + "empathogen" + ], + "note": "Most of the reports are in pellets that have more than one drug in them (Namely MPA). So start slow and work your way up.", + "dose": "Oral Light: 50-100mg Common: 100-150 Strong: 150mg-200mg+", + "after-effects": "1-8 hours." + }, + "pretty_name": "NM-2-AI", + "categories": [ + "stimulant", + "empathogen" + ], + "formatted_dose": { + "Oral": { + "Light": "50-100mg", + "Common": "100-150", + "Strong": "150mg-200mg+" + } + }, + "formatted_duration": { + "value": "3-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 261 + }, + "4-cic": { + "name": "4-cic", + "properties": { + "summary": "Inactive.", + "categories": [ + "inactive" + ] + }, + "pretty_name": "4-CIC", + "categories": [ + "inactive" + ], + "id": 262 + }, + "baclofen": { + "name": "baclofen", + "properties": { + "dose": "Oral Light: 10-20mg Common: 20-50 Strong: 50-75 Heavy: 75-125mg | NOTE: Past 125mg's you may run into the issue of blacking out.", + "duration": "3-6 hours.", + "onset": "15-45 minutes.", + "avoid": "All other CNS depressants.", + "summary": "Also known as Lioresal, Baclofen is a GABAb receptor agonist and central nervous system depressant used to treat spasticity, and holds promise as a treatment for alcoholism. It exhibits mild intoxicating effects similar to phenibut or pregabalin.", + "aliases": [ + "gablofen" + ], + "categories": [ + "depressant", + "habit-forming" + ], + "bioavailability": "Oral: 74%.", + "after-effects": "1-6 hours." + }, + "pretty_name": "Baclofen", + "aliases": [ + "gablofen" + ], + "categories": [ + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "10-20mg", + "Common": "20-50", + "Strong": "50-75", + "Heavy": "75-125mg" + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "dose_note": " NOTE: Past 125mg's you may run into the issue of blacking out.", + "sources": { + "_general": [ + "A pilot study assessing pharmacokinectics and tolerability of Oral and intravenous Baclofen in healthy adult volunteers. http://www.ncbi.nlm.nih.gov/pubmed/25028414" + ] + }, + "id": 263 + }, + "demerol": { + "name": "demerol", + "properties": { + "summary": "A phenylpiperidine opioid first synthesised by Otto Eisleb in 1939, better known by the names meperidine and pethidine. An analgesic, once widely prescribed it has since declined in usage due to the discovery of a toxic metabolite - norpethidine. Also reacts dangerously with many drugs.", + "onset": "30-60 minutes", + "duration": "4-6 hours.", + "aliases": [ + "pethidine", + "meperidine" + ], + "categories": [ + "opioid", + "habit-forming", + "depressant" + ], + "effects": "Euphoria, Dry Mouth, Mood lift, Itchiness, Relaxant, Constipation, Pupil constriction, Analgesia.", + "dose": "Light: 50-100mg Common: 100-200mg Strong: 200-400mg+", + "after-effects": "2-10 hours.", + "avoid": "All other CNS depressants.", + "bioavailability": "Oral 50-60% | Rectal 55% | Intramuscular 80-85%" + }, + "pretty_name": "Pethidine", + "aliases": [ + "pethidine", + "meperidine" + ], + "categories": [ + "opioid", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "50-100mg", + "Common": "100-200mg", + "Strong": "200-400mg+" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "Dry Mouth", + "Mood lift", + "Itchiness", + "Relaxant", + "Constipation", + "Pupil constriction", + "Analgesia", + "" + ], + "formatted_aftereffects": { + "value": "2-10", + "_unit": "hours" + }, + "id": 264 + }, + "3-cmc": { + "name": "3-cmc", + "properties": { + "duration": "Oral: 2-4 hours. | Insufflated: 1-2 hours.", + "onset": "Oral: 30-90 minutes. | Insufflated: 10-30 minutes.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "summary": "A rarely seen halogenated cathinone drug. Likely to be a stimulant, possibly an entactogen. (Note: The amphetamine analogue of this drug, 4-CA, is a highly dangerous neurotoxin, no data about the safety of this one, but should likely be avoided)", + "dose": "Oral Light: 30-60mg Common: 60-100mg Strong: 100-180mg. | Insufflated Light: 20-40mg Common: 40-80mg Strong: 80-100mg.", + "after-effects": "Oral: 4-12 hours. | Insufflated: 3-6 hours.", + "aliases": [ + "3cmc" + ] + }, + "pretty_name": "3-CMC", + "aliases": [ + "3cmc" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "30-60mg", + "Common": "60-100mg", + "Strong": "100-180mg." + }, + "Insufflated": { + "Light": "20-40mg", + "Common": "40-80mg", + "Strong": "80-100mg." + } + }, + "formatted_duration": { + "Oral": "2-4", + "Insufflated": "1-2", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "30-90", + "Insufflated": "10-30", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "decreased need for sleep", + "increased sociability", + "mood lift", + "increased sexuality", + "excessive talking", + "decreased appetite", + "weight loss", + "sweating", + "disturbed sleep patterns", + "bruxism", + "visual and auditory hallucinations", + "itchiness", + "aggressiveness", + "moodiness", + "" + ], + "formatted_aftereffects": { + "Oral": "4-12", + "Insufflated": "3-6", + "_unit": "hours" + }, + "dose_note": " NOTE: These doses are tentative and may need further research.", + "id": 265 + }, + "acetylfentanyl": { + "name": "acetylfentanyl", + "properties": { + "summary": "Acetyl-Fentanyl is an opioid analgesic substance that is an analogue of Fentanyl. It's potency is roughly ~6.67 times that of Morphine. Making it ~15 times less potent than its parent compound Fentanyl.", + "duration": "1-4 hours.", + "categories": [ + "opioid", + "research-chemical", + "habit-forming", + "depressant" + ], + "aliases": [ + "acetyl-fentanyl", + "a-f" + ], + "dose": "Oral Light: 2-4mg Common: 4-6mg Strong: 6-10mg+ Insufflated Light: 1-3mg Common: 3-5mg Strong: 5-7mg+ NOTE: ~3.75mg Freebase = ~125ug Fentanyl IV = ~10mg Morphine IV'd.", + "onset": "5-20 minutes.", + "effects": "Euphoria, Dry Mouth, Mood lift, Itchiness, Relaxant, Constipation, Pupil constriction, Analgesia.", + "after-effects": "1-8 hours." + }, + "pretty_name": "Acetylfentanyl", + "aliases": [ + "acetyl-fentanyl", + "a-f" + ], + "categories": [ + "opioid", + "research-chemical", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "1-3mg", + "Common": "3-5mg", + "Strong": "5-7mg+" + } + }, + "formatted_duration": { + "value": "1-4", + "_unit": "hours" + }, + "formatted_onset": { + "value": "5-20", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "Dry Mouth", + "Mood lift", + "Itchiness", + "Relaxant", + "Constipation", + "Pupil constriction", + "Analgesia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Acetylfentanyl.shtml" + }, + "pweffects": { + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Constipation": "https://psychonautwiki.org/wiki/Constipation", + "Cough suppression": "https://psychonautwiki.org/wiki/Cough_suppression", + "Difficulty urinating": "https://psychonautwiki.org/wiki/Difficulty_urinating", + "Itchiness": "https://psychonautwiki.org/wiki/Itchiness", + "Pain relief": "https://psychonautwiki.org/wiki/Pain_relief", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Pupil constriction": "https://psychonautwiki.org/wiki/Pupil_constriction", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "dose_note": " NOTE: ~3.75mg Freebase = ~125ug Fentanyl IV = ~10mg Morphine IV'd.", + "sources": { + "_general": [ + "Acetylfentanyl in extreme toxicity has caused Cerebral hemorrhage - http://www.tandfonline.com/doi/abs/10.3109/15563650.2016.1139715" + ] + }, + "id": 266 + }, + "propofol": { + "name": "propofol", + "properties": { + "summary": "A very short acting sedative that is usually given at the start of general anesthesia, and for maintenance of the prior. It should never be used outside of a medical setting. With that in mind, if you do plan to use this drug recreational, please have a very experienced friend with you that has the skills to insert a cannula, and monitor you very closely.", + "duration": "Intravenous: 10-20 minutes.", + "onset": "Intravenous: 0-2 minutes.", + "experiences": "https://www.reddit.com/r/Drugs/comments/56n5vq/michael_jackson_the_addict/d8l0qe7 (PM Sleep/Hypnos if you'd like more information)", + "avoid": "If in a non-hospital setting, nearly all substances should be avoided. If you use this drug outside of a medical setting, have your partner or a friend monitor your pulse/breathing/etc. If your pulse drops below 50, or if you are taking less than 10 breaths per minute, call an ambulance. In some cases the user's body may be discoloured, in which case they are likely unconscious.", + "aliases": [ + "milk-of-amnesia", + "diprivan" + ], + "categories": [ + "depressant", + "habit-forming" + ], + "after-effects": "Intravenous: 1-3 hours.", + "dose": "Intravenously Light: 10-30mg Common: 30-60mg Strong: 60-100mg | Note: Do not take this as gospel. Please read ~experiences if you use this substance outside of a hospital setting." + }, + "pretty_name": "Propofol", + "aliases": [ + "milk-of-amnesia", + "diprivan" + ], + "categories": [ + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Intravenously": { + "Light": "10-30mg", + "Common": "30-60mg", + "Strong": "60-100mg" + } + }, + "formatted_duration": { + "Intravenous": "10-20", + "_unit": "minutes" + }, + "formatted_onset": { + "Intravenous": "0-2", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "Intravenous": "1-3", + "_unit": "hours" + }, + "dose_note": " Note: Do not take this as gospel. Please read ~experiences if you use this substance outside of a hospital setting.", + "id": 267 + }, + "tma-2": { + "name": "tma-2", + "properties": { + "dose": "Threshold: 5-10mg Light: 10-20mg Common: 20-40mg Strong: 40-60mg+", + "onset": "20-120 minutes.", + "duration": "6-12 hours.", + "summary": "Trimethoxyamphetamine-2, a psychedelic amphetamine and stimulant first synthesised by Alexander Shulgin. An uncommon compound of similar activity to other psychedelic amphetamines. Short history of human use.", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "TMA-2", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Threshold": "5-10mg", + "Light": "10-20mg", + "Common": "20-40mg", + "Strong": "40-60mg+" + } + }, + "formatted_duration": { + "value": "6-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-120", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_TMA2.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal158.shtml" + }, + "formatted_aftereffects": { + "value": "Possibility", + "_unit": "hours" + }, + "id": 268 + }, + "4-meo-pcp": { + "name": "4-meo-pcp", + "properties": { + "summary": "An arylcyclohexamine dissociative anaesthetic related to PCP. First discovered in the 1960s by Parke-Davis, it was introduced to the RC market in 2008. Reported to be less potent than PCP. It is not commonly seen, but has seen some increase in popularity with the inavailability of other dissociatives.", + "aliases": [ + "4meopcp" + ], + "dose": "Oral Threshold: 25-50mg Light: 50-100mg Common: 100-150mg Strong: 150mg+ | NOTE: These doses are tentative and may need further research.", + "duration": "8-15 hours.", + "onset": "45-90 minutes.", + "after-effects": "1-24 hours.", + "categories": [ + "dissociative", + "research-chemical", + "habit-forming" + ] + }, + "pretty_name": "4-MeO-PCP", + "aliases": [ + "4meopcp" + ], + "categories": [ + "dissociative", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Threshold": "25-50mg", + "Light": "50-100mg", + "Common": "100-150mg", + "Strong": "150mg+" + } + }, + "formatted_duration": { + "value": "8-15", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-90", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_4MeOPCP.shtml" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "dose_note": " NOTE: These doses are tentative and may need further research.", + "id": 269 + }, + "lorazepam": { + "name": "lorazepam", + "properties": { + "summary": "An intermediate acting benzodiazepine commonly known as Ativan, commonly prescribed as an alternative to Xanax. Sedating, hypnotic and anxiolytic. Potential to induce amnesia and lowered inhibitions in overdose. Do not combine with other depressants.", + "dose": "Oral Light: 0.5mg-1mg Common: 1-2mg Strong: 2-4mg's. | Intramuscular Light: 0.25-0.5mg Common: 0.5-1mg Strong: 1-2mg's.", + "onset": "5-30 minutes", + "duration": "4-8 hours", + "effects": "Anxiolytic, sedative, high muscle relaxant properties.", + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant", + "common" + ], + "aliases": [ + "ativan" + ], + "after-effects": "1-12 hours.", + "bioavailability": "Oral 85-90% | Insufflated 76-80%", + "dose_to_diazepam": "Lorazepam - 1mg ~=10mg Diazepam." + }, + "pretty_name": "Lorazepam", + "aliases": [ + "ativan" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "0.5mg-1mg", + "Common": "1-2mg", + "Strong": "2-4mg" + }, + "Intramuscular": { + "Light": "0.25-0.5mg", + "Common": "0.5-1mg", + "Strong": "1-2mg" + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "5-30", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "sedative", + "high muscle relaxant properties", + "" + ], + "pweffects": { + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Analysis suppression": "https://psychonautwiki.org/wiki/Analysis_suppression", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Emotion suppression": "https://psychonautwiki.org/wiki/Emotion_suppression", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Muscle relaxation": "https://psychonautwiki.org/wiki/Muscle_relaxation", + "Nausea suppression": "https://psychonautwiki.org/wiki/Nausea_suppression", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Seizure suppression": "https://psychonautwiki.org/wiki/Seizure_suppression", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "dose_note": " NOTE: Warning - higher doses increase the chances of blacking out. Also 1mg Lorazepam ~= 10mg Diazepam.", + "sources": { + "_general": [ + "Role of dopaminergic and serotonergic systems on behavioral stimulatory effects of low-dose alprazolam and lorazepam. - https://www.ncbi.nlm.nih.gov/pubmed/11226811" + ] + }, + "id": 270 + }, + "marinol": { + "name": "marinol", + "properties": { + "duration": "Oral: 4-12 hours, depending on dose", + "summary": "Synthetically created Δ9-THC, the main psychoactive ingredient in cannabis.", + "half-life": "1.6–59 h,[3] 25–36 h (orally administered dronabinol)", + "categories": [ + "depressant", + "tentative" + ], + "aliases": [ + "dronabinol", + "syndros", + "cesamet", + "δ9-thc", + "δ9--tetrahydrocannabinol", + "delta9-tetrahydrocannabinol", + "delta9-thc" + ], + "onset": "Oral 30-90 minutes, with effects peaking at 2-3 hours", + "warning": "At higher doses, anxiety and panic attacks are common.", + "dose": "Light: 10-20mg Common: 20-30mg Strong: 30-50mg+", + "after-effects": "1-4 hours." + }, + "pretty_name": "Marinol", + "aliases": [ + "dronabinol", + "syndros", + "cesamet", + "δ9-thc", + "δ9--tetrahydrocannabinol", + "delta9-tetrahydrocannabinol", + "delta9-thc" + ], + "categories": [ + "depressant", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "10-20mg", + "Common": "20-30mg", + "Strong": "30-50mg+" + } + }, + "formatted_duration": { + "Oral": "4-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "Oral", + "_unit": "hours" + }, + "formatted_aftereffects": { + "value": "1-4", + "_unit": "hours" + }, + "id": 271 + }, + "5-apdi": { + "name": "5-apdi", + "properties": { + "summary": "Also commonly known as IAP. A selective serotonin releasing agent with psychedelic and empathogenic properties. Users have often reported issues with the drug causing overheating and unwelcome bowel movements.", + "aliases": [ + "iap" + ], + "duration": "Oral: 8-14 hours.", + "onset": "Oral: 30-90 minutes.", + "dose": "Oral Light: 15-25mg Common: 25-50mg Strong: 50-75mg+", + "after-effects": "1-6 hours.", + "categories": [ + "empathogen", + "research-chemical", + "tentative" + ], + "effects": "Euphoria, increased energy/alertness, Decreased need for sleep, Increased sociability, mood lift, increase sexuality, Excessive talking, Decreased appetite, Weight loss, Sweating, Distrubed sleep patterns, Bruxia, Visual and audiotory hallucinations itchiness, agressiveness, moodiness." + }, + "pretty_name": "5-APDI", + "aliases": [ + "iap" + ], + "categories": [ + "empathogen", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "15-25mg", + "Common": "25-50mg", + "Strong": "50-75mg+" + } + }, + "formatted_duration": { + "Oral": "8-14", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "30-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "Decreased need for sleep", + "Increased sociability", + "mood lift", + "increase sexuality", + "Excessive talking", + "Decreased appetite", + "Weight loss", + "Sweating", + "Distrubed sleep patterns", + "Bruxia", + "Visual and audiotory hallucinations itchiness", + "agressiveness", + "moodiness", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_IAP.shtml" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 272 + }, + "ethyl-pentedrone": { + "name": "ethyl-pentedrone", + "properties": { + "summary": "A stimulant that came out around the same time as Ethyl-Hexedrone, not much information on it. Is in the cathinone family of substances. Related to Pentedrone.", + "aliases": [ + "nep", + "n-ethylpentedrone" + ], + "dose": "Insufflated Light: 10-20mg Common: 20-40 Strong: 40-60mg.", + "duration": "Oral: 3-6 hours. | Insufflated: 2-4 hours.", + "onset": "Oral: 10-20 minutes. | Insufflated: 5-10 minutes.", + "after-effects": "1-24 hours.", + "categories": [ + "stimulant", + "empathogen", + "tentative", + "research-chemical" + ] + }, + "pretty_name": "ETHYL-PENTEDRONE", + "aliases": [ + "nep", + "n-ethylpentedrone" + ], + "categories": [ + "stimulant", + "empathogen", + "tentative", + "research-chemical" + ], + "formatted_dose": { + "Insufflated": { + "Light": "10-20mg", + "Common": "20-40", + "Strong": "40-60mg." + } + }, + "formatted_duration": { + "Oral": "3-6", + "Insufflated": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "10-20", + "Insufflated": "5-10", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "id": 273 + }, + "clonazepam": { + "name": "clonazepam", + "properties": { + "summary": "A medium-length common prescription benzodiazepine, often used to treat panic attacks because of its relatively fast sublingual onset. Primarily anxiolytic, but also possessing of other benzo traits.", + "onset": "20-45 minutes", + "duration": "8-12 hours.", + "avoid": "All other CNS depressants", + "aliases": [ + "klonopin", + "kpin" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant", + "common" + ], + "dose": "Oral Light: 0.25-0.5mg Common: 0.5-1mg Strong: 1-2mg+ | NOTE: 0.5mg of Clonazepam is approximately equal to 10mg Diazepam.", + "after-effects": "8-48 hours.", + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "bioavailability": "Oral 90%", + "onset:": "20-45 minutes.", + "dose_to_diazepam": "Clonazepam - 0.5mg ~=10mg Diazepam." + }, + "pretty_name": "Clonazepam", + "aliases": [ + "klonopin", + "kpin" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "0.25-0.5mg", + "Common": "0.5-1mg", + "Strong": "1-2mg+" + } + }, + "formatted_duration": { + "value": "8-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-45", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "pweffects": { + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Analysis suppression": "https://psychonautwiki.org/wiki/Analysis_suppression", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Emotion suppression": "https://psychonautwiki.org/wiki/Emotion_suppression", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Muscle relaxation": "https://psychonautwiki.org/wiki/Muscle_relaxation", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Seizure suppression": "https://psychonautwiki.org/wiki/Seizure_suppression", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration" + }, + "formatted_aftereffects": { + "value": "8-48", + "_unit": "hours" + }, + "dose_note": " NOTE: 0.5mg of Clonazepam is approximately equal to 10mg Diazepam.", + "sources": { + "_general": [ + "Mechanism of action of clonazepam in myoclonus in relation to effects on GABA and 5-HT. - https://www.ncbi.nlm.nih.gov/pubmed/2418652", + "Central effects in man of the novel schistosomicidal benzodiazepine meclonazepam. - https://www.ncbi.nlm.nih.gov/pubmed/4054198", + "Serum clonazepam concentrations in children with absence seizures. - http://www.ncbi.nlm.nih.gov/pubmed/1089913", + "Tapering clonazepam in patients with panic disorder after at least 3 years of treatment. - http://www.ncbi.nlm.nih.gov/pubmed/20473065" + ] + }, + "id": 274 + }, + "diazepam": { + "name": "diazepam", + "properties": { + "summary": "A very common and widely prescribed benzodiazepine with hypnotic and sedative qualities. The metre by which other benzodiazepines are compared. May cause amnesia and lowered inhibitions in excess. Has a relatively long half-life in comparison with other benzodiazepines.", + "dose": "Light: 2.5-5mg Common: 5-15mg Heavy: 15-30mg.", + "onset": "30-90 minutes.", + "duration": "10-24 hours.", + "after-effects": "1-120 hours.", + "avoid": "All other CNS depressants", + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant", + "common" + ], + "aliases": [ + "valium" + ], + "effects": "Memory loss, Blackout potential, Motor skill impairment, Dizziness, Depression, Irritability, Aggression, Rage, Personality changes, Drowsiness, Appetite fluctuation, Euphoria, Relaxation, Anxiety suppression, Muscle relaxation, Emotional and social dissociation or de-realization (normally seen with long term use).", + "bioavailability": "Oral 85-100%", + "dose_to_diazepam": "Diazepam - 10mg ~=10mg Diazepam." + }, + "pretty_name": "Diazepam", + "aliases": [ + "valium" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "2.5-5mg", + "Common": "5-15mg", + "Heavy": "15-30mg." + } + }, + "formatted_duration": { + "value": "10-24", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Memory loss", + "Blackout potential", + "Motor skill impairment", + "Dizziness", + "Depression", + "Irritability", + "Aggression", + "Rage", + "Personality changes", + "Drowsiness", + "Appetite fluctuation", + "Euphoria", + "Relaxation", + "Anxiety suppression", + "Muscle relaxation", + "Emotional and social dissociation or de-realization (normally seen with long term use)", + "" + ], + "pweffects": { + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Analysis suppression": "https://psychonautwiki.org/wiki/Analysis_suppression", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Emotion suppression": "https://psychonautwiki.org/wiki/Emotion_suppression", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Muscle relaxation": "https://psychonautwiki.org/wiki/Muscle_relaxation", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Seizure suppression": "https://psychonautwiki.org/wiki/Seizure_suppression", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration" + }, + "formatted_aftereffects": { + "value": "1-120", + "_unit": "hours" + }, + "sources": { + "_general": [ + "Alcohol and benzodiazepines in fatal poisonings. - https://www.ncbi.nlm.nih.gov/pubmed/12170103", + "NMDA receptor antagonists potently suppress the spontaneous withdrawal signs induced by discontinuation of long-term diazepam treatment in Fischer ... - http://www.ncbi.nlm.nih.gov/pubmed/9593834", + "Dual intoxication with diazepam and amphetamine: this drug interaction probably potentiates myocardial ischemia. - http://www.ncbi.nlm.nih.gov/pubmed/17320309", + "Effect of omeprazole and cimetidine on plasma diazepam levels. - http://www.ncbi.nlm.nih.gov/pubmed/2276389", + "Bioavailability of intranasal vs. rectal diazepam. - http://www.ncbi.nlm.nih.gov/pubmed/22981338", + "Dosing feasibility and tolerability of intranasal diazepam in adults with epilepsy. - http://www.ncbi.nlm.nih.gov/pubmed/25154625" + ] + }, + "id": 275 + }, + "phenetrazine": { + "name": "phenetrazine", + "properties": { + "dose": "Oral Threshold: 5-10mg Light: 10-25mg Common: 25-50mg Strong: 50-70mg. Heavy: 70mg+ | Insufflated Light: 10-20mg Common: 20-35mg Strong: 35-50mg Heavy: 50mg+", + "summary": "A rare phenethylamine stimulant related to 3-FPM. Virtually nothing is known about the pharmacology or effects of this compound but it is likely to have similar properties to other stimulants of its type. Not to be confused with phenmetrazine.", + "category": "tentative", + "categories": [ + "stimulant", + "habit-forming", + "tentative" + ] + }, + "pretty_name": "Phenetrazine", + "categories": [ + "stimulant", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Threshold": "5-10mg", + "Light": "10-25mg", + "Common": "25-50mg", + "Strong": "50-70mg.", + "Heavy": "70mg+" + }, + "Insufflated": { + "Light": "10-20mg", + "Common": "20-35mg", + "Strong": "35-50mg", + "Heavy": "50mg+" + } + }, + "id": 276 + }, + "loprazolam": { + "name": "loprazolam", + "properties": { + "summary": "Is an Imidazolobenzidazepine derivative that has all the classic benzodiazepine effects. Is usually only prescribed for a short amount of time for insomnia.", + "dose": "Light: 0.25-0.5mg Common: 0.5-1.5mg Strong: 1.5-3mg+", + "onset": "30-50 minutes.", + "duration": "6-10 hours.", + "after-effects": "1-8 hours.", + "categories": [ + "depressant", + "habit-forming" + ], + "dose_to_diazepam": "Lopazolam - 1-2mg's ~=10mg Diazepam.", + "aliases": [ + "dormonoct" + ] + }, + "pretty_name": "Loprazolam", + "aliases": [ + "dormonoct" + ], + "categories": [ + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "0.25-0.5mg", + "Common": "0.5-1.5mg", + "Strong": "1.5-3mg+" + } + }, + "formatted_duration": { + "value": "6-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-50", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 277 + }, + "moclobemide": { + "name": "moclobemide", + "properties": { + "summary": "A reversible MAOI which is prescribed to treat depression and anxiety. Its reversibility and short-acting length of effects often means it is used in \"pharmahuasca\" preparations.", + "duration": "2-6 hours.", + "dose": "Light: 150mg Common: 300mg Strong: 600mg.", + "onset": "30-90 minutes." + }, + "pretty_name": "Moclobemide", + "formatted_dose": { + "Oral": { + "Light": "150mg", + "Common": "300mg", + "Strong": "600mg." + } + }, + "formatted_duration": { + "value": "2-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-90", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Moclobemide.shtml" + }, + "id": 278 + }, + "quazepam": { + "name": "quazepam", + "properties": { + "bioavailability": "Oral 29-35%", + "summary": "Benzodiazepine derivate drug, noral is prescribed for short term treatment of insomnia, and sleep maintenance. its MOA is very similar to Ambien and Sonata and substitutes for those in animal studies.", + "onset": "10-30 minutes.", + "duration": "6-12 hours.", + "after-effects": "1-24 hours.", + "dose": "Light: 7.5-10mg Common: 10-15mg. Strong: 15-30mg.", + "categories": [ + "benzodiazepine", + "depressant", + "habit-forming" + ], + "dose_to_diazepam": "Quazepam - 20mg ~=10mg Diazepam.", + "aliases": [ + "doral" + ] + }, + "pretty_name": "Quazepam", + "aliases": [ + "doral" + ], + "categories": [ + "benzodiazepine", + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "7.5-10mg", + "Common": "10-15mg.", + "Strong": "15-30mg." + } + }, + "formatted_duration": { + "value": "6-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "id": 279 + }, + "dom": { + "name": "dom", + "properties": { + "dose": "Oral Light: 1-2.5mg Common: 2.5-5mg Strong: 5-7.5mg Heavy: 7.5mg+", + "duration": "8-30 hours.", + "summary": "The most popular psychedelic amphetamine due to its pleasant effects, lower potency and shorter duration. Effects have been described as 'sillier' than LSD and related DOX chemicals", + "avoid": "marijuana (Can potentiate effects)", + "onset": "2-4 hours", + "effects": "visual distortions, a 'stoned' feeling, sense of well being.", + "detection": "DOM is a substituted amphetamine, so it can cause you to test positive for amphetamines 3 to 7 days after dosing.", + "categories": [ + "psychedelic", + "stimulant", + "research-chemical", + "common" + ], + "after-effects": "12-24 hours.", + "aliases": [ + "stp" + ] + }, + "pretty_name": "DOM", + "aliases": [ + "stp" + ], + "categories": [ + "psychedelic", + "stimulant", + "research-chemical", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "1-2.5mg", + "Common": "2.5-5mg", + "Strong": "5-7.5mg", + "Heavy": "7.5mg+" + } + }, + "formatted_duration": { + "value": "8-30", + "_unit": "hours" + }, + "formatted_onset": { + "value": "2-4", + "_unit": "hours" + }, + "formatted_effects": [ + "visual distortions", + "a 'stoned' feeling", + "sense of well being", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_DOM.shtml" + }, + "formatted_aftereffects": { + "value": "12-24", + "_unit": "hours" + }, + "id": 280 + }, + "nitracaine": { + "name": "nitracaine", + "properties": { + "dose": "Oral Low: 100mg Common: 100-150mg Strong: 150-175mg+ | Insufflated Light: 20-30mg Common: 30-40mg Strong: 50mg+", + "duration": "Insufflated: 2-4 hours | Oral: 3-5 hours.", + "summary": "An analogue of dimethocaine with local anaesthetic and stimulant properties, marketed in the RC scene as a Cocaine replacement. Has not seen widespread popularity.", + "onset": "Oral: 10-30 minutes. | Insufflated: 5-10 minutes", + "categories": [ + "stimulant", + "tentative", + "habit-forming" + ] + }, + "pretty_name": "Nitracaine", + "categories": [ + "stimulant", + "tentative", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Low": "100mg", + "Common": "100-150mg", + "Strong": "150-175mg+" + }, + "Insufflated": { + "Light": "20-30mg", + "Common": "30-40mg", + "Strong": "50mg+" + } + }, + "formatted_duration": { + "Insufflated": "2-4", + "Oral": "3-5", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "10-30", + "Insufflated": "5-10", + "_unit": "minutes" + }, + "id": 281 + }, + "2c-n": { + "name": "2c-n", + "properties": { + "aliases": [ + "2cn" + ], + "duration": "4-6 hours.", + "onset": "15-45 minutes.", + "after-effects": "2-4 hours.", + "dose": "Light: 100mg Common: 100-125mg Strong: 125-150mg+", + "summary": "A relatively uncommon and short-acting psychedelic phenethylamine of the 2C-x family. It behaves much like other 2C-x drugs, but is unique in that it is a yellowish golden-coloured salt. Described by some, namely Shulgin, as being quite underwhelming.", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "2C-N", + "aliases": [ + "2cn" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "100mg", + "Common": "100-125mg", + "Strong": "125-150mg+" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-45", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_2CN.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal034.shtml" + }, + "formatted_aftereffects": { + "value": "2-4", + "_unit": "hours" + }, + "id": 282 + }, + "afloqualone": { + "name": "afloqualone", + "properties": { + "dose": "Low: 50-75mg Common: 75-100mg Strong: 100-200mg+", + "onset": "<60 minutes.", + "duration": "3-5 hours.", + "summary": "A rare analogue of methaqualone, a sedative, intoxicating drug. Similar effects to benzodiazepines, barbiturates and alcohol. Never widely used due to photosensitivity and skin irritation issues, though it has seem some popularity in Japan.", + "categories": [ + "depressant", + "habit-forming", + "tentative" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "after-effects": "1-3 hours." + }, + "pretty_name": "Afloqualone", + "categories": [ + "depressant", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Low": "50-75mg", + "Common": "75-100mg", + "Strong": "100-200mg+" + } + }, + "formatted_duration": { + "value": "3-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "formatted_aftereffects": { + "value": "1-3", + "_unit": "hours" + }, + "id": 283 + }, + "nitrous": { + "name": "nitrous", + "properties": { + "summary": "Nitrous oxide, also known as laughing gas, often inhaled through balloons filled with canisters of the gas.. A short-acting dissociative inhalant with strong visual, mental and auditory effects. Extremely popular especially in combination with other drugs.", + "duration": "1-5 minutes", + "onset": "0-1 minutes", + "after-effects": "15-30 minutes", + "effects": "giggling, mood lift, euphoria, sound distortion, dream like state, minor to strong hallucinations, reduction of external stimuli, analgesia, buzzing sensation in nerve, clumsiness, nausea, headaches, numbness in extremities", + "aliases": [ + "laughing_gas", + "n20", + "n2o", + "nos" + ], + "categories": [ + "dissociative", + "habit-forming", + "common" + ] + }, + "pretty_name": "N2O", + "aliases": [ + "laughing_gas", + "n20", + "n2o", + "nos" + ], + "categories": [ + "dissociative", + "habit-forming", + "common" + ], + "formatted_duration": { + "value": "1-5", + "_unit": "minutes" + }, + "formatted_onset": { + "value": "0-1", + "_unit": "minutes" + }, + "formatted_effects": [ + "giggling", + "mood lift", + "euphoria", + "sound distortion", + "dream like state", + "minor to strong hallucinations", + "reduction of external stimuli", + "analgesia", + "buzzing sensation in nerve", + "clumsiness", + "nausea", + "headaches", + "numbness in extremities" + ], + "pweffects": { + "Acuity suppression": "https://psychonautwiki.org/wiki/Acuity_suppression", + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory suppression": "https://psychonautwiki.org/wiki/Auditory_suppression", + "Changes in felt bodily form": "https://psychonautwiki.org/wiki/Changes_in_felt_bodily_form", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Depersonalization": "https://psychonautwiki.org/wiki/Depersonalization", + "Derealization": "https://psychonautwiki.org/wiki/Derealization", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Double vision": "https://psychonautwiki.org/wiki/Double_vision", + "Déjà vu": "https://psychonautwiki.org/wiki/D%C3%A9j%C3%A0_vu", + "External hallucinations": "https://psychonautwiki.org/wiki/External_hallucinations", + "Frame rate suppression": "https://psychonautwiki.org/wiki/Frame_rate_suppression", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Headaches": "https://psychonautwiki.org/wiki/Headaches", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Laughter": "https://psychonautwiki.org/wiki/Laughter", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Pattern recognition suppression": "https://psychonautwiki.org/wiki/Pattern_recognition_suppression", + "Perception of decreased weight": "https://psychonautwiki.org/wiki/Perception_of_decreased_weight", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Suggestibility enhancement": "https://psychonautwiki.org/wiki/Suggestibility_enhancement", + "Tactile suppression": "https://psychonautwiki.org/wiki/Tactile_suppression", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Unity and interconnectedness": "https://psychonautwiki.org/wiki/Unity_and_interconnectedness" + }, + "formatted_aftereffects": { + "value": "15-30", + "_unit": "minutes" + }, + "sources": { + "_general": [ + "Ketamine potentiates cerebrocortical damage induced by the common anaesthetic agent nitrous oxide in adult rats - http://www.ncbi.nlm.nih.gov/pubmed/10928976", + "Severe neurotoxicity following intrathecal methotrexate with nitrous oxide sedation in a child with acute lymphoblastic leukemia - http://www.ncbi.nlm.nih.gov/pubmed/25360802", + "Neurologic degeneration associated with nitrous oxide anesthesia in patients with vitamin B12 deficiency - http://www.ncbi.nlm.nih.gov/pubmed/8250714" + ] + }, + "combos": { + "mushrooms": { + "status": "Low Risk & Synergy" + }, + "lsd": { + "status": "Low Risk & Synergy" + }, + "dmt": { + "status": "Low Risk & Synergy" + }, + "mescaline": { + "status": "Low Risk & Synergy" + }, + "dox": { + "status": "Low Risk & Synergy" + }, + "nbomes": { + "status": "Low Risk & Synergy" + }, + "2c-x": { + "status": "Low Risk & Synergy" + }, + "2c-t-x": { + "status": "Low Risk & Synergy" + }, + "amt": { + "status": "Low Risk & Synergy" + }, + "5-meo-xxt": { + "status": "Low Risk & Synergy" + }, + "cannabis": { + "status": "Low Risk & Synergy" + }, + "ketamine": { + "status": "Low Risk & Synergy" + }, + "mxe": { + "status": "Low Risk & Synergy" + }, + "dxm": { + "status": "Low Risk & Synergy" + }, + "pcp": { + "status": "Low Risk & Synergy" + }, + "amphetamines": { + "status": "Low Risk & Synergy" + }, + "mdma": { + "status": "Low Risk & Synergy" + }, + "cocaine": { + "status": "Low Risk & Synergy" + }, + "caffeine": { + "status": "Low Risk & No Synergy" + }, + "alcohol": { + "status": "Caution", + "note": "Both substances potentiate the ataxia and sedation caused by the other and can lead to unexpected loss of consciousness at high doses. While unconscious, vomit aspiration is a risk if not placed in the recovery position. Memory blackouts are likely." + }, + "ghb/gbl": { + "status": "Caution", + "note": "Both substances potentiate the ataxia and sedation caused by the other and can lead to unexpected loss of consciousness at high doses. While unconscious, vomit aspiration is a risk if not placed in the recovery position. Memory blackouts are likely." + }, + "opioids": { + "status": "Caution", + "note": "Both substances potentiate the ataxia and sedation caused by the other and can lead to unexpected loss of consciousness at high doses. While unconscious, vomit aspiration is a risk if not placed in the recovery position. Memory blackouts are likely." + }, + "tramadol": { + "status": "Caution", + "note": "Both substances potentiate the ataxia and sedation caused by the other and can lead to unexpected loss of consciousness at high doses. While unconscious, vomit aspiration is a risk if not placed in the recovery position. Memory blackouts are likely." + }, + "benzodiazepines": { + "status": "Low Risk & Decrease" + }, + "benzos": { + "status": "Low Risk & Decrease" + }, + "maois": { + "status": "Low Risk & No Synergy" + }, + "ssris": { + "status": "Low Risk & No Synergy" + } + }, + "id": 284 + }, + "mxe": { + "name": "mxe", + "properties": { + "summary": "A popular dissociative drug which is an analogue of ketamine, though less sedating and more potent by weight, with a subjectively more 'complicated' set of effects.", + "dose": "Insufflated Threshold: 5-10mg Light: 10-20mg Common: 20-35mg Strong: 35-60mg Heavy: 60mg+ M-Hole: 70mg+ | Oral Threshold: 10-15mg Light: 15-25mg Common: 25-35 Strong: 40-65mg M-Hole: 75mg+ | Sublingual Threshold: 5-10mg Low: 10-20mg Common: 40-60mg Strong: 60-75mg M-Hole: 75-100mg | NOTE: Bodyweight plays a slight factor in MXE dosing, these are values for a 175lb (80kg) male", + "onset": "Insufflated: 5-20 minutes | Oral: 30-60 minutes | Sublingual: 15-45 minutes", + "duration": "3-6 hours", + "after-effects": "2-48 hours", + "avoid": "Alcohol, Benzodiazepines, Opioids, Other CNS depressants, including substances that have an effect on Serotonin (For example, yet not limited to MDMA, Amphetamine, and other stimulants)", + "aliases": [ + "methoxetamine", + "3-meo-2'oxo-pce" + ], + "categories": [ + "dissociative", + "research-chemical", + "habit-forming" + ], + "legality": "Methoxetamine is illegal in the US states Arizona, Florida, Indiana, Louisiana, Minnesota, North Dakota, Ohio and Virginia. It is also banned in Brazil, France, Germany, Japan, Russia and the UK." + }, + "pretty_name": "MXE", + "aliases": [ + "methoxetamine", + "3-meo-2'oxo-pce" + ], + "categories": [ + "dissociative", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Insufflated": { + "Threshold": "5-10mg", + "Light": "10-20mg", + "Common": "20-35mg", + "Strong": "35-60mg", + "Heavy": "60mg+", + "M-Hole": "70mg+" + }, + "Oral": { + "Threshold": "10-15mg", + "Light": "15-25mg", + "Common": "25-35", + "Strong": "40-65mg", + "M-Hole": "75mg+" + }, + "Sublingual": { + "Threshold": "5-10mg", + "Low": "10-20mg", + "Common": "40-60mg", + "Strong": "60-75mg", + "M-Hole": "75-100mg" + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "Insufflated": "5-20", + "Oral": "30-60", + "Sublingual": "15-45", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Methoxetamine_.shtml" + }, + "pweffects": { + "Acuity suppression": "https://psychonautwiki.org/wiki/Acuity_suppression", + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Auditory suppression": "https://psychonautwiki.org/wiki/Auditory_suppression", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Consciousness disconnection": "https://psychonautwiki.org/wiki/Consciousness_disconnection", + "Creativity enhancement": "https://psychonautwiki.org/wiki/Creativity_enhancement", + "Depersonalization": "https://psychonautwiki.org/wiki/Depersonalization", + "Derealization": "https://psychonautwiki.org/wiki/Derealization", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Double vision": "https://psychonautwiki.org/wiki/Double_vision", + "Déjà vu": "https://psychonautwiki.org/wiki/D%C3%A9j%C3%A0_vu", + "Environmental cubism": "https://psychonautwiki.org/wiki/Environmental_cubism", + "Environmental orbism": "https://psychonautwiki.org/wiki/Environmental_orbism", + "External hallucinations": "https://psychonautwiki.org/wiki/External_hallucinations", + "Frame rate suppression": "https://psychonautwiki.org/wiki/Frame_rate_suppression", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Mania": "https://psychonautwiki.org/wiki/Mania", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Pattern recognition suppression": "https://psychonautwiki.org/wiki/Pattern_recognition_suppression", + "Perception of decreased weight": "https://psychonautwiki.org/wiki/Perception_of_decreased_weight", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Perspective distortions": "https://psychonautwiki.org/wiki/Perspective_distortions", + "Physical autonomy": "https://psychonautwiki.org/wiki/Physical_autonomy", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Tactile disconnection": "https://psychonautwiki.org/wiki/Tactile_disconnection", + "Tactile suppression": "https://psychonautwiki.org/wiki/Tactile_suppression", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Unity and interconnectedness": "https://psychonautwiki.org/wiki/Unity_and_interconnectedness", + "Visual disconnection": "https://psychonautwiki.org/wiki/Visual_disconnection", + "Visual sliding": "https://psychonautwiki.org/wiki/Visual_sliding" + }, + "formatted_aftereffects": { + "value": "2-48", + "_unit": "hours" + }, + "dose_note": " NOTE: Bodyweight plays a slight factor in MXE dosing, these are values for a 175lb (80kg) male", + "sources": { + "legality": [ + "http://www.azleg.gov/DocumentsForBill.asp?Session_ID=112&Bill_Number=HB2453", + "http://www.leg.state.fl.us/Statutes/index.cfm?App_mode=Display_Statute&URL=0800-0899/0893/0893.html", + "http://www.in.gov/legislative/ic/2010/title35/ar31.5/ch2.html", + "http://www.legis.la.gov/legis/ViewDocument.aspx?d=850979&n=HB10%20Act", + "https://www.revisor.mn.gov/statutes/?id=152.02", + "http://www.legis.nd.gov/cencode/t19c03-1.pdf?20140721032549", + "http://www.legislature.state.oh.us/BillText130/130_HB_315_RH_N.html", + "http://www.legislation.gov.uk/uksi/2013/239/contents/made" + ], + "_general": [ + "Methoxetamine associated reversible cerebellar toxicity: three cases with analytical confirmation. - http://www.ncbi.nlm.nih.gov/pubmed/22578175", + "Methoxetamine: from drug of abuse to rapid-acting antidepressant. - http://www.ncbi.nlm.nih.gov/pubmed/22819129", + "From Special K to Special M: the evolution of the recreational use of ketamine and methoxetamine. - http://www.ncbi.nlm.nih.gov/pubmed/23421859", + "Ketamine-derived designer drug methoxetamine: metabolism including isoenzyme kinetics and toxicological detectability using GC-MS and LC-(HR-)MSn - http://www.ncbi.nlm.nih.gov/pubmed/23774830", + "Three months of methoxetamine administration is associated with significant bladder and renal toxicity in mice. - http://www.ncbi.nlm.nih.gov/pubmed/24580056", + "Analytical findings of an acute intoxication after inhalation of methoxetamine. - http://www.ncbi.nlm.nih.gov/pubmed/24904014", + "Acute methoxetamine and amphetamine poisoning with fatal outcome: a case report - http://www.ncbi.nlm.nih.gov/pubmed/25060403", + "From \"Special K\" to \"Special M\": the evolution of the recreational use of ketamine and methoxetamine. - http://www.ncbi.nlm.nih.gov/pubmed/23421859", + "Ketamine-derived designer drug methoxetamine: metabolism including isoenzyme kinetics and toxicological detectability using GC-MS and LC-(HR-)MSn. - http://www.ncbi.nlm.nih.gov/pubmed/23774830", + "Acute methoxetamine and amphetamine poisoning with fatal outcome: a case report. - http://www.ncbi.nlm.nih.gov/pubmed/25060403~adddrugsource cannabis general Cannabis use in relation to obesity and insulin resistance in the Inuit population. - https://www.ncbi.nlm.nih.gov/pubmed/25557382", + "3 case reports of toxicity due to recreational use of MXE - http://link.springer.com/article/10.1007/s00228-011-1199-9" + ] + }, + "combos": { + "mushrooms": { + "status": "Low Risk & Synergy" + }, + "lsd": { + "status": "Low Risk & Synergy" + }, + "dmt": { + "status": "Low Risk & Synergy" + }, + "mescaline": { + "status": "Low Risk & Synergy" + }, + "dox": { + "status": "Caution", + "note": "As an NMDA antagonist MXE potentiates DOx which can be unpleasantly intense" + }, + "nbomes": { + "status": "Caution", + "note": "As an NMDA antagonist MXE potentiates NBOMes which can be unpleasantly intense" + }, + "2c-x": { + "status": "Low Risk & Synergy" + }, + "2c-t-x": { + "status": "Caution" + }, + "amt": { + "status": "Dangerous" + }, + "5-meo-xxt": { + "status": "Low Risk & Synergy", + "note": "Little information exists about this combination." + }, + "cannabis": { + "status": "Low Risk & Synergy" + }, + "ketamine": { + "status": "Low Risk & Synergy" + }, + "dxm": { + "status": "Low Risk & No Synergy" + }, + "pcp": { + "status": "Caution", + "note": "There are no reports available about this combination" + }, + "nitrous": { + "status": "Low Risk & Synergy" + }, + "amphetamines": { + "status": "Caution", + "note": "Risk of tachycardia, hypertension, and manic states" + }, + "mdma": { + "status": "Caution", + "note": "There have been reports of risky serotonergic interactions when the two are taken at the same time, but MXE taken to the end of an MDMA experience does not appear to cause the same issues." + }, + "cocaine": { + "status": "Caution", + "note": "Stimulants taken with MXE can lead to hypermanic states much more easily, especially if sleep is avoided." + }, + "caffeine": { + "status": "Low Risk & No Synergy", + "note": "No likely interactions" + }, + "alcohol": { + "status": "Dangerous", + "note": "There is a high risk of memory loss, vomiting and severe ataxia from this combination." + }, + "ghb/gbl": { + "status": "Dangerous", + "note": "Both substances cause ataxia and bring a risk of vomiting and unconsciousness. If the patient falls unconscious while under the influence there is a severe risk of vomit aspiration if they are not placed in the recovery position." + }, + "opioids": { + "status": "Dangerous", + "note": "This combination can potentiate the effects of the opioid" + }, + "tramadol": { + "status": "Dangerous" + }, + "benzodiazepines": { + "status": "Caution", + "note": "Both substances potentiate the ataxia and sedation caused by the other and can lead to unexpected loss of consciousness at high doses. Place affected patients in the recovery position to prevent vomit aspiration from excess." + }, + "benzos": { + "status": "Caution", + "note": "Both substances potentiate the ataxia and sedation caused by the other and can lead to unexpected loss of consciousness at high doses. Place affected patients in the recovery position to prevent vomit aspiration from excess." + }, + "maois": { + "status": "Unsafe", + "note": "MAO-B inhibitors appear to increase the potency of MXE. MAO-A inhbitors have some negative reports associated with the combination but there isn't much information available" + }, + "ssris": { + "status": "Caution", + "note": "Depending on the SSRI this combination can be unpredictable" + } + }, + "id": 285 + }, + "a-pvp": { + "name": "a-pvp", + "properties": { + "dose": "Light: 5-10mg Common: 10-25mg Heavy: 25-50mg+", + "aliases": [ + "alpha-pvp", + "apvp", + "alpha-Pyrrolidinopentiophenone", + "flocka", + "flakka", + "α-pvp", + "αpvp" + ], + "summary": "A potent, short-lasting pyrovalerone-type stimulant which became popular despite often being said to not be particularly euphoric, perhaps due to its propensity to cause compulsive redosing. Effects should be similar to MDPV.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "effects": "Euphoria, increased energy/alertness, Decreased need for sleep, Increased sociability, mood lift, increase sexuality, Excessive talking, Decreased appetite, Weight loss, Sweating, Distrubed sleep patterns, Bruxia, Visual and audiotory hallucinations itchiness, agressiveness, moodiness.", + "duration": "2-5 hours.", + "onset": "5-15 minutes.", + "after-effects": "1-48 hours." + }, + "pretty_name": "α-PVP", + "aliases": [ + "alpha-pvp", + "apvp", + "alpha-Pyrrolidinopentiophenone", + "flocka", + "flakka", + "α-pvp", + "αpvp" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "5-10mg", + "Common": "10-25mg", + "Heavy": "25-50mg+" + } + }, + "formatted_duration": { + "value": "2-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "5-15", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "Decreased need for sleep", + "Increased sociability", + "mood lift", + "increase sexuality", + "Excessive talking", + "Decreased appetite", + "Weight loss", + "Sweating", + "Distrubed sleep patterns", + "Bruxia", + "Visual and audiotory hallucinations itchiness", + "agressiveness", + "moodiness", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_aPVP.shtml" + }, + "pweffects": { + "Acuity suppression": "https://psychonautwiki.org/wiki/Acuity_suppression", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Appetite suppression": "https://psychonautwiki.org/wiki/Appetite_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Cognitive fatigue": "https://psychonautwiki.org/wiki/Cognitive_fatigue", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Dehydration": "https://psychonautwiki.org/wiki/Dehydration", + "Depression": "https://psychonautwiki.org/wiki/Depression", + "Difficulty urinating": "https://psychonautwiki.org/wiki/Difficulty_urinating", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Ego inflation": "https://psychonautwiki.org/wiki/Ego_inflation", + "Focus enhancement": "https://psychonautwiki.org/wiki/Focus_enhancement", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Increased perspiration": "https://psychonautwiki.org/wiki/Increased_perspiration", + "Irritability": "https://psychonautwiki.org/wiki/Irritability", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Teeth grinding": "https://psychonautwiki.org/wiki/Teeth_grinding", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Vasoconstriction": "https://psychonautwiki.org/wiki/Vasoconstriction", + "Vibrating vision": "https://psychonautwiki.org/wiki/Vibrating_vision", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "1-48", + "_unit": "hours" + }, + "id": 286 + }, + "4-fpm": { + "name": "4-fpm", + "properties": { + "summary": "Seems to be a substance, that was just made to get money. High doses needed to feel any effects. Would avoid.", + "categories": [ + "research-chemical" + ] + }, + "pretty_name": "4-FPM", + "categories": [ + "research-chemical" + ], + "formatted_onset": { + "Oral": "60-90", + "Insufflated": "20-40", + "_unit": "minutes" + }, + "id": 287 + }, + "α-pbp": { + "name": "α-pbp", + "properties": { + "summary": "Stimulant that is the homologue between α-PPP and α-PVP.", + "dose": "Oral Light: 10-25mg Common: 25-50mg Strong: 50mg+", + "onset": "20-35 minutes", + "duration": "3-4 hours", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "aliases": [ + "a-pbp", + "alpha-pbp" + ], + "after-effects": "1-24 hours." + }, + "pretty_name": "α-PBP", + "aliases": [ + "a-pbp", + "alpha-pbp" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "10-25mg", + "Common": "25-50mg", + "Strong": "50mg+" + } + }, + "formatted_duration": { + "value": "3-4", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-35", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "id": 288 + }, + "atomoxetine": { + "name": "atomoxetine", + "properties": { + "summary": "A NRI that is used for ADHD. With a quite odd pharmacological background.", + "categories": [ + "tentative" + ], + "aliases": [ + "strattera" + ], + "dose": "Oral Light: 10-18mg Common: 18-40mg Strong: 40-80mg+", + "onset": "15-45 minutes.", + "duration": "8-12 hours.", + "after-effects": "2-24 hours.", + "bioavailability": "Oral: 63-94%." + }, + "pretty_name": "Atomoxetine", + "aliases": [ + "strattera" + ], + "categories": [ + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "10-18mg", + "Common": "18-40mg", + "Strong": "40-80mg+" + } + }, + "formatted_duration": { + "value": "8-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "2-24", + "_unit": "hours" + }, + "id": 289 + }, + "theacrine": { + "name": "theacrine", + "properties": { + "summary": "Small alkaloid which can be seen as a structurally modified version of caffeine, with similar stimulating effects. It also shares anti-inflammatory and analgesic effects with caffeine.", + "onset": "15-30 minutes.", + "dose": "Oral Light: 10-25mg Common: 25-50mg Strong: 50-100mg+", + "duration": "2-6 hours.", + "categories": [ + "stimulant", + "nootropic" + ] + }, + "pretty_name": "Theacrine", + "categories": [ + "stimulant", + "nootropic" + ], + "formatted_dose": { + "Oral": { + "Light": "10-25mg", + "Common": "25-50mg", + "Strong": "50-100mg+" + } + }, + "formatted_duration": { + "value": "2-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-30", + "_unit": "minutes" + }, + "id": 290 + }, + "dehydroxyfluorafinil": { + "name": "dehydroxyfluorafinil", + "properties": { + "summary": "Nootropic of the benzhydryl class. Closely related to Adrafinil and Modafinil. Was branded as \"Modafiendz\" through some research chemical vendors.", + "aliases": [ + "modafiendz" + ], + "dose": "Threshold 25-50mg Light: 50-100mg Common: 100-150mg Strong: 150-200mg+", + "duration": "5-8 hours.", + "onset": "30-60 minutes.", + "after-effects": "2-24 hours.", + "categories": [ + "stimulant", + "nootropic", + "research-chemical", + "tentative" + ] + }, + "pretty_name": "Dehydroxyfluorafinil", + "aliases": [ + "modafiendz" + ], + "categories": [ + "stimulant", + "nootropic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Threshold": { + "Light": "50-100mg", + "Common": "100-150mg", + "Strong": "150-200mg+" + } + }, + "formatted_duration": { + "value": "5-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-60", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "2-24", + "_unit": "hours" + }, + "id": 291 + }, + "homosildenafil": { + "name": "homosildenafil", + "properties": { + "summary": "An analogue of sildenafil (viagra) with similar effects. Has been missold in certain 'herbal' blends and dietary supplements for sexual potency. Little is known about the pharmacology or safety profile of this drug in humans, potentially less potent than sildenafil.", + "dose": "Oral Light: 10-25mg Common: 25-50mg Strong: 50-100mg", + "duration": "5-9 hours.", + "oral": "Light: 10-25mg Common: 25-50mg Strong: 50-100mg.", + "categories": [ + "research-chemical" + ] + }, + "pretty_name": "Homosildenafil", + "categories": [ + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "10-25mg", + "Common": "25-50mg", + "Strong": "50-100mg" + } + }, + "formatted_duration": { + "value": "5-9", + "_unit": "hours" + }, + "id": 292 + }, + "6-mapb": { + "name": "6-mapb", + "properties": { + "summary": "Empathogen drug that is structurally related to 6-APB and MDMA.", + "dose": "Oral Light: 20-40mg Common: 40-80mg Strong: 80-100mg | Insufflated Light: 10-20mg Common: 20-40mg Strong: 40-100mg+", + "onset": "Orally: Within an hour. | Insufflated: Within 15 minutes.", + "duration": "5-10 hours. Dependant on dose.", + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "empathogen", + "habit-forming" + ], + "after-effects": "2-4 hours.", + "effects": "Euphoria, increased energy/alertness, Decreased need for sleep, Increased sociability, mood lift, increase sexuality, Excessive talking, Decreased appetite, Weight loss, Sweating, Distrubed sleep patterns, Bruxia, Visual and audiotory hallucinations itchiness, agressiveness, moodiness." + }, + "pretty_name": "6-MAPB", + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "empathogen", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "20-40mg", + "Common": "40-80mg", + "Strong": "80-100mg" + }, + "Insufflated": { + "Light": "10-20mg", + "Common": "20-40mg", + "Strong": "40-100mg+" + } + }, + "formatted_duration": { + "value": "5-10", + "_unit": "hours" + }, + "formatted_onset": { + "Orally": "Within", + "Insufflated": "Within", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "Decreased need for sleep", + "Increased sociability", + "mood lift", + "increase sexuality", + "Excessive talking", + "Decreased appetite", + "Weight loss", + "Sweating", + "Distrubed sleep patterns", + "Bruxia", + "Visual and audiotory hallucinations itchiness", + "agressiveness", + "moodiness", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_6MAPB.shtml" + }, + "formatted_aftereffects": { + "value": "2-4", + "_unit": "hours" + }, + "id": 293 + }, + "l-theanine": { + "name": "l-theanine", + "properties": { + "summary": "An Amino acid that is structural similar to Glutamine. Most report it as a relaxing agent without much sedation. Most commonly found tea. Usually mixed with Caffeine.", + "dose": "Common: 100-200mg.", + "onset": "10-30 minutes.", + "duration": "3-6 hours.", + "categories": [ + "common", + "supplement" + ], + "aliases": [ + "theanine" + ], + "after-effects": "1-2 hours." + }, + "pretty_name": "L-THEANINE", + "aliases": [ + "theanine" + ], + "categories": [ + "common", + "supplement" + ], + "formatted_dose": { + "Oral": { + "Common": "100-200mg." + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-2", + "_unit": "hours" + }, + "id": 294 + }, + "promethazine": { + "name": "promethazine", + "properties": { + "summary": "A first generation antihistamine, which also possesses anticholinergic, strong sedative and antipsychotic properties. Once commonly used as a treatment for psychosis, it is now more commonly seen as a component of codeine cough syrups as an anti-nausea agent.", + "dose": "Common: 25-75mg's. | NOTE: This is what is normally used in medicinal settings, and is usually what is prescribed to you, since it has anticholinergic properties; IE; Delirant.", + "onset": "15-30 minutes.", + "duration": "4-8 hours.", + "after-effects": "0-3 hours.", + "categories": [ + "common" + ] + }, + "pretty_name": "Promethazine", + "categories": [ + "common" + ], + "formatted_dose": { + "Common:": { + "Common": "25-75mg" + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "0-3", + "_unit": "hours" + }, + "dose_note": " NOTE: This is what is normally used in medicinal settings, and is usually what is prescribed to you, since it has anticholinergic properties; IE; Delirant.", + "id": 295 + }, + "mcpp": { + "name": "mcpp", + "properties": { + "summary": "A phenylpiperazine stimulant first developed in the 1970s before being sold in the RC market, often mislabelled as MDMA. Said to have very unpleasant effects such as anxiogenesis and headaches.", + "onset": "Oral: >60 minutes. Insufflated: >30 minutes.", + "categories": [ + "stimulant", + "research-chemical", + "tentative" + ] + }, + "pretty_name": "MCPP", + "categories": [ + "stimulant", + "research-chemical", + "tentative" + ], + "formatted_onset": { + "60": "minutes.", + "_unit": "minutes" + }, + "id": 296 + }, + "dramamine": { + "name": "dramamine", + "properties": { + "summary": "A combination of diphenhydramine and a mild stimulant to counteract the drowsiness accompanied by typical medical use of diphenhydramine. Roughly half the potency of DPH. Small doses can relieve motion sickness, reduce body load from opioids or DXM. Becomes a deliriant in high doses, keeping the user awake and often causing dysphoric, realistic hallucinations.", + "dose": "Oral Light: 100-250mg Common: 250mg-400mg Strong: 400mg-600mg+ | NOTE: since this is a delirant, we advise against taking it, yet we can't stop you from ingesting it.", + "onset": "30-90 minutes", + "duration": "5-8 hours.", + "categories": [ + "depressant", + "deliriant", + "common" + ], + "effects": "Delirium, Dream-Like-Experiences, Paranoia, Visual and audio distortions, dry mouth, muscle cramps, Nausea, Dysphoria, Tremors.", + "avoid": "A fair amount of oral dramamine preparations contain NSAID's Which can be toxic to your liver at high doses.", + "aliases": [ + "dimenhydrinate", + "gravol" + ] + }, + "pretty_name": "Dimenhydrinate", + "aliases": [ + "dimenhydrinate", + "gravol" + ], + "categories": [ + "depressant", + "deliriant", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "100-250mg", + "Common": "250mg-400mg", + "Strong": "400mg-600mg+" + } + }, + "formatted_duration": { + "value": "5-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Delirium", + "Dream-Like-Experiences", + "Paranoia", + "Visual and audio distortions", + "dry mouth", + "muscle cramps", + "Nausea", + "Dysphoria", + "Tremors", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Dimenhydrinate.shtml" + }, + "dose_note": " NOTE: since this is a delirant, we advise against taking it, yet we can't stop you from ingesting it.", + "id": 297 + }, + "etodesnitazene": { + "name": "etodesnitazene", + "properties": { + "draft": "draft", + "aliases": [ + "etazene" + ] + }, + "pretty_name": "Etodesnitazene", + "aliases": [ + "etazene" + ], + "id": 298 + }, + "fluclotizolam": { + "name": "fluclotizolam", + "properties": { + "summary": "A derivative of Etizolam. There are conflicting reports on its dosage, though claims have been made that it is approximately 3x the potency of Etizolam, with a shorter half-life.", + "onset": "10-30 minutes.", + "dose": "Oral Light: 250ug Common: 250-500ug Strong: 500-750ug Heavy: 750ug+ | Note: These doses are extremely tentative and will vary from user to user depending on many factors including but not limited to tolerance.", + "categories": [ + "benzodiazepine", + "tentative", + "research-chemical", + "habit-forming" + ], + "duration": "3-6 hours.", + "after-effects": "1-14 hours." + }, + "pretty_name": "Fluclotizolam", + "categories": [ + "benzodiazepine", + "tentative", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "250ug", + "Common": "250-500ug", + "Strong": "500-750ug", + "Heavy": "750ug+" + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-14", + "_unit": "hours" + }, + "dose_note": " Note: These doses are extremely tentative and will vary from user to user depending on many factors including but not limited to tolerance.", + "id": 299 + }, + "phenibut": { + "name": "phenibut", + "properties": { + "onset": "30-120 mins to feel it, peak around t+3-4h", + "duration": "9-16 hours.", + "dose": "Light: 300-600mg's Common: 600-1200mg Strong: 1200-1800mg+ | NOTE: This substance has a very fast tolerance raise, and also seems to vary a lot person to person. Start low and work your way up. We would recommend starting with a low dose and working it up every 50-100mg's every two weeks.", + "summary": "A derivative of GABA with the addition of a phenyl ring which allows it to cross the Blood Brain Barrier. Is mostly used as an anti-anxiety and anti-insomnia medication. Tolerance and physical dependency builds very quickly.", + "categories": [ + "depressant", + "research-chemical", + "habit-forming", + "nootropic" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "after-effects": "1-24 hours.", + "avoid": "Other CNS depressants such as alcohol" + }, + "pretty_name": "Phenibut", + "categories": [ + "depressant", + "research-chemical", + "habit-forming", + "nootropic" + ], + "formatted_dose": { + "Light:": { + "Light": "300-600mg", + "Common": "600-1200mg", + "Strong": "1200-1800mg+" + } + }, + "formatted_duration": { + "value": "9-16", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-120" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "pweffects": { + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Dehydration": "https://psychonautwiki.org/wiki/Dehydration", + "Depression": "https://psychonautwiki.org/wiki/Depression", + "Difficulty urinating": "https://psychonautwiki.org/wiki/Difficulty_urinating", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Empathy, love, and sociability enhancement": "https://psychonautwiki.org/wiki/Empathy,_love,_and_sociability_enhancement", + "Headaches": "https://psychonautwiki.org/wiki/Headaches", + "Increased blood pressure": "https://psychonautwiki.org/wiki/Increased_blood_pressure", + "Increased perspiration": "https://psychonautwiki.org/wiki/Increased_perspiration", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Muscle cramps": "https://psychonautwiki.org/wiki/Muscle_cramps", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Stomach cramps": "https://psychonautwiki.org/wiki/Stomach_cramps", + "Temperature regulation suppression": "https://psychonautwiki.org/wiki/Temperature_regulation_suppression", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "dose_note": " NOTE: This substance has a very fast tolerance raise, and also seems to vary a lot person to person. Start low and work your way up. We would recommend starting with a low dose and working it up every 50-100mg's every two weeks.", + "id": 300 + }, + "truffles": { + "name": "truffles", + "properties": { + "summary": "Truffles (magic truffles, sclerotium) are the thickened root sections of magic mushrooms. Like magic mushrooms, Truffles contain the psycho-active chemicals psilocybin and psilocin. See mushrooms for more information.", + "onset": "30-60 minutes", + "duration": "3-6 hours", + "dose": "Wet Light: 5g, Common: 10g, Heavy: 15g+ | Dry Light: 0.5-1.5g Common: 1.5-4g Heavy: 4g+", + "categories": [ + "psychedelic" + ], + "effects": "visual distortion, color enhancement, sense of conection with nature, sense of well being, sense of wonder, closed eye visuals, tactile enhancement", + "after-effect": "1-12 hours." + }, + "pretty_name": "Truffles", + "categories": [ + "psychedelic" + ], + "formatted_dose": { + "Wet": { + "Light": "5g", + "Common": "10g", + "Heavy": "15g+" + }, + "Dry": { + "Light": "0.5-1.5g", + "Common": "1.5-4g", + "Heavy": "4g+" + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "visual distortion", + "color enhancement", + "sense of conection with nature", + "sense of well being", + "sense of wonder", + "closed eye visuals", + "tactile enhancement" + ], + "dose_note": " NOTE: Dry truffles will be several times more potent", + "id": 301 + }, + "methylmethaqualone": { + "name": "methylmethaqualone", + "properties": { + "summary": "A more potent analogue of methaqualone with a short duration. Thought to be potentially neurotoxic. Has pro-convulsive effects.", + "after-effects": "1-2 hours.", + "dose": "Vapourized/Sublingual Threshold: 2-3mg Light: 3-5mg Common: 5-10mg. Strong: 10-20mg+ | NOTE: Remember this substance is known to cause seizures, take much caution with this.", + "onset": "Sublingual: 10 minutes | Vapourized: 0-1 minutes.", + "categories": [ + "depressant", + "research-chemical", + "habit-forming" + ], + "aliases": [ + "mmq" + ], + "duration": "1-2 hours", + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic." + }, + "pretty_name": "Methylmethaqualone", + "aliases": [ + "mmq" + ], + "categories": [ + "depressant", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Vapourized/Sublingual": { + "Threshold": "2-3mg", + "Light": "3-5mg", + "Common": "5-10mg.", + "Strong": "10-20mg+" + } + }, + "formatted_duration": { + "value": "1-2", + "_unit": "hours" + }, + "formatted_onset": { + "Sublingual": "10", + "Vapourized": "0-1", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Methylmethaqualone.shtml" + }, + "formatted_aftereffects": { + "value": "1-2", + "_unit": "hours" + }, + "dose_note": " NOTE: Remember this substance is known to cause seizures, take much caution with this.", + "id": 302 + }, + "gbl": { + "name": "gbl", + "properties": { + "summary": "A pro-drug to GHB whose rapid absorption leads it to have a faster onset and shorter duration. Used in a similar manner to GHB, as a less-toxic alternative to alcohol. Consume slowly instead of as a \"shot\" to hugely improve safety and reduce overdose risk.", + "duration": "1-2 hours", + "avoid": "Alcohol, other depressants.", + "effects": "relaxation, mood lift, happiness, sociability, increased sex drive, lowered inhibitions, analgesia, dystaxia, drowsiness, sleep, amnesia", + "onset": "10-30 minutes", + "dose": "Oral Light: 0.3-0.9ml Common: 0.6-1.5ml Strong: 1.2-2ml Heavy: 2-3ml Dangerous: 5ml+ | NOTE: 1ml = 1.6g GHB. Tends to induce heavy sleep as you pass the 2ml mark.", + "categories": [ + "depressant", + "habit-forming", + "common" + ], + "after-effects": "1-2 hours" + }, + "pretty_name": "GBL", + "categories": [ + "depressant", + "habit-forming", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "0.3-0.9ml", + "Common": "0.6-1.5ml", + "Strong": "1.2-2ml", + "Heavy": "2-3ml", + "Dangerous": "5ml+" + } + }, + "formatted_duration": { + "value": "1-2", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-30", + "_unit": "minutes" + }, + "formatted_effects": [ + "relaxation", + "mood lift", + "happiness", + "sociability", + "increased sex drive", + "lowered inhibitions", + "analgesia", + "dystaxia", + "drowsiness", + "sleep", + "amnesia" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_GBL.shtml" + }, + "formatted_aftereffects": { + "value": "1-2", + "_unit": "hours" + }, + "dose_note": " NOTE: 1ml = 1.6g GHB. Tends to induce heavy sleep as you pass the 2ml mark.", + "id": 303 + }, + "4-fluoroethylphenidate": { + "name": "4-fluoroethylphenidate", + "properties": { + "summary": "A more potent and longer lasting analogue of Ethylphenidate.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "aliases": [ + "4f-eph", + "4-feph" + ], + "dose": "Light: 5-10mg Common: 10-30mg Strong: 30-50mg+", + "duration": "5-6 hours.", + "after-effects": "1-12 hours.", + "onset": "10-25 minutes." + }, + "pretty_name": "4-Fluoroethylphenidate", + "aliases": [ + "4f-eph", + "4-feph" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "5-10mg", + "Common": "10-30mg", + "Strong": "30-50mg+" + } + }, + "formatted_duration": { + "value": "5-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-25", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 304 + }, + "3-meomc": { + "name": "3-meomc", + "properties": { + "summary": "A cathinone that has a short history of human use.", + "dose": "Insufflated Light: 25-50mg Common: 50-100mg Strong: 100-150mg+", + "onset": "Insufflated: 10-20 minutes.", + "duration": "5-7 hours.", + "avoid": "Other stimulants.", + "categories": [ + "stimulant", + "habit-forming", + "empathogen" + ] + }, + "pretty_name": "3-MeOMC", + "categories": [ + "stimulant", + "habit-forming", + "empathogen" + ], + "formatted_dose": { + "Insufflated": { + "Light": "25-50mg", + "Common": "50-100mg", + "Strong": "100-150mg+" + } + }, + "formatted_duration": { + "value": "5-7", + "_unit": "hours" + }, + "formatted_onset": { + "Insufflated": "10-20", + "_unit": "minutes" + }, + "id": 305 + }, + "4-chlorodiazepam": { + "name": "4-chlorodiazepam", + "properties": { + "summary": "A benzodiazepine derivative of Diazepam, yet lacks affinity for GABA(a) receptors, yet is still a sedative, that has pro-convulsant effects. Yet at lower doses it has been proven to be neuroprotective.", + "aliases": [ + "ro5-4864", + "4'-chlorodiazepam" + ], + "categories": [ + "research-chemical", + "tentative" + ] + }, + "pretty_name": "4-CHLORODIAZEPAM", + "aliases": [ + "ro5-4864", + "4'-chlorodiazepam" + ], + "categories": [ + "research-chemical", + "tentative" + ], + "id": 306 + }, + "hydroxyzine": { + "name": "hydroxyzine", + "properties": { + "summary": "An antihistamine drug commonly prescribed for anxiety, itchiness, nausea, and insomnia. Hydroxyzine has also been used to potentiate the analgesia of opioids as well as diminishing the negative effects of opioids, such as itchiness.", + "aliases": [ + "vistaril", + "atarax" + ], + "onset": "20-60 minutes.", + "duration": "3-5 hours.", + "dose": "Oral Common: 25-100mg", + "categories": [ + "depressant", + "deliriant" + ], + "after-effects": "1-8 hours." + }, + "pretty_name": "Hydroxyzine", + "aliases": [ + "vistaril", + "atarax" + ], + "categories": [ + "depressant", + "deliriant" + ], + "formatted_dose": { + "Oral": { + "Common": "25-100mg" + } + }, + "formatted_duration": { + "value": "3-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-60", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Hydroxyzine.shtml" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 307 + }, + "4-meo-butryfentanyl": { + "name": "4-meo-butryfentanyl", + "properties": { + "summary": "Rare and basically unknown opioid and fentanyl analogue (not to be confused with Butyrfentanyl). Virtually no reliable information exists, safe dosages are unknown. Exercise extreme caution. Overdose may result in respiratory depression. Do not mix with stimulants or depressants.", + "onset": "Oral: 5-15 minutes. | Insufflated: 1-2 minutes.", + "duration": "Oral: 45-120 minutes. | Insufflated: 30-75 minutes.", + "aliases": [ + "4-meo-bf" + ], + "categories": [ + "tentative", + "research-chemical", + "opioid", + "habit-forming" + ], + "after-effects": "1-2 hours." + }, + "pretty_name": "4-MeO-Butyrfentanyl", + "aliases": [ + "4-meo-bf" + ], + "categories": [ + "tentative", + "research-chemical", + "opioid", + "habit-forming" + ], + "formatted_duration": { + "Oral": "45-120", + "Insufflated": "30-75", + "_unit": "minutes" + }, + "formatted_onset": { + "Oral": "5-15", + "Insufflated": "1-2", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-2", + "_unit": "hours" + }, + "id": 308 + }, + "25b-nbome": { + "name": "25b-nbome", + "properties": { + "summary": "Psychedelic Phenethylamine, active in the lower microgram range, that is not active orally.", + "dose": "Sublingual Threshold: 100ug Light: 100-300ug Common: 350-500ug Strong: 500-700ug+ | Insufflated Threshold: 50ug Light: 50-200ug Common: 200-350ug Strong: 350-500+ | Note: Do not exceed 1500ug.", + "onset": "Sublingual: 20-40 minutes. | Insufflated 2-5 minutes.", + "duration": "8-12 hours.", + "after-effects": "2-6 hours.", + "marquis": "Dark Green.", + "aliases": [ + "25b" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "a": "common bomamine analogue of 2C-B. Extremely potent psychedelic with stimulating qualities. May cause potentially dangerous vasoconstriction at high doses. May induce uncomfortable body load.", + "test-kits": "Marquis: Dark Green. | Mecke: Dark Green. | Mandelin: Red and Green. | Froehde: Yellow | Liebermann: Yellow > Black. | Ehrlich's Reagent: No colour change." + }, + "pretty_name": "25B-NBOMe", + "aliases": [ + "25b" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Sublingual": { + "Threshold": "100ug", + "Light": "100-300ug", + "Common": "350-500ug", + "Strong": "500-700ug+" + }, + "Insufflated": { + "Threshold": "50ug", + "Light": "50-200ug", + "Common": "200-350ug", + "Strong": "350-500+" + } + }, + "formatted_duration": { + "value": "8-12", + "_unit": "hours" + }, + "formatted_onset": { + "Sublingual": "20-40", + "Insufflated": "2-5", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_25BNBOMe.shtml" + }, + "pweffects": { + "8A Geometry - Exposure to semantic concept network": "https://psychonautwiki.org/wiki/8A_Geometry_-_Exposure_to_semantic_concept_network", + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "After images": "https://psychonautwiki.org/wiki/After_images", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Empathy, love, and sociability enhancement": "https://psychonautwiki.org/wiki/Empathy,_love,_and_sociability_enhancement", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Perception of decreased weight": "https://psychonautwiki.org/wiki/Perception_of_decreased_weight", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Sublingual numbing": "https://psychonautwiki.org/wiki/Sublingual_numbing", + "Symmetrical texture repetition": "https://psychonautwiki.org/wiki/Symmetrical_texture_repetition", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought connectivity": "https://psychonautwiki.org/wiki/Thought_connectivity", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Tracers": "https://psychonautwiki.org/wiki/Tracers", + "Transformations": "https://psychonautwiki.org/wiki/Transformations", + "Vasoconstriction": "https://psychonautwiki.org/wiki/Vasoconstriction", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "2-6", + "_unit": "hours" + }, + "dose_note": " Note: Do not exceed 1500ug.", + "id": 309 + }, + "3-fea": { + "name": "3-fea", + "properties": { + "summary": "A novel fluorinated amphetamine with serotonergic properties. Effects are similar to 4-FA, in that it provides slight dopamine and norepinephrine release or reuptake inhibition, as well as serotonin release and reuptake inhibition. Effects on the serotonin side are more pronounced than dopamine and norepinephrine, the latter two being almost negligibly.", + "dose": "Oral Light: 10-30mg Common: 30-50mg Strong: 50-70mg+", + "onset": "20-50 minutes.", + "duration": "4-6 hours.", + "after-effects": "1-12 hours.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ] + }, + "pretty_name": "3-FEA", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "10-30mg", + "Common": "30-50mg", + "Strong": "50-70mg+" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-50", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 310 + }, + "ept": { + "name": "ept", + "properties": { + "summary": "Ethylpropyltryptamine a novel tryptamine, that is the structural homologue of DMT.", + "onset": "Oral: 20-60 minutes. | Insufflated: 5-20 minutes.", + "duration": "Oral: 2-4 hours. | Insufflated: 1-3 hours.", + "dose": "Oral Light: 50-75mg Common: 75-100mg Strong: 100mg+", + "after-effects": "Oral: 1-6 hours. | Insufflated: 1-4 hours.", + "aliases": [ + "ethylpropyltryptamine", + "n,n-ethylpropyltryptamine" + ], + "categories": [ + "psychedelic", + "tentative", + "research-chemical" + ] + }, + "pretty_name": "EPT", + "aliases": [ + "ethylpropyltryptamine", + "n,n-ethylpropyltryptamine" + ], + "categories": [ + "psychedelic", + "tentative", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "50-75mg", + "Common": "75-100mg", + "Strong": "100mg+" + } + }, + "formatted_duration": { + "Oral": "2-4", + "Insufflated": "1-3", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "20-60", + "Insufflated": "5-20", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "Oral": "1-6", + "Insufflated": "1-4", + "_unit": "hours" + }, + "id": 311 + }, + "5-meo-mipt": { + "name": "5-meo-mipt", + "properties": { + "dose": "Threshold: 0.5mg-1mg Light: 1-3mg Common: 4-8mg Strong: 8-12mg+.", + "onset": "<30 minutes.", + "duration": "3-7 hours.", + "summary": "A potent, stimulating psychedelic tryptamine, sometimes compared to 5-MeO-DiPT. Has an unusually strong body component and weak visual effects. Often said to be very empathogenic.", + "after-effects": "2-10 hours", + "categories": [ + "psychedelic", + "research-chemical", + "empathogen", + "common" + ], + "aliases": [ + "5meomipt", + "moxy", + "5meo-mipt" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "5-MeO-MiPT", + "aliases": [ + "5meomipt", + "moxy", + "5meo-mipt" + ], + "categories": [ + "psychedelic", + "research-chemical", + "empathogen", + "common" + ], + "formatted_dose": { + "Oral": { + "Threshold": "0.5mg-1mg", + "Light": "1-3mg", + "Common": "4-8mg", + "Strong": "8-12mg+." + } + }, + "formatted_duration": { + "value": "3-7", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_5MeOMIPT.shtml", + "tihkal": "https://www.erowid.org/library/books_online/tihkal/tihkal40.shtml" + }, + "pweffects": { + "8B Geometry - Exposure to inner mechanics of consciousness": "https://psychonautwiki.org/wiki/8B_Geometry_-_Exposure_to_inner_mechanics_of_consciousness", + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "After images": "https://psychonautwiki.org/wiki/After_images", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Depersonalization": "https://psychonautwiki.org/wiki/Depersonalization", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Empathy, love, and sociability enhancement": "https://psychonautwiki.org/wiki/Empathy,_love,_and_sociability_enhancement", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Headaches": "https://psychonautwiki.org/wiki/Headaches", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Stomach bloating": "https://psychonautwiki.org/wiki/Stomach_bloating", + "Symmetrical texture repetition": "https://psychonautwiki.org/wiki/Symmetrical_texture_repetition", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought connectivity": "https://psychonautwiki.org/wiki/Thought_connectivity", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Tracers": "https://psychonautwiki.org/wiki/Tracers", + "Transformations": "https://psychonautwiki.org/wiki/Transformations", + "Vasoconstriction": "https://psychonautwiki.org/wiki/Vasoconstriction", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "2-10", + "_unit": "hours" + }, + "id": 312 + }, + "25d-nbome": { + "name": "25d-nbome", + "properties": { + "summary": "Uncommon analogue of 2C-D. Extremely potent psychedelic with stimulating qualities. Could cause dangerous vasoconstriction at high doses. May induce uncomfortable body load.", + "dose": "Sublingual Threshold: 100-300ug. Light: 300-500ug. Common: 500-1000ug Strong: 1000-1250ug+ | Note: Do not exceed 1500ug.", + "duration": "4-6 hours.", + "aliases": [ + "2c-d-nbome", + "25d" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "onset": "20-40 minutes.", + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "after-effects": "6-24 hours.", + "test-kits": "Marquis: Orange > Red. | Mecke: Brown > Green. | Mandelin: Red and Green. | Liebermann: Yellow > Black. | Simon's: Red > Brown. | Ehrlich: No colour change." + }, + "pretty_name": "25D-NBOMe", + "aliases": [ + "2c-d-nbome", + "25d" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Sublingual": { + "Threshold": "100-300ug.", + "Light": "300-500ug.", + "Common": "500-1000ug", + "Strong": "1000-1250ug+" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-40", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_25DNBOMe.shtml" + }, + "formatted_aftereffects": { + "value": "6-24", + "_unit": "hours" + }, + "dose_note": " Note: Do not exceed 1500ug.", + "id": 313 + }, + "5-it": { + "name": "5-it", + "properties": { + "duration": "8-12 hours.", + "aliases": [ + "5-api" + ], + "summary": "An empathogenic stimulant with a very long duration, prone to cause overheating and potentially quite dangerous. Related to αMT, though described as being less psychedelic and with much stronger stimulating effects.", + "onset": "90-120 minutes.", + "dose": "Oral Light: 50mg Common: 50-100mg Strong: 100-150mg+", + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "habit-forming", + "empathogen" + ], + "effects": "Euphoria, increased energy/alertness, Decreased need for sleep, Increased sociability, mood lift, increase sexuality, Excessive talking, Decreased appetite, Weight loss, Sweating, Distrubed sleep patterns, Bruxia, Visual and audiotory hallucinations itchiness, agressiveness, moodiness.", + "after-effects": "1-48 hours." + }, + "pretty_name": "5-IT", + "aliases": [ + "5-api" + ], + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "habit-forming", + "empathogen" + ], + "formatted_dose": { + "Oral": { + "Light": "50mg", + "Common": "50-100mg", + "Strong": "100-150mg+" + } + }, + "formatted_duration": { + "value": "8-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "90-120", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "Decreased need for sleep", + "Increased sociability", + "mood lift", + "increase sexuality", + "Excessive talking", + "Decreased appetite", + "Weight loss", + "Sweating", + "Distrubed sleep patterns", + "Bruxia", + "Visual and audiotory hallucinations itchiness", + "agressiveness", + "moodiness", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_5IT.shtml" + }, + "formatted_aftereffects": { + "value": "1-48", + "_unit": "hours" + }, + "id": 314 + }, + "parafluorobutyrfentanyl": { + "name": "parafluorobutyrfentanyl", + "properties": { + "onset": "Insufflated <5 minutes.", + "aliases": [ + "pfbf", + "4-fluorobutyrfentanyl", + "4-fbf" + ], + "duration": "30-60 minutes.", + "dose": "Low: 300ug Common: 600-900ug Strong: 900-1200ug.", + "summary": "Rare, little known and extremely potent RC analogue of Fentanyl. This powerful opioid is generally only dispensed as a nasal spray. Handle with extreme caution and never mix with other depressants.", + "categories": [ + "opioid", + "research-chemical", + "habit-forming", + "depressant" + ], + "effects": "Euphoria, Dry Mouth, Mood lift, Itchiness, Relaxant, Constipation, Pupil constriction, Analgesia." + }, + "pretty_name": "4-Fluorobutyrfentanyl", + "aliases": [ + "pfbf", + "4-fluorobutyrfentanyl", + "4-fbf" + ], + "categories": [ + "opioid", + "research-chemical", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Low": "300ug", + "Common": "600-900ug", + "Strong": "900-1200ug." + } + }, + "formatted_duration": { + "value": "30-60", + "_unit": "minutes" + }, + "formatted_onset": { + "value": "Insufflated", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "Dry Mouth", + "Mood lift", + "Itchiness", + "Relaxant", + "Constipation", + "Pupil constriction", + "Analgesia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_4Fluorobutyrfentanyl.shtml" + }, + "id": 315 + }, + "4-aco-dpt": { + "name": "4-aco-dpt", + "properties": { + "summary": "Research chemical of the Tryptamine class. First noted being sold in 2012, yet never recieved much attention. Conflicting reports. Doesn't dissolve well at all in nearly all solutions it was tested in.", + "onset": "Insufflated: 5-10 minutes.", + "duration": "Insufflated 60-120 minutes.", + "after-effects": "2-8 hours.", + "note": "It seems that everyone is in favour of taking this substance intranasally, due to a quite poor oral BA.", + "categories": [ + "psychedelic", + "tentative", + "research-chemical" + ], + "aliases": [ + "4acodpt" + ], + "avoid": "Please, don't mix this substance with another psychedelic/dissociative/stimulant. Respect drugs especially ones that have very few reports and may interact differently than the more common 4-subbed tryptamines.", + "dose": "Insufflated Light: 10-15mg Common: 15-25mg Strong: 25-35mg+" + }, + "pretty_name": "4-AcO-DPT", + "aliases": [ + "4acodpt" + ], + "categories": [ + "psychedelic", + "tentative", + "research-chemical" + ], + "formatted_dose": { + "Insufflated": { + "Light": "10-15mg", + "Common": "15-25mg", + "Strong": "25-35mg+" + } + }, + "formatted_duration": { + "value": "Insufflated", + "_unit": "minutes" + }, + "formatted_onset": { + "Insufflated": "5-10", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "2-8", + "_unit": "hours" + }, + "id": 316 + }, + "oxiracetam": { + "name": "oxiracetam", + "properties": { + "summary": "Oxiracetam is a racetam nootropic, having a hydroxyl group being the only difference between this and Piracetam. It used as a nootropic, namely for increased cognitive function. It is usually used two to three times a day. This substance is normally taken with Choline, can cause headaches without the addition of Choline.", + "dose": "Common: 1200-2400mg", + "duration": "4-6 hours.", + "onset": "15-30 minutes.", + "after-effects": "1-6 hours.", + "note": "The doses listed are for over the course of a 24 hour period. 2-3x daily, such as 400-800mg three times a day.", + "experiences": "https://erowid.org/experiences/subs/exp_Smarts_Oxiracetam.shtml", + "aliases": [ + "neuractiv", + "neuromet", + "hydroxypiracetam" + ] + }, + "pretty_name": "Oxiracetam", + "aliases": [ + "neuractiv", + "neuromet", + "hydroxypiracetam" + ], + "formatted_dose": { + "Oral": { + "Common": "1200-2400mg" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "dose_note": " Note: This is for the course over a 24 hour period. 2-3x times daily, such as 400mg-800mg/3x day.", + "id": 317 + }, + "bromadol": { + "name": "bromadol", + "properties": { + "summary": "A very potent opioid that has an arylcyclohexylamine structure. Intial studies estimated that it was ~10,000x Morphine in animal studies. However that value has since decreased to ~504 times the potency of morphine for the trans-isomer.", + "onset": "Insufflated: 5-15 minutes. | Intramuscular: 1-5 minutes. | Intravenous: 1-2 minutes.", + "duration": "Insufflated: 3-6 hours. | Intramuscular: 2-4 hours. | Intravenous: 1-3 hours.", + "categories": [ + "opioid", + "depressant", + "habit-forming", + "tentative" + ], + "aliases": [ + "bdpc" + ], + "avoid": "All other CNS depressants." + }, + "pretty_name": "Bromadol", + "aliases": [ + "bdpc" + ], + "categories": [ + "opioid", + "depressant", + "habit-forming", + "tentative" + ], + "formatted_duration": { + "Insufflated": "3-6", + "Intramuscular": "2-4", + "Intravenous": "1-3", + "_unit": "hours" + }, + "formatted_onset": { + "Insufflated": "5-15", + "Intramuscular": "1-5", + "Intravenous": "1-2", + "_unit": "minutes" + }, + "id": 318 + }, + "coronaridine": { + "name": "coronaridine", + "properties": { + "summary": "Alkaloid found in Tabernanthe iboga and related species. Persistently reduces the self-administration of Cocaine and Morphine in rats.", + "categories": [ + "psychedelic", + "tentative" + ] + }, + "pretty_name": "Coronaridine", + "categories": [ + "psychedelic", + "tentative" + ], + "sources": { + "_general": [ + "Effects of iboga alkaloids on morphine and cocaine self-administration in rats: relationship to tremorigenic effects and to effects on dopamine release in nucleus accumbens and striatum. http://www.sciencedirect.com/science/article/pii/0006899394909482" + ] + }, + "id": 319 + }, + "pagoclone": { + "name": "pagoclone", + "properties": { + "summary": "An anxiolytic drug related to zopiclone with no sedative or hypnotic qualities. Has been investigated as a possible alcohol replacement. Related in structure and effect to Zopiclone and Zolpidem.", + "categories": [ + "depressant", + "habit-forming", + "tentative", + "research-chemical" + ] + }, + "pretty_name": "Pagoclone", + "categories": [ + "depressant", + "habit-forming", + "tentative", + "research-chemical" + ], + "id": 320 + }, + "methadone": { + "name": "methadone", + "properties": { + "summary": "A synthetic opioid drug used as an analgesic and is often used in detoxification off of other opioids. As it has a much longer half-life.", + "onset": "45-120 minutes.", + "duration": "Oral 6-12 hours. NOTE: Can last much longer. Mostly dependant if using Chronically or not.", + "categories": [ + "opioid", + "habit-forming", + "depressant", + "common" + ], + "dose": "Light: 5-10mg Common: 10-20mg Strong: 20-35mg+ NOTE: these doses are not intended for opioid-naïve users. 40mg could be lethal for a naïve user. Always start low and titrate /slowly/", + "avoid": "All other CNS depressants", + "bioavailability": "Oral 75-97% (Mean 86%) | Rectal 70-81% (Mean 76%)", + "half-life": "12-18 hours on the first dose 13-47 on concurrent", + "effects": "Euphoria, Dry Mouth, Mood lift, Itchiness, Relaxant, Constipation, Pupil constriction, Analgesia.", + "after-effects": "1-48 hours." + }, + "pretty_name": "Methadone", + "categories": [ + "opioid", + "habit-forming", + "depressant", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "5-10mg", + "Common": "10-20mg", + "Strong": "20-35mg+", + "NOTE": "these" + } + }, + "formatted_duration": { + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-120", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "Dry Mouth", + "Mood lift", + "Itchiness", + "Relaxant", + "Constipation", + "Pupil constriction", + "Analgesia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Methadone.shtml" + }, + "formatted_aftereffects": { + "value": "1-48", + "_unit": "hours" + }, + "sources": { + "_general": [ + "Methadone trials have proven successful in treating Heroin addiction - http://jamanetwork.com/journals/jama/article-abstract/656315" + ] + }, + "id": 321 + }, + "delorazepam": { + "name": "delorazepam", + "properties": { + "summary": "Also known as chlordesmethyldiazepam, this uncommon benzodiazepine compound is primarily used for treatment of anxiety and alcohol withdrawal, due to its long half-life (60-140 hours). It is also the active metabolite of diclazepam and cloxazolam.", + "dose": "Oral Light: 0.25-0.5mg Common: 0.5-1.5mg Strong: 1.5-2mg Heavy: 2-3mg | NOTE: Higher doses increase the chances of blacking out. 1mg Delorazepam is approximately equal to 10mg Diazepam.", + "onset": "30-60 minutes.", + "after-effects": "72 hours", + "duration": "12-16 hours", + "avoid": "All other CNS depressants.", + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "aliases": [ + "nordiclazepam" + ] + }, + "pretty_name": "Delorazepam", + "aliases": [ + "nordiclazepam" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "0.25-0.5mg", + "Common": "0.5-1.5mg", + "Strong": "1.5-2mg", + "Heavy": "2-3mg" + } + }, + "formatted_duration": { + "value": "12-16", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "formatted_aftereffects": { + "value": "72", + "_unit": "hours" + }, + "dose_note": " NOTE: Higher doses increase the chances of blacking out. 1mg Delorazepam is approximately equal to 10mg Diazepam.", + "id": 322 + }, + "tilidine": { + "name": "tilidine", + "properties": { + "summary": "Synthetic opioid, used mainly for treatment of moderate to severe pain. In some countries it's mixed with Naloxone to lower the abuse liability. Though in some only Tilidine. Roughly 0.2 - 1 on the potency scale to Morphine. (So 20mg's of Morphine to 100mg's Tilidine)", + "onset": "10-20 minutes.", + "duration": "3-6 hours.", + "avoid": "All other CNS depressants.", + "dose": "Tilidine dose Oral Light: 25-50mg Common: 50-100mg Strong: 100-200mg.", + "categories": [ + "opioid", + "habit-forming", + "depressant" + ], + "aliases": [ + "tilidate", + "tilidin", + "valoron", + "valtran" + ], + "after-effects": "1-12 hours." + }, + "pretty_name": "Tilidine", + "aliases": [ + "tilidate", + "tilidin", + "valoron", + "valtran" + ], + "categories": [ + "opioid", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Tilidine": { + "Light": "25-50mg", + "Common": "50-100mg", + "Strong": "100-200mg." + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-20", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 323 + }, + "u-51754": { + "name": "u-51754", + "properties": { + "summary": "A very potent opioid, that seems to have a fair bit of κ-opioid action. So Dyshopria, Auditory hallucinations can be an effect. Is an analogue of U-47700.", + "onset": "Oral: 15-30 minutes. | Insufflated: 5-10 minutes. | Plugged: 5-10 minutes.", + "duration": "Oral: 2-4 hours. | Insufflated: 1-2 hours. | Plugged: 1-2 hours.", + "categories": [ + "tentative", + "opioid", + "dissociative", + "depressant", + "research-chemical" + ], + "aliases": [ + "methene-u47700", + "methene-u-47700" + ], + "after-effects": "3-6 hours.", + "dose": "Rectal Light: 1-3mg Common: 3-5mg Strong: 5-10mg" + }, + "pretty_name": "U-51754", + "aliases": [ + "methene-u47700", + "methene-u-47700" + ], + "categories": [ + "tentative", + "opioid", + "dissociative", + "depressant", + "research-chemical" + ], + "formatted_dose": { + "Rectal": { + "Light": "1-3mg", + "Common": "3-5mg", + "Strong": "5-10mg" + } + }, + "formatted_duration": { + "Oral": "2-4", + "Insufflated": "1-2", + "Plugged": "1-2", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-30", + "Insufflated": "5-10", + "Plugged": "5-10", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "3-6", + "_unit": "hours" + }, + "id": 324 + }, + "crl-40-940": { + "name": "crl-40-940", + "properties": { + "summary": "Bisfluoro analogue Modafinil. Has been sold online as a research chemical. Was patented in 2013. Is slightly more potent than Armodafinil.", + "aliases": [ + "flmodafinil", + "lauflumide", + "bisfluoromodafinil" + ], + "dose": "Light: 20-40mg Common: 40-75mg Strong: 75-150mg.", + "onset": "30-45 minutes.", + "duration": "6-12 hours.", + "categories": [ + "stimulant", + "tentative", + "nootropic", + "research-chemical" + ], + "after-effects": "1-8 hours." + }, + "pretty_name": "CRL-40-940", + "aliases": [ + "flmodafinil", + "lauflumide", + "bisfluoromodafinil" + ], + "categories": [ + "stimulant", + "tentative", + "nootropic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "20-40mg", + "Common": "40-75mg", + "Strong": "75-150mg." + } + }, + "formatted_duration": { + "value": "6-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 325 + }, + "noopept": { + "name": "noopept", + "properties": { + "summary": "A common nootropic often attributed with temporarily increasing intelligence, concentration, focus and memory recall. Daily use can lead to dependency with withdrawals which make the user feel 'stupid.' Often taken daily in a 'stack' with other nootropics.", + "onset": "Oral: 15-30 minutes | Sublingual: 5-10 minutes | Intranasal: 0-5 minutes.", + "duration": "3-6 hours depending on stomach contents/ROA/ect.", + "dose": "Oral Light: 5mg Common: 10mg Strong: 10-20mg+ | Sublingual/Insufflated Light: 2-5mg Common: 5-10mg Strong: 10mg+", + "avoid": "Because Noopept modulates AMPA and NMDA receptors dissociative drugs like Ketamine, MXE,etc. will have diminished effects with Noopept. It can also have unpredictable potentiating effects on Psychedelics, Alcohol, Cannabis and some Stimulants. Use caution when combining with drugs.", + "categories": [ + "research-chemical", + "nootropic" + ], + "after-effects": "1-8 hours." + }, + "pretty_name": "Noopept", + "categories": [ + "research-chemical", + "nootropic" + ], + "formatted_dose": { + "Oral": { + "Light": "5mg", + "Common": "10mg", + "Strong": "10-20mg+" + }, + "Sublingual/Insufflated": { + "Light": "2-5mg", + "Common": "5-10mg", + "Strong": "10mg+" + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-30", + "Sublingual": "5-10", + "Intranasal": "0-5", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Noopept_.shtml" + }, + "pweffects": { + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Focus enhancement": "https://psychonautwiki.org/wiki/Focus_enhancement", + "Irritability": "https://psychonautwiki.org/wiki/Irritability", + "Memory enhancement": "https://psychonautwiki.org/wiki/Memory_enhancement", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Rejuvenation": "https://psychonautwiki.org/wiki/Rejuvenation", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought connectivity": "https://psychonautwiki.org/wiki/Thought_connectivity", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 326 + }, + "fluvoxamine": { + "name": "fluvoxamine", + "properties": { + "categories": [ + "ssri" + ], + "aliases": [ + "luvox", + "faverin" + ] + }, + "pretty_name": "Fluvoxamine", + "aliases": [ + "luvox", + "faverin" + ], + "categories": [ + "ssri" + ], + "id": 327 + }, + "metaxalone": { + "name": "metaxalone", + "properties": { + "dose": "Oral Light: 400-800mg. Common: 800-1600mg. Strong: 1600-2400mg.", + "onset": "15-45 minutes.", + "duration": "4-8 hours.", + "summary": "Muscle relaxant, that is used to relieve pain from general pain, and other musculoskeletal conditions.", + "aliases": [ + "skelaxin" + ], + "categories": [ + "depressant" + ], + "after-effects": "1-8 hours." + }, + "pretty_name": "Metaxalone", + "aliases": [ + "skelaxin" + ], + "categories": [ + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "400-800mg.", + "Common": "800-1600mg.", + "Strong": "1600-2400mg." + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-45", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Metaxalone.shtml" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 328 + }, + "4-emc": { + "name": "4-emc", + "properties": { + "summary": "A stimulant that is a structural isomer of 4-MEC.", + "aliases": [ + "4-ethylmethcathinone" + ], + "onset": "20-60 minutes.", + "duration": "3-5 hours", + "after-effects": "2-8 hours.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "effects": "Euphoria, increased energy/alertness, decreased need for sleep, increased sociability, mood lift, increased sexuality, excessive talking, decreased appetite, weight loss, sweating, disturbed sleep patterns, bruxism, visual and auditory hallucinations, itchiness, aggressiveness, moodiness.", + "dose": "Light: 50-100mg Common: 100-200mg Strong: 200mg+" + }, + "pretty_name": "4-EMC", + "aliases": [ + "4-ethylmethcathinone" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "50-100mg", + "Common": "100-200mg", + "Strong": "200mg+" + } + }, + "formatted_duration": { + "value": "3-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "decreased need for sleep", + "increased sociability", + "mood lift", + "increased sexuality", + "excessive talking", + "decreased appetite", + "weight loss", + "sweating", + "disturbed sleep patterns", + "bruxism", + "visual and auditory hallucinations", + "itchiness", + "aggressiveness", + "moodiness", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_4Ethylmethcathinone.shtml" + }, + "formatted_aftereffects": { + "value": "2-8", + "_unit": "hours" + }, + "id": 329 + }, + "clobazam": { + "name": "clobazam", + "properties": { + "Summary": "A long acting half life benzo that focues on Anxiolytic and/or Anticonvulsant.", + "dose": "Light: 5-10mg Common: 10-15mg Heavy: 15-30mg+ | NOTE: 20mg of Clobazam is approximately equal to 10mg of Diazepam", + "onset": "20-40 minutes", + "duration": "6-12 hours.", + "avoid": "All other CNS depressants", + "aliases": [ + "frisium" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "summary": "A long acting benzodiazepine which focuses primarily on anxiolytic and anticonvulsant properties. It is used medically to treat epilepsy, and this along with its relatively many negative side-effects and contraindications in comparison with other benzodiazepines means it isn't frequently used recreationally.", + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia.", + "bioavailability": "Oral 85-90%", + "after-effects": "1-12 hours.", + "dose_to_diazepam": "Clobazam - 20mg ~=10mg Diazepam." + }, + "pretty_name": "Clobazam", + "aliases": [ + "frisium" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Light:": { + "Light": "5-10mg", + "Common": "10-15mg", + "Heavy": "15-30mg+" + } + }, + "formatted_duration": { + "value": "6-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-40", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "" + ], + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "dose_note": " NOTE: 20mg of Clobazam is approximately equal to 10mg of Diazepam", + "sources": { + "_general": [ + "clobazam dosage equivalence to diazepam being 2:1 - The royal society of medicine International Congress and Symposium Series number 43: Clobazam ( Z. subhan study)", + "Clobazam at doses under 40mg is found to not significantly alter memory or learning tasks compared to placebo as opposed to diazepam which had strong negative effects on memory and learning tasks in a comparitive study done by Z. Subhan found in: The royal society of medicine International Congress and Symposium Series no. 43" + ] + }, + "id": 330 + }, + "4-fea": { + "name": "4-fea", + "properties": { + "summary": "Stimulant that is the ethyl analogue of 4-FMA.", + "categories": [ + "stimulant", + "tentative", + "research-chemical" + ], + "aliases": [ + "4-fluoroethylamphetamine" + ], + "duration": "4-6 hours.", + "dose": "Light: 25-50mg Common: 50-75mg Strong: 75-150mg+ | Note: Tentative data as of writing.", + "onset": "40-60 minutes.", + "after-effects": "1-12 hours." + }, + "pretty_name": "4-FEA", + "aliases": [ + "4-fluoroethylamphetamine" + ], + "categories": [ + "stimulant", + "tentative", + "research-chemical" + ], + "formatted_dose": { + "Light:": { + "Light": "25-50mg", + "Common": "50-75mg", + "Strong": "75-150mg+" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "40-60", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "dose_note": " Note: Tentative data as of writing.", + "id": 331 + }, + "clonidine": { + "name": "clonidine", + "properties": { + "summary": "Is a medication that is used to treat high blood pressure, anxiety, withdrawal (Typically from Alcohol, Opioids, Smoking) and many other uses.", + "dose": "Oral Light: 25-50ug Common: 50-100ug Strong: 100-250ug.", + "onset": "15-45 minutes.", + "duration": "8-16 hours.", + "avoid": "All CNS depressants.", + "categories": [ + "depressant", + "common" + ], + "aliases": [ + "catapres", + "kapvay", + "duraclon" + ], + "after-effects": "1-4 hours." + }, + "pretty_name": "Clonidine", + "aliases": [ + "catapres", + "kapvay", + "duraclon" + ], + "categories": [ + "depressant", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "25-50ug", + "Common": "50-100ug", + "Strong": "100-250ug." + } + }, + "formatted_duration": { + "value": "8-16", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-4", + "_unit": "hours" + }, + "sources": { + "_general": [ + "Effect of magnesium chloride on psychomotor activity, emotional status, and acute behavioural responses to clonidine, d-amphetamine, arecoline, nic.. - https://www.ncbi.nlm.nih.gov/pubmed/21535917" + ] + }, + "id": 332 + }, + "cloniprazepam": { + "name": "cloniprazepam", + "properties": { + "onset": "15-45 minutes.", + "duration": "6-9 hours.", + "avoid": "All other CNS depressants.", + "dose": "Oral Light: .5-1mg Common: 1-2mg Strong: 2-4mg+", + "summary": "Prodrug for Clonazepam.", + "categories": [ + "benzodiazepine", + "depressant", + "habit-forming", + "tentative" + ], + "after-effects": "1-8 hours." + }, + "pretty_name": "Cloniprazepam", + "categories": [ + "benzodiazepine", + "depressant", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": ".5-1mg", + "Common": "1-2mg", + "Strong": "2-4mg+" + } + }, + "formatted_duration": { + "value": "6-9", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 333 + }, + "mk-801": { + "name": "mk-801", + "properties": { + "summary": "Dissociative research chemical similar to PCP, and Ketamine. Dizocilpine, also known as MK-801, is a non-competitive antagonist of the NMDA receptor.", + "aliases": [ + "dizocilpine", + "mk801" + ], + "dose": "Oral Common: 50-100ug", + "avoid": "Driving. Moving and walking if possible. Mixing with other depressants like alcohol, benzos and opiates.", + "duration": "20-36 hours.", + "onset": "Oral 15-30mins | IM 45mins", + "categories": [ + "dissociative", + "research-chemical", + "tentative", + "habit-forming" + ], + "after-effects": "1-72 hours." + }, + "pretty_name": "MK-801", + "aliases": [ + "dizocilpine", + "mk801" + ], + "categories": [ + "dissociative", + "research-chemical", + "tentative", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Common": "50-100ug" + } + }, + "formatted_duration": { + "value": "20-36", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-30mins", + "IM": "45mins" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Dizocilpine.shtml" + }, + "formatted_aftereffects": { + "value": "1-72", + "_unit": "hours" + }, + "id": 334 + }, + "indapyrophenidone": { + "name": "indapyrophenidone", + "properties": { + "summary": "Indane analogue of Pyrophenidone, a NDRI stimulant with a short duration.", + "dose": "Vaporized Light: 5-10mg Common: 10-25mg Strong: 25-50mg Heavy: 50mg+. | Insufflated Light: 20-40mg Common: 40-60mg Strong: 60-90mg Heavy: 90mg+", + "duration": "Vaporized: 1-1.5 hours | Insufflated: 1-3 hours", + "categories": [ + "stimulant", + "tentative", + "research-chemical", + "habit-forming" + ], + "smmary": "Rare or new pyrovalerone drug also known as Thymergix and Centroton, with effectively no history of human use. Likely to have a similar effect profile to MDPV.", + "after-effects": "1-4 hours." + }, + "pretty_name": "Indapyrophenidone", + "categories": [ + "stimulant", + "tentative", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Vaporized": { + "Light": "5-10mg", + "Common": "10-25mg", + "Strong": "25-50mg", + "Heavy": "50mg+." + }, + "Insufflated": { + "Light": "20-40mg", + "Common": "40-60mg", + "Strong": "60-90mg", + "Heavy": "90mg+" + } + }, + "formatted_duration": { + "Vaporized": "1-1.5", + "Insufflated": "1-3", + "_unit": "hours" + }, + "formatted_aftereffects": { + "value": "1-4", + "_unit": "hours" + }, + "id": 335 + }, + "ghb": { + "name": "ghb", + "properties": { + "dose": "Oral Light: 0.5-1.5g Common: 1-2.5g Strong: 2-3.5g Heavy: 3.5-5g Dangerous: 7g+ | NOTE: Tends to induce heavy sedation from about the 3g mark.", + "duration": "1.5-2.5 hours", + "summary": "A euphoric depressant which is prescribed as a sleep aid and sometimes to help with Alcohol detox. Also used as a recreational depressant, as a non-toxic alternative to Alcohol. Despite not having Alcohol's toxicity it is risky due to among other things inconsistent concentration in commonly sold solution form, and can be very dangerous if taken with other depressants.", + "avoid": "Alcohol, benzos and other depressants", + "onset": "20-60 minutes", + "after-effects": "2-4 hours", + "effects": "Similar to alcohol, but subjectively 'cleaner'", + "categories": [ + "depressant", + "habit-forming", + "common" + ], + "summary=a": "euphoric depressant which is prescribed as a sleep aid and sometimes to help with Alcohol detox. Also used as a recreational depressant, as a non-toxic alternative to Alcohol. Despite not having Alcohol's toxicity it is risky due to among other things inconsistent concentration in commonly sold solution form, and can be very dangerous if taken with other depressants." + }, + "pretty_name": "GHB", + "categories": [ + "depressant", + "habit-forming", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "0.5-1.5g", + "Common": "1-2.5g", + "Strong": "2-3.5g", + "Heavy": "3.5-5g", + "Dangerous": "7g+" + } + }, + "formatted_duration": { + "value": "1.5-2.5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Similar to alcohol", + "but subjectively 'cleaner'" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_GHB.shtml" + }, + "formatted_aftereffects": { + "value": "2-4", + "_unit": "hours" + }, + "dose_note": " NOTE: Tends to induce heavy sedation from about the 3g mark.", + "sources": { + "_general": [ + "The presence of gamma-hydroxybutyric acid (GHB) and gamma-butyrolactone (GBL) in alcoholic and non-alcoholic beverages - http://www.ncbi.nlm.nih.gov/pubmed/15939164", + "Pharmacological aspects of the combined use of 3,4-methylenedioxymethamphetamine (MDMA, ecstasy) and gamma-hydroxybutyric acid (GHB): a review of t.. - http://www.ncbi.nlm.nih.gov/pubmed/16234132" + ] + }, + "id": 336 + }, + "mt-45": { + "name": "mt-45", + "properties": { + "summary": "A synthetic opioid drug that was rumoured to be roughly 80% the potency of Morphine orally. Was created by Dainippon Pharmaceutical in the 1970's. It has been used as a lead compound for the design of related substances. It has been associated with hearing loss and hair loss. Structurally unrelated to most other opioid drugs. Treat with caution, especially long term use.", + "aliases": [ + "ic-6", + "mt45" + ], + "onset": "30-45 minutes", + "duration": "4-6 hours", + "after-effects": "2-3 hours.", + "dose": "Oral Threshold: 30mg Light: 30-45mg's Common: 45-60mg Strong: 60mg+", + "categories": [ + "opioid", + "research-chemical", + "habit-forming", + "depressant" + ], + "effects": "Euphoria, Dry Mouth, Mood lift, Itchiness, Relaxant, Constipation, Pupil constriction, Analgesia." + }, + "pretty_name": "MT-45", + "aliases": [ + "ic-6", + "mt45" + ], + "categories": [ + "opioid", + "research-chemical", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Threshold": "30mg", + "Light": "30-45mg", + "Common": "45-60mg", + "Strong": "60mg+" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-45", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "Dry Mouth", + "Mood lift", + "Itchiness", + "Relaxant", + "Constipation", + "Pupil constriction", + "Analgesia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_MT45.shtml" + }, + "formatted_aftereffects": { + "value": "2-3", + "_unit": "hours" + }, + "id": 337 + }, + "2-ai": { + "name": "2-ai", + "properties": { + "onset": "10-30 minutes", + "summary": "Short acting stimulant that is sometimes compared to the likes of Methamphetamine. It is a rigid analogue of Amphetamine, and also partially substitutes for the prior in rat discrimination studies. ", + "duration": "1-2 hours.", + "dose": "Oral Threshold: 3-5mg Light: 5-10mg Common: 10-20mg Strong: 20-40mg+", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "half-life": "1-2 hours.", + "aliases": [ + "2ai", + "2-aminoindan" + ], + "after-effects": "2-4 hours", + "experiences": "https://www.erowid.org/experiences/subs/exp_2Aminoindan.shtml", + "test-kits": "Marquis: Orange > Brown. | Mecke: Yellow. | Mandelin: Blue. | Liebermann: Yellow Brown. | Ehrlich: No colour change." + }, + "pretty_name": "2-AI", + "aliases": [ + "2ai", + "2-aminoindan" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Threshold": "3-5mg", + "Light": "5-10mg", + "Common": "10-20mg", + "Strong": "20-40mg+" + } + }, + "formatted_duration": { + "value": "1-2", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-30", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "decreased need for sleep", + "increased sociability", + "mood lift", + "increased sexuality", + "excessive talking", + "decreased appetite", + "weight loss", + "sweating", + "disturbed sleep patterns", + "bruxism", + "visual and auditory hallucinations", + "itchiness", + "aggressiveness", + "moodiness", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_2Aminoindan.shtml" + }, + "pweffects": { + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Appetite suppression": "https://psychonautwiki.org/wiki/Appetite_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Cognitive fatigue": "https://psychonautwiki.org/wiki/Cognitive_fatigue", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Dehydration": "https://psychonautwiki.org/wiki/Dehydration", + "Depression": "https://psychonautwiki.org/wiki/Depression", + "Focus enhancement": "https://psychonautwiki.org/wiki/Focus_enhancement", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased perspiration": "https://psychonautwiki.org/wiki/Increased_perspiration", + "Irritability": "https://psychonautwiki.org/wiki/Irritability", + "Memory enhancement": "https://psychonautwiki.org/wiki/Memory_enhancement", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Pain relief": "https://psychonautwiki.org/wiki/Pain_relief", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Teeth grinding": "https://psychonautwiki.org/wiki/Teeth_grinding", + "Temporary erectile dysfunction": "https://psychonautwiki.org/wiki/Temporary_erectile_dysfunction", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "2-4", + "_unit": "hours" + }, + "id": 338 + }, + "βh-2c-b": { + "name": "βh-2c-b", + "properties": { + "summary": "β-Hydroxy-2C-B is a novel analogue of 2C-B that is a bit less potent and has a longer duration. It's thought to be the active metabolite of βk-2C-B.", + "onset": "30-50 minutes", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "aliases": [ + "beta-hydroxy-2c-b", + "bh-2c-b", + "bh-2cb", + "bohb", + "boh-2c-b", + "boh-2cb" + ], + "dose": "Light: 25-40mg Common: 40-60mg Strong: 60-75mg Heavy: 75mg+", + "duration": "7-10 hours", + "after-effects": "1-12 hours." + }, + "pretty_name": "βH-2C-B", + "aliases": [ + "beta-hydroxy-2c-b", + "bh-2c-b", + "bh-2cb", + "bohb", + "boh-2c-b", + "boh-2cb" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "25-40mg", + "Common": "40-60mg", + "Strong": "60-75mg", + "Heavy": "75mg+" + } + }, + "formatted_duration": { + "value": "7-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-50", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 339 + }, + "2-pa": { + "name": "2-pa", + "properties": { + "summary": "Amphetamine with the alpha-methyl replaced by ketone. Very few reports. Also no information on the safety of this compound. As always treat with caution.", + "duration": "3-5 hours.", + "dose": "Oral Light: 10-25mg Common: 25-50mg Strong: 50-100mg Heavy: 100+mg.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "aliases": [ + "2-phenylacetamide" + ], + "onset": "15-45 minutes.", + "after-effects": "1-10 hours." + }, + "pretty_name": "2-PA", + "aliases": [ + "2-phenylacetamide" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "10-25mg", + "Common": "25-50mg", + "Strong": "50-100mg", + "Heavy": "100+mg." + } + }, + "formatted_duration": { + "value": "3-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-10", + "_unit": "hours" + }, + "id": 340 + }, + "25i-nbmd": { + "name": "25i-nbmd", + "properties": { + "summary": "A psychedelic phenethylamine that is related to the 25X-NBOMe series which in turn makes it related to the 2C-X series. Quite potent substance.", + "dose": "Sublingual Light: 800-1500ug Common: 1500-2000ug Strong: 2000-3000ug+", + "duration": "4-6 hours.", + "onset": "20-40 minutes.", + "avoid": "Other psychedelics, stimulants, and double dosing.", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "after-effects": "1-8 hours." + }, + "pretty_name": "25I-NBMD", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Sublingual": { + "Light": "800-1500ug", + "Common": "1500-2000ug", + "Strong": "2000-3000ug+" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-40", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 341 + }, + "5-meo-pyr-t": { + "name": "5-meo-pyr-t", + "properties": { + "summary": "A very odd acting tryptamine, that is very potent. With doses as low as 3mg vapourised causing complete blocks of memory loss.", + "dose": "Oral Light: 0.5-1mg Common: 1-1.5mg Strong: 1.5-2mg's. | Vapourised Light: 0.5-1.5mg Common: 1.5-2mg Strong: 2-3mg's.", + "onset": "Oral: 5-20 minutes. | Vapourised: 1-2 minutes.", + "duration": "Oral: 2-6 hours. | Vapourised: 1-5 hours.", + "after-effects": "1-36 hours.", + "note": "Please have a tripsitter with you in person if you do indeed to consume this substance. Some may feel better the next morning and feel fine, and in some accounts, week plus until all the residual effects wore off. Be extremely cautious with this substance.", + "categories": [ + "tentative", + "research-chemical", + "psychedelic" + ] + }, + "pretty_name": "5-MeO-PYR-T", + "categories": [ + "tentative", + "research-chemical", + "psychedelic" + ], + "formatted_dose": { + "Oral": { + "Light": "0.5-1mg", + "Common": "1-1.5mg", + "Strong": "1.5-2mg" + }, + "Vapourised": { + "Light": "0.5-1.5mg", + "Common": "1.5-2mg", + "Strong": "2-3mg" + } + }, + "formatted_duration": { + "Oral": "2-6", + "Vapourised": "1-5", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "5-20", + "Vapourised": "1-2", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-36", + "_unit": "hours" + }, + "id": 342 + }, + "nicotine": { + "name": "nicotine", + "properties": { + "summary": "A chemical found in tobacco, aubergines and tomatoes which is considered one of the most addictive drugs in existence. It is a mild stimulant, with stress relieving effects. It is widely used in the form of cigarettes, the use of which carries a high risk of causing cancer or heart issues over time. Increasingly, it is 'vaped' as a purportedly safer alternative to smoking.", + "categories": [ + "habit-forming", + "nootropic", + "common" + ] + }, + "pretty_name": "Nicotine", + "categories": [ + "habit-forming", + "nootropic", + "common" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Nicotine.shtml" + }, + "pweffects": { + "Abnormal heartbeat": "https://psychonautwiki.org/wiki/Abnormal_heartbeat", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Appetite suppression": "https://psychonautwiki.org/wiki/Appetite_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Focus enhancement": "https://psychonautwiki.org/wiki/Focus_enhancement", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Memory enhancement": "https://psychonautwiki.org/wiki/Memory_enhancement", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Vasoconstriction": "https://psychonautwiki.org/wiki/Vasoconstriction" + }, + "sources": { + "_general": [ + "Nicotine treatment of mild cognitive impairment: a 6-month double-blind pilot clinical trial. -https://www.ncbi.nlm.nih.gov/pubmed/22232050", + "Nicotine treatment of mild cognitive impairment: a 6-month double-blind pilot clinical trial. - https://www.ncbi.nlm.nih.gov/pubmed/22232050", + "Site of nicotine absorption from a vapour inhaler--comparison with cigarette smoking - http://www.ncbi.nlm.nih.gov/pubmed/10663452", + "Brand differences of free-base nicotine delivery in cigarette smoke: the view of the tobacco industry documents - http://www.ncbi.nlm.nih.gov/pubmed/16728749", + "Exposure to nicotine produces an increase in dopamine D2(High) receptors: a possible mechanism for dopamine hypersensitivity. - http://www.ncbi.nlm.nih.gov/pubmed/20942582", + "Tobacco leaf, smoke and smoking, MAO inhibitors, Parkinson's disease and neuroprotection are there links? - http://www.ncbi.nlm.nih.gov/pubmed/14697903", + "Brand differences of free-base nicotine delivery in cigarette smoke: the view of the tobacco industry documents. - http://www.ncbi.nlm.nih.gov/pubmed/16728749", + "Do electronic cigarettes impart a lower potential disease burden than conventional tobacco cigarettes? Review on E-cigarette vapor versus tobacco s... - http://www.ncbi.nlm.nih.gov/pubmed/25302452", + "The impact of caffeine use on tobacco cessation and withdrawal. - http://www.ncbi.nlm.nih.gov/pubmed/9022872" + ] + }, + "id": 343 + }, + "mdoh": { + "name": "mdoh", + "properties": { + "duration": "4-6 hours", + "onset": "20-40 minutes.", + "summary": "An entactogen, stimulant and psychedelic first synthesised by Alexander Shulgin, MDOH is an analogue of MDA. Described as highly psychedelic, it is likely a serotonin releasing agent. It has not seen widespread use, perhaps due to a number of reported negative side effects such as urinary retention and a heavy comedown.", + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "tentative", + "empathogen", + "habit-forming" + ], + "dose": "Threshold: 80mg Light: 100-120mg Common: 120-150mg Heavy: 150mg+ (Tentative)", + "after-effects": "1-6 hours." + }, + "pretty_name": "MDOH", + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "tentative", + "empathogen", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Threshold": "80mg", + "Light": "100-120mg", + "Common": "120-150mg", + "Heavy": "150mg+" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-40", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_MDOH.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal114.shtml" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 344 + }, + "ayahuasca": { + "name": "ayahuasca", + "properties": { + "summary": "A concoction made of two or more plants that contain at least an MAOI and DMT, the combination of which allows the DMT to work orally. Typically associated to south american cultures. Also, sometimes approximated synthetically by taking an external MAOI with extracted DMT. Causes intense, spiritually orientated hallucinogenic experiences.", + "duration": "4-8 hours", + "onset": "20-60 minutes", + "avoid": "combining with any medications or substance contraindicated with MAOI's particuarly ssri's, mdxx compounds and amphetamines. Refer to http://wiki.tripsit.me/images/d/d6/TripSitDrugComboChart.gif for more info.", + "aliases": [ + "pharmahuasca", + "yage" + ], + "categories": [ + "psychedelic", + "empathogen" + ], + "after-effects": "1-8 hours", + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "Ayahuasca", + "aliases": [ + "pharmahuasca", + "yage" + ], + "categories": [ + "psychedelic", + "empathogen" + ], + "formatted_dose": { + "none": { + "NOTE": "Dosage" + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Ayahuasca.shtml" + }, + "pweffects": { + "8B Geometry - Exposure to inner mechanics of consciousness": "https://psychonautwiki.org/wiki/8B_Geometry_-_Exposure_to_inner_mechanics_of_consciousness", + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "After images": "https://psychonautwiki.org/wiki/After_images", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Creativity enhancement": "https://psychonautwiki.org/wiki/Creativity_enhancement", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Diarrhea": "https://psychonautwiki.org/wiki/Diarrhea", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Déjà vu": "https://psychonautwiki.org/wiki/D%C3%A9j%C3%A0_vu", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Exposure to inner mechanics of consciousness": "https://psychonautwiki.org/wiki/Exposure_to_inner_mechanics_of_consciousness", + "Feelings of eternalism": "https://psychonautwiki.org/wiki/Feelings_of_eternalism", + "Feelings of interdependent opposites": "https://psychonautwiki.org/wiki/Feelings_of_interdependent_opposites", + "Feelings of self-design": "https://psychonautwiki.org/wiki/Feelings_of_self-design", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Language suppression": "https://psychonautwiki.org/wiki/Language_suppression", + "Magnification": "https://psychonautwiki.org/wiki/Magnification", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Mindfulness": "https://psychonautwiki.org/wiki/Mindfulness", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Personal meaning enhancement": "https://psychonautwiki.org/wiki/Personal_meaning_enhancement", + "Personality regression": "https://psychonautwiki.org/wiki/Personality_regression", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Rejuvenation": "https://psychonautwiki.org/wiki/Rejuvenation", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spirituality enhancement": "https://psychonautwiki.org/wiki/Spirituality_enhancement", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Subconscious communication": "https://psychonautwiki.org/wiki/Subconscious_communication", + "Symmetrical texture repetition": "https://psychonautwiki.org/wiki/Symmetrical_texture_repetition", + "Synaesthesia": "https://psychonautwiki.org/wiki/Synaesthesia", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought connectivity": "https://psychonautwiki.org/wiki/Thought_connectivity", + "Thought organization": "https://psychonautwiki.org/wiki/Thought_organization" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 345 + }, + "sulbutiamine": { + "name": "sulbutiamine", + "properties": { + "summary": "A thiamine derivative nootropic and stimulant drug. Caution should be used as sulbutiamine reduces dopamine output over time with consistant usage.", + "onset": "20-40 minutes", + "duration": "6-10 hours. Dose and tolerance dependent.", + "experiences": "https://drugs-forum.com/forum/showthread.php?t=101258", + "aliases": [ + "sulbut", + "arcalion", + "enerion", + "bisibuthiamine", + "youvitan" + ], + "categories": [ + "tentative", + "stimulant", + "habit-forming", + "supplement" + ], + "dose": "Common: 200-400mg." + }, + "pretty_name": "Sulbutiamine", + "aliases": [ + "sulbut", + "arcalion", + "enerion", + "bisibuthiamine", + "youvitan" + ], + "categories": [ + "tentative", + "stimulant", + "habit-forming", + "supplement" + ], + "formatted_dose": { + "Oral": { + "Common": "200-400mg." + } + }, + "formatted_duration": { + "value": "6-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-40", + "_unit": "minutes" + }, + "id": 346 + }, + "ephenidine": { + "name": "ephenidine", + "properties": { + "dose": "Oral Light: 50-75mg Common: 75-110mg Strong: 110-150mg Heavy: 150mg+", + "categories": [ + "dissociative", + "research-chemical", + "habit-forming", + "tentative" + ], + "duration": "3-6 hours", + "summary": "A dissociative drug which is less potent and less confusing than MXE but with otherwise similar properties. Reported as causing light stimulant effects at lower doses.", + "onset": "10-30 minutes.", + "after-effects": "1-6 hours." + }, + "pretty_name": "Ephenidine", + "categories": [ + "dissociative", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "50-75mg", + "Common": "75-110mg", + "Strong": "110-150mg", + "Heavy": "150mg+" + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-30", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Ephenidine.shtml" + }, + "pweffects": { + "Acuity suppression": "https://psychonautwiki.org/wiki/Acuity_suppression", + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Auditory suppression": "https://psychonautwiki.org/wiki/Auditory_suppression", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Consciousness disconnection": "https://psychonautwiki.org/wiki/Consciousness_disconnection", + "Depersonalization": "https://psychonautwiki.org/wiki/Depersonalization", + "Derealization": "https://psychonautwiki.org/wiki/Derealization", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Double vision": "https://psychonautwiki.org/wiki/Double_vision", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Déjà vu": "https://psychonautwiki.org/wiki/D%C3%A9j%C3%A0_vu", + "Ego inflation": "https://psychonautwiki.org/wiki/Ego_inflation", + "Frame rate suppression": "https://psychonautwiki.org/wiki/Frame_rate_suppression", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Pain relief": "https://psychonautwiki.org/wiki/Pain_relief", + "Pattern recognition suppression": "https://psychonautwiki.org/wiki/Pattern_recognition_suppression", + "Perception of decreased weight": "https://psychonautwiki.org/wiki/Perception_of_decreased_weight", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Perspective distortions": "https://psychonautwiki.org/wiki/Perspective_distortions", + "Physical autonomy": "https://psychonautwiki.org/wiki/Physical_autonomy", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Tactile disconnection": "https://psychonautwiki.org/wiki/Tactile_disconnection", + "Tactile suppression": "https://psychonautwiki.org/wiki/Tactile_suppression", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Unity and interconnectedness": "https://psychonautwiki.org/wiki/Unity_and_interconnectedness", + "Visual disconnection": "https://psychonautwiki.org/wiki/Visual_disconnection" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 347 + }, + "nitrazolam": { + "name": "nitrazolam", + "properties": { + "summary": "Hypnotic benzodiazepine that is the triazolo analogue of Nitrazepam and about 4x more potent compared to the parent compound. Also the dechlorinated derivative of Clonazolam with roughly 1/10 potency.", + "onset": "15-30 minutes.", + "duration": "5-10 hours.", + "after-effects": "2-24 hours (Very dose dependant)", + "dose": "Oral Light: 0.5-1mg Common: 1-2mg Strong: 2-3mg+", + "avoid": "All other CNS depressants.", + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant", + "tentative" + ] + }, + "pretty_name": "Nitrazolam", + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "0.5-1mg", + "Common": "1-2mg", + "Strong": "2-3mg+" + } + }, + "formatted_duration": { + "value": "5-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "2-24", + "_unit": "hours" + }, + "id": 348 + }, + "placdyl": { + "name": "placdyl", + "properties": { + "summary": "Sedative Hypnotic medication made in the 50's. It was used for short term help for insomnia (No longer than two weeks)", + "aliases": [ + "placidyl", + "ethchlorvnol" + ], + "onset": "15-45 minutes.", + "duration": "6-9 hours", + "avoid": "All other CNS depressants", + "dose": "Oral Light: 100-200mg Common: 200-500mg Strong: 500-750mg +", + "categories": [ + "depressant", + "habit-forming" + ], + "after-effects": "1-6 hours." + }, + "pretty_name": "Ethchlorvynol", + "aliases": [ + "placidyl", + "ethchlorvnol" + ], + "categories": [ + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "100-200mg", + "Common": "200-500mg", + "Strong": "500-750mg" + } + }, + "formatted_duration": { + "value": "6-9", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 349 + }, + "5-mapdb": { + "name": "5-mapdb", + "properties": { + "summary": "An entactogenic drug with similar effects to MDMA, it is related to 5-MAPB. Likely to release serotonin and show neurotoxicity in the same way as MDMA", + "duration": "5-8 hours.", + "dose": "Oral Light: 50-75mg Common: 75-120mg Strong: 120-150mg+", + "onset": "45-70 minutes.", + "after-effects": "2-4 hours. (dependant on dose)", + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "empathogen" + ], + "aliases": [ + "5mapdb" + ], + "effects": "Euphoria, increased energy/alertness, Decreased need for sleep, Increased sociability, mood lift, increase sexuality, Excessive talking, Decreased appetite, Weight loss, Sweating, Distrubed sleep patterns, Bruxia, Visual and audiotory hallucinations itchiness, agressiveness, moodiness." + }, + "pretty_name": "5-MAPDB", + "aliases": [ + "5mapdb" + ], + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "empathogen" + ], + "formatted_dose": { + "Oral": { + "Light": "50-75mg", + "Common": "75-120mg", + "Strong": "120-150mg+" + } + }, + "formatted_duration": { + "value": "5-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-70", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "Decreased need for sleep", + "Increased sociability", + "mood lift", + "increase sexuality", + "Excessive talking", + "Decreased appetite", + "Weight loss", + "Sweating", + "Distrubed sleep patterns", + "Bruxia", + "Visual and audiotory hallucinations itchiness", + "agressiveness", + "moodiness", + "" + ], + "formatted_aftereffects": { + "value": "2-4", + "_unit": "hours" + }, + "id": 350 + }, + "meclonazepam": { + "name": "meclonazepam", + "properties": { + "summary": "A benzodiazepine related to clonazepam discovered by Hoffman-LaRoche in the 1960s. Potentially useful in treating schistosomiasis. Has been sold on the grey market as a recreational drug but has not seen widespread popularity.", + "onset": "20-60 minutes", + "duration": "9-15 hours.", + "avoid": "All other CNS depressants.", + "dose": "Oral Light:1.50-3mg Common: 3-6mg Heavy: 6-12mg", + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant", + "tentative" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "after-effects": "1-6 hours." + }, + "pretty_name": "Meclonazepam", + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Common": "3-6mg", + "Heavy": "6-12mg" + } + }, + "formatted_duration": { + "value": "9-15", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 351 + }, + "nordazepam": { + "name": "nordazepam", + "properties": { + "dose_to_diazepam": "Nordazepam - 10mg ~=10mg Diazepam.", + "summary": "Has all the normal benzodiazepine effects. Such as being an anti-convulsant, muscle relaxant, sedative effects, and anxiolytic. Active metabolite of Diazepam, Chlordiazepoxide, Clorazepate, among many others, which is where most of its effects come from. Has one of the longest lasting half-lifes in the class.", + "onset": "45-120 minutes.", + "duration": "10-20 hours.", + "after-effects": "1-120 hours.", + "dose": "Light: 2.5-5mg Common: 5-15mg Strong: 15-30mg+", + "aliases": [ + "nordaz", + "nordiazepam", + "desmethyldiazepam" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "avoid": "All other CNS depressants." + }, + "pretty_name": "Nordazepam", + "aliases": [ + "nordaz", + "nordiazepam", + "desmethyldiazepam" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "2.5-5mg", + "Common": "5-15mg", + "Strong": "15-30mg+" + } + }, + "formatted_duration": { + "value": "10-20", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-120", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-120", + "_unit": "hours" + }, + "id": 352 + }, + "2c-g": { + "name": "2c-g", + "properties": { + "summary": "Extremely rare drug of the 2C-X family. An extremely long lasting substance. Is nearly as potent as its amphetamine counter-part, Ganesha. Yet is said to have very little visual activity.", + "onset": "30-120 minutes.", + "duration": "15-35 hours (greatly dependant on dose)", + "dose": "Light: 20-25mg Common: 25-30mg Strong: 30mg+", + "warning": "Note this is a very long lasting compound that can be very hard on the body.", + "aliases": [ + "2cg" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "after-effects": "1-72 hours." + }, + "pretty_name": "2C-G", + "aliases": [ + "2cg" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "20-25mg", + "Common": "25-30mg", + "Strong": "30mg+" + } + }, + "formatted_duration": { + "value": "15-35", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-120", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "formatted_aftereffects": { + "value": "1-72", + "_unit": "hours" + }, + "id": 353 + }, + "db-mdbp": { + "name": "db-mdbp", + "properties": { + "summary": "Inactive.", + "categories": [ + "inactive" + ] + }, + "pretty_name": "DB-MDBP", + "categories": [ + "inactive" + ], + "id": 354 + }, + "bod": { + "name": "bod", + "properties": { + "summary": "Beta-methoxy analogue of 2C-D, seems to be more \"mild\" than the likes of 2C-X and DOX compounds. Is 50/50 whether the body load is barely there, or overpowering the experience.", + "duration": "8-14~ hours.", + "onset": "60-120 minutes", + "after-effects": "3-6 hours.", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "dose": "Threshold: 12-15mg's Light: 15-20mg Common: 20-30mg Heavy: 30-40mg+", + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "BOD", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Threshold": "12-15mg", + "Light": "15-20mg", + "Common": "20-30mg", + "Heavy": "30-40mg+" + } + }, + "formatted_duration": { + "value": "8-14", + "_unit": "hours" + }, + "formatted_onset": { + "value": "60-120", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_BOD.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal014.shtml" + }, + "formatted_aftereffects": { + "value": "3-6", + "_unit": "hours" + }, + "id": 355 + }, + "ethylcathinone": { + "name": "ethylcathinone", + "properties": { + "summary": "Ethylcathinone is a synthetic stimulant. It is similar to ecstasy in the sense that it provides euphoria, feelings of empathy and openness, and a desire to talk with others. It also carries over to some of the negative effects of ecstasy, such as insomnia, tightened jaw muscles, and grinding of the teeth.", + "dose": "Oral Threshold: 30-50mg Light: 50-80mg Common: 80-150mg Strong: 150-300mg+ | Insufflated Threshold: 5-20mg Light: 15-30mg Common: 35-70mg Strong: 75-100mg+", + "onset": "Oral: 15-60 minutes. | Insufflated: 5-15 minutes.", + "duration": "Oral: 2-5 hours | Insufflated: 1-2 hours.", + "after-effects": "Oral: 2-3 hours. | Insufflated: 30-90 minutes.", + "aliases": [ + "ethcathinone", + "e-cat", + "eth-cat" + ], + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "habit-forming" + ] + }, + "pretty_name": "Ethylcathinone", + "aliases": [ + "ethcathinone", + "e-cat", + "eth-cat" + ], + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Threshold": "30-50mg", + "Light": "50-80mg", + "Common": "80-150mg", + "Strong": "150-300mg+" + }, + "Insufflated": { + "Threshold": "5-20mg", + "Light": "15-30mg", + "Common": "35-70mg", + "Strong": "75-100mg+" + } + }, + "formatted_duration": { + "Oral": "2-5", + "Insufflated": "1-2", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-60", + "Insufflated": "5-15", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Ethylcathinone.shtml" + }, + "formatted_aftereffects": { + "Oral": "2-3", + "Insufflated": "30-90", + "_unit": "hours" + }, + "id": 356 + }, + "kanna": { + "name": "kanna", + "properties": { + "summary": "A South African plant containing numerous psychoactive alkaloids, including mesembrine and mesembrenone. The first written account of the substance was in 1662. The pharmacology of these compounds is poorly understood, but they are suspected to be serotonin uptake inhibitors and potentially monoamine releasers. Said to suppress appetite, produce mild euphoria and reduce anxiety.", + "onset": "Oral: 30-90 minutes. | Smoking: 1-2 minutes. | Insufflated: 5-10 minutes.", + "duration": "Oral 180-360 minutes. | Insufflated: 60-150 minutes. | Vapourized: 90-150 minutes", + "dose": "Oral Light: 250-500mg Common: 500-1000mg Strong: 1000-2000mg | Insufflated Light: 10-20mg Common: 20-50mg Strong: 50-150mg+ | Vapourized Light: 30-50mg Common: 50-100mg Strong: 100-250mg. | Note: We recommend against insufflating this substance, it is extremely painful and damaging to the nasal cavity.", + "avoid": "Other CNS depressants.", + "categories": [ + "habit-forming", + "depressant" + ], + "after-effects": "1-8 hours." + }, + "pretty_name": "Kanna", + "categories": [ + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "250-500mg", + "Common": "500-1000mg", + "Strong": "1000-2000mg" + }, + "Insufflated": { + "Light": "10-20mg", + "Common": "20-50mg", + "Strong": "50-150mg+" + }, + "Vapourized": { + "Light": "30-50mg", + "Common": "50-100mg", + "Strong": "100-250mg." + } + }, + "formatted_duration": { + "Oral": "180-360", + "Insufflated": "60-150", + "Vapourized": "90-150", + "_unit": "minutes" + }, + "formatted_onset": { + "Oral": "30-90", + "Smoking": "1-2", + "Insufflated": "5-10", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "dose_note": " Note: We recommend against insufflating this substance, it is extremely painful and damaging to the nasal cavity.", + "id": 357 + }, + "4-methylmethylphenidate": { + "name": "4-methylmethylphenidate", + "properties": { + "summary": "A stimulant drug related to methylphenidate and also known as 4-Me-TMP, it has demonstrated lower dopamine reuptake inhibition properties and is potentially less potent. Has been subjectively described as very similar in feel to MPH.", + "duration": "Oral: 4-6 hours | Insufflated: 2-5 hours", + "dose": "Oral Light: 25-40mg Common: 40-60mg Strong: 60-90mg Heavy: 90-125mg+ | Insufflated Light: 10-20mg Common: 20-45mg Strong: 45-70mg Heavy: 70mg+", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "onset": "Oral: 15-35 minutes. | Insufflated: 5-20 minutes.", + "aliases": [ + "4-mmph", + "4-me-tmp", + "4-metmp" + ], + "effects": "Euphoria, increased energy/alertness, decreased need for sleep, increased sociability, mood lift, increased sexuality, excessive talking, decreased appetite, weight loss, sweating, disturbed sleep patterns, bruxism, visual and auditory hallucinations, itchiness, aggressiveness, moodiness." + }, + "pretty_name": "4-Methylmethylphenidate", + "aliases": [ + "4-mmph", + "4-me-tmp", + "4-metmp" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "25-40mg", + "Common": "40-60mg", + "Strong": "60-90mg", + "Heavy": "90-125mg+" + }, + "Insufflated": { + "Light": "10-20mg", + "Common": "20-45mg", + "Strong": "45-70mg", + "Heavy": "70mg+" + } + }, + "formatted_duration": { + "Oral": "4-6", + "Insufflated": "2-5", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-35", + "Insufflated": "5-20", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "decreased need for sleep", + "increased sociability", + "mood lift", + "increased sexuality", + "excessive talking", + "decreased appetite", + "weight loss", + "sweating", + "disturbed sleep patterns", + "bruxism", + "visual and auditory hallucinations", + "itchiness", + "aggressiveness", + "moodiness", + "" + ], + "id": 358 + }, + "hexen": { + "name": "hexen", + "properties": { + "summary": "A cathinone based stimulant. Hexen (aka Ethyl-Hexedrone) acts as an NDRI to produce it's effects, and as with most cathinones has a fast onset and short duration. This drug has very little history of human consumption and next to no research/data, and therefor should be treated with caution as a research chemical.", + "categories": [ + "tentative", + "stimulant", + "habit-forming", + "research-chemical" + ], + "duration": "1-4 hours", + "dose": "Threshold: 5-15mg Light: 15-25mg Common: 25-40mg Strong: 40-50mg+", + "onset": "15-30 minutes.", + "effects": "Stimulation, Dehydration, Hypertension, Tachychardia, Increased alertness, Euphoria, Bruxism, Loss of Inhibition, Increase in energy", + "after-effects": "2-6 hours.", + "avoid": "Other stimulants. 2C-X compounds. All CNS depressants. Tramadol. DXM. MXE.", + "aliases": [ + "ethyl-hexedrone", + "n-ethylhexedrone", + "hex-en", + "n-ethyl-hexedrone" + ] + }, + "pretty_name": "Hexen", + "aliases": [ + "ethyl-hexedrone", + "n-ethylhexedrone", + "hex-en", + "n-ethyl-hexedrone" + ], + "categories": [ + "tentative", + "stimulant", + "habit-forming", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Threshold": "5-15mg", + "Light": "15-25mg", + "Common": "25-40mg", + "Strong": "40-50mg+" + } + }, + "formatted_duration": { + "value": "1-4", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-30", + "_unit": "minutes" + }, + "formatted_effects": [ + "Stimulation", + "Dehydration", + "Hypertension", + "Tachychardia", + "Increased alertness", + "Euphoria", + "Bruxism", + "Loss of Inhibition", + "Increase in energy" + ], + "formatted_aftereffects": { + "value": "2-6", + "_unit": "hours" + }, + "id": 359 + }, + "rti-111": { + "name": "rti-111", + "properties": { + "summary": "Stimulant of the Phenyltropane class that acts as a SNDRI. Presumably it will have a slightly slower onset and bit longer duration than its parent compound Cocaine. Yet being the Tropane analogue of 3,4-CTMP.", + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ], + "aliases": [ + "dichloropane" + ], + "dose": "Oral Light: 10-15mg Common: 15-30mg Strong: 30-50mg | Insufflated Light: 5-10mg Common: 10-20mg Strong: 20-40mg. | Note, this is not nice on the nose, and the duration between Oral and Insufflated are roughly around the same length.", + "duration": "Oral: 2-4 hours. | Insufflated: 2-4 hours.", + "onset": "Oral: 10-30 minutes. | Insufflated 5-15 minutes.", + "after-effects": "1-6 hours." + }, + "pretty_name": "RTI-111", + "aliases": [ + "dichloropane" + ], + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "10-15mg", + "Common": "15-30mg", + "Strong": "30-50mg" + }, + "Insufflated": { + "Light": "5-10mg", + "Common": "10-20mg", + "Strong": "20-40mg." + } + }, + "formatted_duration": { + "Oral": "2-4", + "Insufflated": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "10-30", + "Insufflated": "5-15", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "dose_note": " Note, this is not nice on the nose, and the duration between Oral and Insufflated are roughly around the same length.", + "id": 360 + }, + "methoxyacetyl-fentanyl": { + "name": "methoxyacetyl-fentanyl", + "properties": { + "summary": "A quite potent fentanyl analogue.", + "dose": "Light: 0.25-0.5mg Common: 0.5-1.5mg Strong: 1.5mg+", + "aliases": [ + "maf", + "desfluoroocfentanil" + ], + "duration": "Insufflated: 10-20 minutes.", + "onset": "Insufflated: 10-20 minutes.", + "after-effects": "1-4 hours.", + "categories": [ + "depressant", + "research-chemical", + "habit-forming", + "opioid" + ] + }, + "pretty_name": "METHOXYACETYL-FENTANYL", + "aliases": [ + "maf", + "desfluoroocfentanil" + ], + "categories": [ + "depressant", + "research-chemical", + "habit-forming", + "opioid" + ], + "formatted_dose": { + "Oral": { + "Light": "0.25-0.5mg", + "Common": "0.5-1.5mg", + "Strong": "1.5mg+" + } + }, + "formatted_duration": { + "Insufflated": "10-20", + "_unit": "minutes" + }, + "formatted_onset": { + "Insufflated": "10-20", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-4", + "_unit": "hours" + }, + "id": 361 + }, + "hexobarbital": { + "name": "hexobarbital", + "properties": { + "summary": "Is a barbiturate that was once used for inducing anesthesia for surgery. It has a very rapid onset, and a short duration of effects.", + "onset": "1-2 minutes.", + "duration": "30-45 minutes.", + "categories": [ + "barbiturate", + "depressant", + "habit-forming", + "tentative" + ], + "avoid": "All other CNS depressants.", + "after-effects": "1-4 hours.", + "dose": "Light: 10-15mg Common: 15-20mg Strong: 20-30mg | Note: Take this with a grain of salt maybe." + }, + "pretty_name": "Hexobarbital", + "categories": [ + "barbiturate", + "depressant", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Light:": { + "Light": "10-15mg", + "Common": "15-20mg", + "Strong": "20-30mg" + } + }, + "formatted_duration": { + "value": "30-45", + "_unit": "minutes" + }, + "formatted_onset": { + "value": "1-2", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-4", + "_unit": "hours" + }, + "dose_note": " Note: Take this with a grain of salt maybe.", + "id": 362 + }, + "2c-b-fly-nbome": { + "name": "2c-b-fly-nbome", + "properties": { + "dose": "Insufflated Threshold: 100-200ug | Note: More research needs to be done with this chemical. Stay safe.", + "onset": "Insufflated: 5-10 minutes.", + "aliases": [ + "2cbflynbome" + ], + "categories": [ + "tentative", + "psychedelic", + "empathogen", + "research-chemical" + ] + }, + "pretty_name": "2C-B-FLY-NBOMe", + "aliases": [ + "2cbflynbome" + ], + "categories": [ + "tentative", + "psychedelic", + "empathogen", + "research-chemical" + ], + "formatted_dose": { + "Insufflated": { + "Threshold": "100-200ug" + } + }, + "formatted_onset": { + "Insufflated": "5-10", + "_unit": "minutes" + }, + "dose_note": " Note: More research needs to be done with this chemical. Stay safe.", + "id": 363 + }, + "pentylone": { + "name": "pentylone", + "properties": { + "onset": "Oral: 20-40 minutes | Insufflated: 10 minutes", + "duration": "3-4 hours.", + "summary": "A stimulant, empathogen and substituted cathinone. It was first synthesised in the 1960s, and re-appeared on the research chemical scene in 2010. Still, very little is known about the pharmacology or effects of this compound.", + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "habit-forming" + ], + "aliases": [ + "4-meppp", + "bk-mbdp", + "bk-methyl-k" + ], + "dose": "Light: 10-20mg Common: 20-40mg Strong: 40-80mg+", + "after-effects": "1-6 hours." + }, + "pretty_name": "Pentylone", + "aliases": [ + "4-meppp", + "bk-mbdp", + "bk-methyl-k" + ], + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "10-20mg", + "Common": "20-40mg", + "Strong": "40-80mg+" + } + }, + "formatted_duration": { + "value": "3-4", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "20-40", + "Insufflated": "10", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 364 + }, + "2c-c": { + "name": "2c-c", + "properties": { + "dose": "Oral Light: 15-25mg Common: 25-35mg Strong: 35-55mg Insufflated/Plugged Light: 5-15mg Common: 15-25mg Strong: 25-30mg Heavy: 30-40mg+", + "duration": "4-8 hours", + "onset": "30-120 minutes", + "aliases": [ + "2cc" + ], + "summary": "A short-acting psychedelic research chemical of the 2c-x family. Often described as being less stimulating than the other 2c-x, and is a relatively unique psychedelic in this respect.", + "effects": "euphoria, giggling, empathy, insight, brightened color, closed/open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception of time, ego softening, nausea, sweating/chills, muscle tension, confusion, insomnia", + "categories": [ + "psychedelic", + "research-chemical" + ], + "after-effects": "1-12 hours.", + "test-kits": "Marquis: Yellow > Green Brown. | Mecke: Yellow Green > Brown. | Mandelin: Orange > Yellow. | Froehde: Yellow > Green. | Liebermann: Yellow > Black > Clear. | Simon's: Pink > Brown. | Ehrlich: No colour change." + }, + "pretty_name": "2C-C", + "aliases": [ + "2cc" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "5-15mg", + "Common": "15-25mg", + "Strong": "25-30mg", + "Heavy": "30-40mg+" + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-120", + "_unit": "minutes" + }, + "formatted_effects": [ + "euphoria", + "giggling", + "empathy", + "insight", + "brightened color", + "closed/open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception of time", + "ego softening", + "nausea", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_2CC.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal022.shtml" + }, + "pweffects": { + "8B Geometry - Exposure to inner mechanics of consciousness": "https://psychonautwiki.org/wiki/8B_Geometry_-_Exposure_to_inner_mechanics_of_consciousness", + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Bodily control enhancement": "https://psychonautwiki.org/wiki/Bodily_control_enhancement", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Empathy, love, and sociability enhancement": "https://psychonautwiki.org/wiki/Empathy,_love,_and_sociability_enhancement", + "External hallucinations": "https://psychonautwiki.org/wiki/External_hallucinations", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Machinescapes": "https://psychonautwiki.org/wiki/Machinescapes", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Mindfulness": "https://psychonautwiki.org/wiki/Mindfulness", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Temperature regulation suppression": "https://psychonautwiki.org/wiki/Temperature_regulation_suppression", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought connectivity": "https://psychonautwiki.org/wiki/Thought_connectivity", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Tracers": "https://psychonautwiki.org/wiki/Tracers", + "Transformations": "https://psychonautwiki.org/wiki/Transformations", + "Unity and interconnectedness": "https://psychonautwiki.org/wiki/Unity_and_interconnectedness", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 365 + }, + "cinolazepam": { + "name": "cinolazepam", + "properties": { + "dose": "Light: 10-30mg Common: 30-60mg Strong: 60-120mg+", + "aliases": [ + "geroderm" + ], + "summary": "A benzodiazepine derivative drug with anxiolytic effects but mainly hypnotic effects. It is extremely effective for sleep aid but has mild euphoria compared to other benzos", + "duration": "8-12 hours", + "categories": [ + "depressant", + "habit-forming" + ], + "after-effects": "12-20 hours", + "avoid": "Caution: Do not mix with alcohol or opioids/opiates, ambien or any CNS depressants in general. The combination can prove to be fatal and also increases likelihood of blacking out if you survive", + "onset": "30-90 minutes.", + "bioavailability": "Oral 90-100%" + }, + "pretty_name": "Cinolazepam", + "aliases": [ + "geroderm" + ], + "categories": [ + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "10-30mg", + "Common": "30-60mg", + "Strong": "60-120mg+" + } + }, + "formatted_duration": { + "value": "8-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-90", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "12-20", + "_unit": "hours" + }, + "id": 366 + }, + "estazolam": { + "name": "estazolam", + "properties": { + "summary": "A rarely prescribed medium-duration prescription benzodiazepine. Mainly used as a hypnotic, it can cause amnesia and lowered inhibitions in excess.", + "aliases": [ + "prosom", + "eurodin", + "elprazolam" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "dose": "Light: 0.5-1mg Common: 1-2mg Strong: 2-4mg+", + "onset": "30-60 minutes.", + "duration": "7-12 hours.", + "after-effects": "2-24 hours.", + "avoid": "All other CNS depressants.", + "bioavailability": "Oral 93%", + "dose_to_diazepam": "Estazolam - 1-2mg's ~=10mg Diazepam." + }, + "pretty_name": "Estazolam", + "aliases": [ + "prosom", + "eurodin", + "elprazolam" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "0.5-1mg", + "Common": "1-2mg", + "Strong": "2-4mg+" + } + }, + "formatted_duration": { + "value": "7-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "formatted_aftereffects": { + "value": "2-24", + "_unit": "hours" + }, + "id": 367 + }, + "alprazolam": { + "name": "alprazolam", + "properties": { + "summary": "An extremely common benzodiazepine better known as Xanax, frequently prescribed for the treatment of anxiety and panic disorders. Alprazolam is short-lasting and primarily anxiolytic, though also possesses hypnotic properties. At high doses amnesia and loss of inhibition are common. Do not mix with other depressants.", + "aliases": [ + "xanax", + "prazolam", + "ksalol", + "niravam" + ], + "avoid": "When taken for a long period of time, abrupt discontinuation is highly unadvised. Avoid combining other depressants such as Alcohol.", + "onset": "15-40 minutes", + "dose": "Oral Light: 0.25-0.5mg Common: 0.5-1.5mg Strong: 1.5-2mg Heavy: 2mg + | NOTE: Warning - higher doses increase the chances of blacking out", + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hiccups, Loss of time, Loss of motor skills.", + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant", + "common" + ], + "duration": "5-8 hours", + "after-effects": "6-24 hours", + "bioavailability": "Oral 80-90%", + "dose_to_diazepam": "Alprazolam - 0.5mg ~=10mg Diazepam." + }, + "pretty_name": "Alprazolam", + "aliases": [ + "xanax", + "prazolam", + "ksalol", + "niravam" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "0.25-0.5mg", + "Common": "0.5-1.5mg", + "Strong": "1.5-2mg", + "Heavy": "2mg" + } + }, + "formatted_duration": { + "value": "5-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-40", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hiccups", + "Loss of time", + "Loss of motor skills", + "" + ], + "pweffects": { + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Analysis suppression": "https://psychonautwiki.org/wiki/Analysis_suppression", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Emotion suppression": "https://psychonautwiki.org/wiki/Emotion_suppression", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Muscle relaxation": "https://psychonautwiki.org/wiki/Muscle_relaxation", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Seizure suppression": "https://psychonautwiki.org/wiki/Seizure_suppression", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration" + }, + "formatted_aftereffects": { + "value": "6-24", + "_unit": "hours" + }, + "dose_note": " NOTE: Warning - higher doses increase the chances of blacking out", + "sources": { + "_general": [ + "Role of dopaminergic and serotonergic systems on behavioral stimulatory effects of low-dose alprazolam and lorazepam. - https://www.ncbi.nlm.nih.gov/pubmed/11226811", + "tability of alprazolam, chloroquine phosphate, cisapride, enalapril maleate, and hydralazine hydrochloride in extemporaneously compounded oral liquids. - http://www.ncbi.nlm.nih.gov/pubmed/9784772", + "Alprazolam-related deaths in Palm Beach County. -http://www.ncbi.nlm.nih.gov/pubmed/15725773", + "Alprazolam kinetics following sublingual and oral administration. - http://www.ncbi.nlm.nih.gov/pubmed/3680603", + "A fatal case of Benzodiazepine withdrawal. - https://www.ncbi.nlm.nih.gov/pubmed/19465812", + "Pregnancy category D according to the FDA with potential to do genetic damage. - http://www.accessdata.fda.gov/drugsatfda_docs/label/2011/018276s044,021434s006lbl.pdf" + ] + }, + "id": 368 + }, + "midazolam": { + "name": "midazolam", + "properties": { + "summary": "A common hypnotic, sedative and anxiolytic benzodiazepine. High doses may cause amnesia and loss of inhibitions. Unusually, it is water soluble, and commonly used as a premedication for sedation as the solubility makes it better for IV use than other benzodiazepines.", + "onset": "oral 10-40 minutes | Insufflated: 1-5 minutes | Rectal: 15-25 minutes. | IV: 0-1 minutes | IM: 10-20 minutes.", + "duration": "4-8 hours.", + "dose": "Oral Low: 5-10mg's Common: 10-15mg's Strong: 15-30mg. | Insufflated Low: 3-7mg's Common: 7-15mg Strong: 15-25mg's. | Rectal Low: 3-7mg's Common: 7-15mg's Strong:15-25mg's | Intravenous Low: 2.5-5mg's Common: 5-10mg's Strong: 10-20mg's | Intramuscular Low: 3-5mg's Common: 5-12mg's Strong: 12-25mg's.", + "avoid": "All other CNS depressants.", + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "bioavailability": "Oral [variable - significant first-pass metabolism] | Insufflated 55% | Intramuscular 90%", + "after-effects": "1-12 hours.", + "bioavailability:": "Oral [Highly variable] | Insufflated 55% | Intramuscular 90%", + "dose_to_diazepam": "Midazolam - 10mg ~=10mg Diazepam." + }, + "pretty_name": "Midazolam", + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Low": "5-10mg", + "Common": "10-15mg", + "Strong": "15-30mg." + }, + "Insufflated": { + "Low": "3-7mg", + "Common": "7-15mg", + "Strong": "15-25mg" + }, + "Rectal": { + "Low": "3-7mg", + "Common": "7-15mg" + }, + "Intravenous": { + "Low": "2.5-5mg", + "Common": "5-10mg", + "Strong": "10-20mg" + }, + "Intramuscular": { + "Low": "3-5mg", + "Common": "5-12mg", + "Strong": "12-25mg" + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "oral": "10-40", + "Insufflated": "1-5", + "Rectal": "15-25", + "IV": "0-1", + "IM": "10-20", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "sources": { + "bioavailability": [ + "https://www.openanesthesia.org/midazolam_bioavailability_versus_route/" + ] + }, + "id": 369 + }, + "lsm-775": { + "name": "lsm-775", + "properties": { + "summary": "Psychedelic of the lysergamide class, less potent by weight and produces a rather mild, dreamy and even sedating trip compared to its bigger brother LSD.", + "dose": "Light: 0.5-0.75mg Common: 0.75-1mg Strong: 1-1.5mg Heavy: 1.5+mg.", + "duration": "8-13 hours", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "onset": "25-45 minutes", + "aliases": [ + "lsm" + ], + "after-effects": "1-16 hours." + }, + "pretty_name": "LSM-775", + "aliases": [ + "lsm" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "0.5-0.75mg", + "Common": "0.75-1mg", + "Strong": "1-1.5mg", + "Heavy": "1.5+mg." + } + }, + "formatted_duration": { + "value": "8-13", + "_unit": "hours" + }, + "formatted_onset": { + "value": "25-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-16", + "_unit": "hours" + }, + "id": 370 + }, + "25c-nboh": { + "name": "25c-nboh", + "properties": { + "dose": "Sublingual Threshold: 100-200ug Light: 300-600ug Common: 600-1400ug Heavy: 1400-2000ug+", + "onset": "20-40 minutes", + "summary": "A phenethylamine psychedelic and stimulant derivative of 2C-C, this compound is related and has similar effects to 25c-NBOMe. It is significantly more potent than 2C-C but less potent than 25c-NBOMe. Overdoses of NBOH compounds may cause dangerous vasoconstriction. May induce uncomfortable body load.", + "duration": "4-6 hours", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "after-effects": "1-10 hours.", + "avoid": "Other psychedelics, stimulants, and double dosing." + }, + "pretty_name": "25C-NBOH", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Sublingual": { + "Threshold": "100-200ug", + "Light": "300-600ug", + "Common": "600-1400ug", + "Heavy": "1400-2000ug+" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-40", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "formatted_aftereffects": { + "value": "1-10", + "_unit": "hours" + }, + "id": 371 + }, + "5-meo-dmt": { + "name": "5-meo-dmt", + "properties": { + "summary": "A powerful psychedelic tryptamine found in many species of plants and some toad venom, with a history of use by native South Americans spanning thousands of years. Has similar qualities to DMT and related tryptamines. Very potent. Orally active in combination with an MAOI.", + "dose": "Smoked Light: 2-5mg Common 5-10mg Strong: 10-20mg | Insufflated Light: 3-5mg Common: 5-10mg Strong: 8-15mg", + "onset": "Smoked: 0-1 minutes | Insufflated: 1-5 minutes", + "duration": "Smoked: 5-15 minutes | Insufflated: 15-45 minutes", + "aliases": [ + "5meodmt", + "toads", + "5-meo", + "5meo", + "5-medmt" + ], + "effects": "Smoked: short duration, powerful rushing of sensation, overwhelming fear, panic, experience of \"the void\", ego death", + "after-effects": "Smoked: 1-2 hours | Insufflated: 1-3 hours", + "categories": [ + "psychedelic", + "research-chemical" + ] + }, + "pretty_name": "5-MeO-DMT", + "aliases": [ + "5meodmt", + "toads", + "5-meo", + "5meo", + "5-medmt" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Smoked": { + "Light": "2-5mg", + "Strong": "10-20mg" + }, + "Insufflated": { + "Light": "3-5mg", + "Common": "5-10mg", + "Strong": "8-15mg" + } + }, + "formatted_duration": { + "Smoked": "5-15", + "Insufflated": "15-45", + "_unit": "minutes" + }, + "formatted_onset": { + "Smoked": "0-1", + "Insufflated": "1-5", + "_unit": "minutes" + }, + "formatted_effects": [ + "Smoked: short duration", + "powerful rushing of sensation", + "overwhelming fear", + "panic", + "experience of \"the void\"", + "ego death" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_5MeODMT.shtml", + "tihkal": "https://www.erowid.org/library/books_online/tihkal/tihkal38.shtml" + }, + "pweffects": { + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Bodily control enhancement": "https://psychonautwiki.org/wiki/Bodily_control_enhancement", + "Bodily pressures": "https://psychonautwiki.org/wiki/Bodily_pressures", + "Changes in gravity": "https://psychonautwiki.org/wiki/Changes_in_gravity", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Environmental orbism": "https://psychonautwiki.org/wiki/Environmental_orbism", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Mindfulness": "https://psychonautwiki.org/wiki/Mindfulness", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Perception of increased weight": "https://psychonautwiki.org/wiki/Perception_of_increased_weight", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Recursion": "https://psychonautwiki.org/wiki/Recursion", + "Skin flushing": "https://psychonautwiki.org/wiki/Skin_flushing", + "Subconscious communication": "https://psychonautwiki.org/wiki/Subconscious_communication", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Temperature regulation suppression": "https://psychonautwiki.org/wiki/Temperature_regulation_suppression", + "Thought connectivity": "https://psychonautwiki.org/wiki/Thought_connectivity", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Unity and interconnectedness": "https://psychonautwiki.org/wiki/Unity_and_interconnectedness", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "Smoked": "1-2", + "Insufflated": "1-3", + "_unit": "hours" + }, + "id": 372 + }, + "aminotadalafil": { + "name": "aminotadalafil", + "properties": { + "summary": "An analogue of tadafinil, better known as Cialis (Viagra). Infamous for being missold in the 'Alpha Male' sexual enhancement supplement.", + "dose": "Light: 5-10mg Common: 10-20mg Strong: 20-30mg", + "duration": "4-8 hours." + }, + "pretty_name": "Aminotadalafil", + "formatted_dose": { + "Oral": { + "Light": "5-10mg", + "Common": "10-20mg", + "Strong": "20-30mg" + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "id": 373 + }, + "troparil": { + "name": "troparil", + "properties": { + "summary": "A stimulant and dopamine reuptake inhibitor developed in the 1970s, it is frequently used in scientific research but has seen little usage outside of the lab. Similar effects to cocaine, though much longer and without any local anaesthetic action. Probably hard on the nose.", + "dose": "Low: 15-20mg Common: 20-30mg Strong: 30-60mg+", + "onset": "<10 minutes.", + "duration": "45-70 minutes.", + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ], + "after-effects": "1-2 hours." + }, + "pretty_name": "Troparil", + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Low": "15-20mg", + "Common": "20-30mg", + "Strong": "30-60mg+" + } + }, + "formatted_duration": { + "value": "45-70", + "_unit": "minutes" + }, + "formatted_onset": { + "value": "10", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-2", + "_unit": "hours" + }, + "id": 374 + }, + "allobarbital": { + "name": "allobarbital", + "properties": { + "summary": "Is a barbiturate that was first made in 1912. It was primilary used as an anticonvulsant. Yet it has pretty much been outclassed by a newer generation of safer ones. Still in use in Poland.", + "duration": "6-10 hours.", + "onset": "15-30 minutes.", + "categories": [ + "barbiturate", + "tentative", + "depressant", + "habit-forming" + ], + "avoid": "All other CNS depressants.", + "dose": "Light: 500-1000mg Common: 1000-1500mg Strong: 1500-2000mg+", + "after-effects": "1-12 hours" + }, + "pretty_name": "Allobarbital", + "categories": [ + "barbiturate", + "tentative", + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "500-1000mg", + "Common": "1000-1500mg", + "Strong": "1500-2000mg+" + } + }, + "formatted_duration": { + "value": "6-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 375 + }, + "g-130": { + "name": "g-130", + "properties": { + "summary": "Stimulant that is related to Phenmetrazine. Nearly no information on dose or effects.", + "categories": [ + "stimulant", + "tentative", + "research-chemical" + ] + }, + "pretty_name": "G-130", + "categories": [ + "stimulant", + "tentative", + "research-chemical" + ], + "id": 376 + }, + "cyclizine": { + "name": "cyclizine", + "properties": { + "summary": "First generation antihistamine and anticholinergic drug used to combat nausea and vomiting. Causes drowsiness. Like most antihistamines in high doses it induces delirium and vivid realistic hallucinations. Probably uncomfortable and not enjoyable.", + "side-effects": "drowsiness, dry mouth, headache, psychomotor impairment, urinary retention, blurred vision, dermatitis, and gastrointestinal disturbances", + "onset": "10-30 minutes.", + "duration": "Oral 4-8 hours.", + "after-effects": "14 - 16 hours", + "dose": "Common: 25-50mg's.", + "chemistry": "IUPAC: 1-benzhydryl-4-methyl-piperazine | Formula: C18H22N2 | Molecular Mass: 266.381 g/mol | Water Solubility: 1000 mg/L (25 °C)", + "pharmacodynamics": "H1 receptor inverse agonist; mACh receptor antagonist", + "categories": [ + "depressant" + ] + }, + "pretty_name": "Cyclizine", + "categories": [ + "depressant" + ], + "formatted_dose": { + "Oral": { + "Common": "25-50mg" + } + }, + "formatted_duration": { + "value": "Oral", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-30", + "_unit": "minutes" + }, + "formatted_effects": [ + "Side-effects: drowsiness", + "dry mouth", + "headache", + "psychomotor impairment", + "urinary retention", + "blurred vision", + "dermatitis", + "and gastrointestinal disturbances" + ], + "formatted_aftereffects": { + "value": "14", + "_unit": "hours" + }, + "dose_note": " NOTE: The provided dosages are intended for therapeutic use.", + "id": 377 + }, + "w-15": { + "name": "w-15", + "properties": { + "summary": "A potent opioid that is 5.4x more potent than Morphine. Has a distinct structure unrelated to nearly all other opioid compounds.", + "categories": [ + "opioid", + "research-chemical", + "habit-forming", + "tentative", + "depressant" + ], + "effects": "Euphoria, Dry Mouth, Mood lift, Itchiness, Relaxant, Constipation, Pupil constriction, Analgesia.", + "onset": "15-40 minutes.", + "dose": "Light: 2-5mg Common: 5-10mg Strong: 10-15mg+", + "duration": "4-6 hours.", + "avoid": "All other CNS depressants.", + "after-effects": "2-4 hours." + }, + "pretty_name": "W-15", + "categories": [ + "opioid", + "research-chemical", + "habit-forming", + "tentative", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "2-5mg", + "Common": "5-10mg", + "Strong": "10-15mg+" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-40", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "Dry Mouth", + "Mood lift", + "Itchiness", + "Relaxant", + "Constipation", + "Pupil constriction", + "Analgesia", + "" + ], + "formatted_aftereffects": { + "value": "2-4", + "_unit": "hours" + }, + "id": 378 + }, + "2c-b-an": { + "name": "2c-b-an", + "properties": { + "summary": "2C-B-AN is a novel prodrug for 2C-B.", + "categories": [ + "psychedelic", + "tentative", + "research-chemical" + ], + "dose": "Oral Light: 30-45mg Common: 45-70mg Strong: 70-100mg Heavy: 100+mg", + "duration": "5-9 hours", + "onset": "40-75 minutes", + "after-effects": "1-6 hours." + }, + "pretty_name": "2C-B-AN", + "categories": [ + "psychedelic", + "tentative", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "30-45mg", + "Common": "45-70mg", + "Strong": "70-100mg", + "Heavy": "100+mg" + } + }, + "formatted_duration": { + "value": "5-9", + "_unit": "hours" + }, + "formatted_onset": { + "value": "40-75", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 379 + }, + "25t-2-nbome": { + "name": "25t-2-nbome", + "properties": { + "dose": "Sublingual Light: 100-300ug Common: 300-600ug Strong: 600-1000ug.", + "duration": "6-10 hours.", + "after-effects": "2-10 hours.", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "onset": "30-45 minutes.", + "summary": "A potent serotonin receptor agonist at the 5-HT2a receptor that is of the NBOMe drug class. It is a hallucinogenic and psychedelic with limited recorded human use.", + "aliases": [ + "25t2-nbome" + ] + }, + "pretty_name": "25T-2-NBOMe", + "aliases": [ + "25t2-nbome" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Sublingual": { + "Light": "100-300ug", + "Common": "300-600ug", + "Strong": "600-1000ug." + } + }, + "formatted_duration": { + "value": "6-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "2-10", + "_unit": "hours" + }, + "id": 380 + }, + "bk-2c-b": { + "name": "bk-2c-b", + "properties": { + "dose": "Oral Threshold: 50-60mg Common: 80-100mg Strong: 100-150mg Heavy: 150mg+", + "onset": "20-70 minutes.", + "duration": "8-12 hours.", + "aliases": [ + "bk-2cb", + "bk-2-cb", + "b-k-2cb", + "b-k2cb", + "b-k2-cb", + "b-k2-c-b", + "b-k-2-c-b", + "bk2cb" + ], + "summary": "A long-acting psychedelic and empathogen with unpredictable effectiveness. Roughly double the duration of 2c-b. Inactivated by high pH.", + "categories": [ + "psychedelic", + "research-chemical", + "common" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "after-effects": "1-12 hours." + }, + "pretty_name": "βk-2C-B", + "aliases": [ + "bk-2cb", + "bk-2-cb", + "b-k-2cb", + "b-k2cb", + "b-k2-cb", + "b-k2-c-b", + "b-k-2-c-b", + "bk2cb" + ], + "categories": [ + "psychedelic", + "research-chemical", + "common" + ], + "formatted_dose": { + "Oral": { + "Threshold": "50-60mg", + "Common": "80-100mg", + "Strong": "100-150mg", + "Heavy": "150mg+" + } + }, + "formatted_duration": { + "value": "8-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-70", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_BK2CB.shtml" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "dose_note": " NOTE: These doses are tentative and may need further research.", + "id": 381 + }, + "pst": { + "name": "pst", + "properties": { + "summary": "Poppy Tea can be made from poppy pods, stalks and seeds, and contains various opium alkaloids including primarily Morphine, as well as Codeine and others. There is great variation in Poppy Tea potency and therefor doses are indicated for opioid naive users.", + "onset": "30-90 minutes.", + "duration": "Oral: 8-24 hours. | Note: Higher doses, usually will last around 18-24 hours. Yet, on the other side, lower doses last a fair bit shorter.", + "avoid": "All other CNS depressants.", + "aliases": [ + "poppy-seed-tea", + "poppy-tea" + ], + "note": "The doses of this are very inconsistent. Use with caution.", + "categories": [ + "opioid", + "depressant", + "habit-forming" + ], + "after-effects": "1-30 hours." + }, + "pretty_name": "PST", + "aliases": [ + "poppy-seed-tea", + "poppy-tea" + ], + "categories": [ + "opioid", + "depressant", + "habit-forming" + ], + "formatted_duration": { + "Oral": "8-24", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-90", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-30", + "_unit": "hours" + }, + "id": 382 + }, + "carisoprodol": { + "name": "carisoprodol", + "properties": { + "summary": "A skeletal muscle relaxant drug also known as Soma, carisoprodol has limited recreational value, however its main metabolite meprobamate has some moderate tranquilising properties. Sometimes found in concoctions with codeine or caffeine.", + "aliases": [ + "soma" + ], + "onset": "15-30 minutes", + "duration": "2-4 hours", + "dose": "Oral Threshold: 100mg's Light: 100-325mg's Common: 325-500mg's Strong: 500-750mg's | NOTE: Tolerance raises very fast", + "categories": [ + "depressant", + "habit-forming" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "after-effects": "1-3 hours." + }, + "pretty_name": "Carisoprodol", + "aliases": [ + "soma" + ], + "categories": [ + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Threshold": "100mg", + "Light": "100-325mg", + "Common": "325-500mg", + "Strong": "500-750mg" + } + }, + "formatted_duration": { + "value": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-30", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "formatted_aftereffects": { + "value": "1-3", + "_unit": "hours" + }, + "dose_note": " NOTE: Tolerance raises very fast", + "id": 383 + }, + "2c-t": { + "name": "2c-t", + "properties": { + "summary": "A very rare psychedelic phenylethylamine, that is quite lovely.", + "dose": "Light: 50-60mg Common: 60-90mg Strong: 90-120mg", + "onset": "25-60 minutes.", + "duration": "2-6 hours.", + "categories": [ + "psychedelic", + "empathogen", + "research-chemical", + "tentative" + ], + "aliases": [ + "2ct" + ], + "after-effects": "1-4 hours." + }, + "pretty_name": "2C-T", + "aliases": [ + "2ct" + ], + "categories": [ + "psychedelic", + "empathogen", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "50-60mg", + "Common": "60-90mg", + "Strong": "90-120mg" + } + }, + "formatted_duration": { + "value": "2-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "25-60", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-4", + "_unit": "hours" + }, + "id": 384 + }, + "quetiapine": { + "name": "quetiapine", + "properties": { + "summary": "An atypical antipsychotic medication under the brand name Seroquel. Also used to treat insomnia and mood swings. This drug is very sedating and can stop/slow down psychedelic drug trips. Infrequently abused.", + "after-effects": "Can last up to 24 hours after one use.", + "adverse-effects": "dizziness, fatigue, extrapyramidal symptoms, increased diastolic blood pressure, increased triglycerides, increased total cholesterol, increased appetite, constipation, dry mouth, headache, and somnolence", + "drug-contradictions": "apomorphine, bromocriptine, cabergoline, carbamazepine, cimetidine, clarithromycin, dabrafenib, dopamine, erythromycin, idelalisib, itraconazole, ivacaftor, ketoconazole, levodopa, lisuride, mefloquine, methyldopa, nefazodone, ondansetron, panobinostat, pramipexole, rifabutin, rifampin, ropinirole, sodium oxybate, st. john's wort, vilanterol, and vemurafenib", + "overdose-symptoms": "sedation, hypotension, tachycardia, cardiac arrhythmia, coma, and death", + "pharmacology": "D1, D2, D3, and D4 receptor antagonist; 5-HT1A receptor partial agonist; 5-HT2A, 5-HT2C, and 5-HT7 receptor antagonist; α1-adrenergic and α2-adrenergic receptor antagonist; H1 receptor antagonist; mACh receptor antagonist", + "aliases": [ + "seroquel" + ], + "categories": [ + "depressant" + ], + "dose": "Oral Light: 25mg-50mg Common: 50mg-150mg Strong: 150mg-300mg Heavy: 300mg-800mg", + "effects": "sedation, dizziness, fatigue, constipation, dry mouth, headache, appetite change, increased blood pressure", + "chemistry": "IUPAC: 2-(2-(4-dibenzo[b,f][1,4]thiazepin-11-yl-1-piperazinyl)ethoxy)ethanol | Formula: C21H25N3O2S | Molecular Mass: 383.5099 g/mol | Solubility in Water: 3.29 mg/mL (20 °C)", + "legal": "Australia: Prescription Only (S4) | United Kingdom: POM | United States: ?-only", + "onset": "Oral IR: 15-30 minutes. Oral XR: 30-60 minutes.", + "duration": "7-12 hours." + }, + "pretty_name": "Quetiapine", + "aliases": [ + "seroquel" + ], + "categories": [ + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "25mg-50mg", + "Common": "50mg-150mg", + "Strong": "150mg-300mg", + "Heavy": "300mg-800mg" + } + }, + "formatted_duration": { + "value": "7-12", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "IR", + "_unit": "minutes" + }, + "formatted_effects": [ + "sedation", + "dizziness", + "fatigue", + "constipation", + "dry mouth", + "headache", + "appetite change", + "increased blood pressure" + ], + "pweffects": { + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Analysis suppression": "https://psychonautwiki.org/wiki/Analysis_suppression", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Creativity suppression": "https://psychonautwiki.org/wiki/Creativity_suppression", + "Dehydration": "https://psychonautwiki.org/wiki/Dehydration", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Dream potentiation": "https://psychonautwiki.org/wiki/Dream_potentiation", + "Emotion suppression": "https://psychonautwiki.org/wiki/Emotion_suppression", + "Headaches": "https://psychonautwiki.org/wiki/Headaches", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Language suppression": "https://psychonautwiki.org/wiki/Language_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration" + }, + "formatted_aftereffects": { + "value": "Can", + "_unit": "hours" + }, + "id": 385 + }, + "met": { + "name": "met", + "properties": { + "summary": "A rare psychedelic tryptamine, related to DMT and DET. Little information exists about the effects or pharmacology of this drug.", + "aliases": [ + "methylethyltryptamine" + ], + "onset": "Oral: 60-90 minutes. | Insufflated: 10-15 minutes. | Smoked: 5-10 minutes.", + "duration": "Oral: 4-6 hours. | Insufflated: 2-3 hours. | Smoked: 0.5-1 hours.", + "dose": "Oral Light: 60-80mg Common: 80-120mg Strong: 120mg+ Insufflated Light: 10-15mg Common: 15-20mg Strong: 20-25mg+ Vaporized Light: 10-20mg Common: 20-25mg Strong: 25-30mg+", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "after-effects": "1-6 hours." + }, + "pretty_name": "MET", + "aliases": [ + "methylethyltryptamine" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "10-20mg", + "Common": "20-25mg", + "Strong": "25-30mg+" + } + }, + "formatted_duration": { + "Oral": "4-6", + "Insufflated": "2-3", + "Smoked": "0.5-1", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "60-90", + "Insufflated": "10-15", + "Smoked": "5-10", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_MET.shtml" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 386 + }, + "desmethylflunitrazepam": { + "name": "desmethylflunitrazepam", + "properties": { + "summary": "Benzodiazepine that is a metabolite of Flunitrazepam, and has been sold as a research chemical.", + "aliases": [ + "fonazepam", + "ro05-4435", + "norflunitrazepam" + ], + "duration": "5-10 hours.", + "onset": "30-60 minutes.", + "avoid": "All other CNS depressants.", + "after-effects": "2-12 hours.", + "dose": "Light: 0.5-1mg Common: 1-2mg Strong: 2-4mg+", + "categories": [ + "depressant", + "benzodiazepine", + "habit-forming", + "research-chemical" + ] + }, + "pretty_name": "Desmethylflunitrazepam", + "aliases": [ + "fonazepam", + "ro05-4435", + "norflunitrazepam" + ], + "categories": [ + "depressant", + "benzodiazepine", + "habit-forming", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "0.5-1mg", + "Common": "1-2mg", + "Strong": "2-4mg+" + } + }, + "formatted_duration": { + "value": "5-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-60", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "2-12", + "_unit": "hours" + }, + "id": 387 + }, + "2c-b-fly": { + "name": "2c-b-fly", + "properties": { + "summary": "Psychedelic phenethylamine that is the dihydrodifuran analog of 2C-B.", + "dose": "Oral Light: 5-10mg Common: 10-18mg Strong: 18-25mg Heavy: 25mg+", + "categories": [ + "psychedelic", + "research-chemical" + ], + "onset": "30-90 minutes.", + "duration": "6-12 hours", + "aliases": [ + "2cb-fly", + "2cbfly" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "after-effects": "1-24 hours.", + "test-kits": "Marquis: Yellow > Brown Green. | Mecke: Yellow > Brown Green. | Mandelin: Brown." + }, + "pretty_name": "2C-B-FLY", + "aliases": [ + "2cb-fly", + "2cbfly" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "5-10mg", + "Common": "10-18mg", + "Strong": "18-25mg", + "Heavy": "25mg+" + } + }, + "formatted_duration": { + "value": "6-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_2CBFly.shtml" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "id": 388 + }, + "2-me-dmt": { + "name": "2-me-dmt", + "properties": { + "duration": "3-8 hours", + "onset": "Oral: 60-90 minutes. | Insufflated: 15-40 minutes.", + "dose": "Oral Light: 30-50mg Common: 50-75mg Strong: 75-100mg", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "summary": "Also known as 2,N,N-TMT, this drug was first synthesised by Alexander Shulgin. Described as a very mild psychedelic of similar subjective effects to other tryptamines. Reported as having an unusual and unpredictable dose curve, it is recommended to start low with this drug.", + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "after-effects": "1-5 hours." + }, + "pretty_name": "2-Me-DMT", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "30-50mg", + "Common": "50-75mg", + "Strong": "75-100mg" + } + }, + "formatted_duration": { + "value": "3-8", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "60-90", + "Insufflated": "15-40", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_2MeDMT.shtml", + "tihkal": "https://www.erowid.org/library/books_online/tihkal/tihkal34.shtml" + }, + "formatted_aftereffects": { + "value": "1-5", + "_unit": "hours" + }, + "id": 389 + }, + "cyclo-methiodrone": { + "name": "cyclo-methiodrone", + "properties": { + "summary": "Empathogen with strong stimulant effects, very loosely related to benzylpiperidine.", + "categories": [ + "empathogen", + "stimulant", + "habit-forming", + "research-chemical", + "tentative" + ], + "dose": "Oral Light: 30-45mg Common: 45-65mg Strong: 65-90mg Heavy: 90+mg.", + "duration": "3-5 hours", + "onset": "25-45 minutes" + }, + "pretty_name": "Cyclo-Methiodrone", + "categories": [ + "empathogen", + "stimulant", + "habit-forming", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "30-45mg", + "Common": "45-65mg", + "Strong": "65-90mg", + "Heavy": "90+mg." + } + }, + "formatted_duration": { + "value": "3-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "25-45", + "_unit": "minutes" + }, + "id": 390 + }, + "mda": { + "name": "mda", + "properties": { + "dose": "Oral Light: 30-40mg Common: 40-80mg Strong: 80-120mg Heavy: 120mg+", + "duration": "2-5 hours", + "onset": "20-90 minutes", + "summary": "A stimulant and empathogen. Similar to MDMA but typically produces more visuals than MDMA. Known to be more neurotoxic than MDMA, and is a minor metabolite of MDMA. Duration and onset similar to MDMA. The common Marquis reagent test cannot differentiate MDA and MDMA.", + "marquis": "Black", + "categories": [ + "psychedelic", + "stimulant", + "empathogen", + "habit-forming", + "common" + ], + "after-effects": "1-12 hours." + }, + "pretty_name": "MDA", + "categories": [ + "psychedelic", + "stimulant", + "empathogen", + "habit-forming", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "30-40mg", + "Common": "40-80mg", + "Strong": "80-120mg", + "Heavy": "120mg+" + } + }, + "formatted_duration": { + "value": "2-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-90", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_MDA.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal100.shtml" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "sources": { + "_general": [ + "Synthesis of fluoro analogues of 3,4-(methylenedioxy)amphetamine (MDA) and its derivatives - http://www.ncbi.nlm.nih.gov/pubmed/17193269" + ] + }, + "id": 391 + }, + "pma": { + "name": "pma", + "properties": { + "warning": "A deadly neurotoxin found in some MDMA presses.", + "summary": "An empathogen with a slow onset and very strong serotonin release. This, combined with its lack of dopamine release, often leads users to dose more for the pleasurable effects which never come, leading to hospitalisations and deaths. Sometimes mis-sold as MDMA.", + "categories": [ + "stimulant", + "tentative" + ] + }, + "pretty_name": "PMA", + "categories": [ + "stimulant", + "tentative" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_PMA.shtml" + }, + "id": 392 + }, + "cyclobenzaprine": { + "name": "cyclobenzaprine", + "properties": { + "summary": "Muscle relaxant and CNS depressant used to relieve skeletal muscle spasms and associated pain in acute musculoskeletal conditions. Sometimes prescribed off-label for treatment of fibromyalgia or as a sleep aid. Has little recreational value alone, but may potentiate some opioids. May cause drowsiness, dry mouth and dizziness.", + "warning": "Do not mix with other CNS depressants, or within two weeks of a MAOI. ", + "onset": "15-45 minutes. ", + "duration": "6-12 hours", + "dose": "Light: 2-5mg Common: 5-10mg Strong: 10-15mg Heavy: 15mg+", + "categories": [ + "depressant", + "habit-forming", + "common" + ], + "aliases": [ + "flexeril", + "apo-cyclobenzaprin", + "fexmid", + "novo-cycloprine" + ], + "after-effects": "1-6 hours." + }, + "pretty_name": "Cyclobenzaprine", + "aliases": [ + "flexeril", + "apo-cyclobenzaprin", + "fexmid", + "novo-cycloprine" + ], + "categories": [ + "depressant", + "habit-forming", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "2-5mg", + "Common": "5-10mg", + "Strong": "10-15mg", + "Heavy": "15mg+" + } + }, + "formatted_duration": { + "value": "6-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 393 + }, + "propylhexedrine": { + "name": "propylhexedrine", + "properties": { + "summary": "A relatively common CNS stimulant sold over the counter in benzedrex inhalers.", + "aliases": [ + "benzedrex", + "propylhexadrine", + "hexahdromethamphetamine" + ], + "duration": "4-8 hours", + "avoid": "Other stimulants, it is known to raise heart rate much higher than what is safe.", + "dose": "Oral(Pure) Light: 10-20mg Common: 20-50mg Strong: 50mg+ | Insufflated(Pure) Light: 5-15mg Common: 15-30mg Strong: 30-50mg+ | Oral(Benzedrex) Light: 20-60mg Common: 60-125mg Strong: 125-250mg Heavy: 250mg+ | Insufflated (Benzedrex) Light: 10-30mg's Common: 30-75mg's Strong: 75-100mg+ | Note: Be aware of potency difference between pure HCl substance and cottons.", + "onset": "Oral: 5-15 minutes | Insufflated: 5-10 minutes.", + "categories": [ + "stimulant", + "habit-forming", + "common" + ], + "after-effects": "1-16 hours." + }, + "pretty_name": "Propylhexedrine", + "aliases": [ + "benzedrex", + "propylhexadrine", + "hexahdromethamphetamine" + ], + "categories": [ + "stimulant", + "habit-forming", + "common" + ], + "formatted_dose": { + "Oral(Pure)": { + "Light": "10-20mg", + "Common": "20-50mg", + "Strong": "50mg+" + }, + "Insufflated(Pure)": { + "Light": "5-15mg", + "Common": "15-30mg", + "Strong": "30-50mg+" + }, + "Oral(Benzedrex)": { + "Light": "20-60mg", + "Common": "60-125mg", + "Strong": "125-250mg", + "Heavy": "250mg+" + }, + "Insufflated": { + "Light": "10-30mg", + "Common": "30-75mg", + "Strong": "75-100mg+" + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "5-15", + "Insufflated": "5-10", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-16", + "_unit": "hours" + }, + "dose_note": " Note: Be aware of potency difference between pure HCl substance and cottons.", + "sources": { + "_general": [ + "A drug toxicity death involving propylhexedrine and mitragynine. - https://www.ncbi.nlm.nih.gov/pubmed/21219704", + "A drug toxicity death involving propylhexedrine and mitragynine - https://www.ncbi.nlm.nih.gov/pubmed/21219704" + ] + }, + "id": 394 + }, + "5-apdb": { + "name": "5-apdb", + "properties": { + "summary": "An entactogenic amphetamine stimulant with similar structure and effects to MDMA. An analogue of MDA, it is a highly selective serotonin releaser but inhibits reuptake of serotonin (weakly), dopamine and norepinephrine.", + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "empathogen", + "habit-forming" + ], + "onset": "20-60 minutes", + "duration": "4-8 hours", + "dose": "Oral Light: 50-75mg Common: 75-125mg Heavy: 125-200mg+", + "effects": "Euphoria, increased energy/alertness, Decreased need for sleep, Increased sociability, mood lift, increase sexuality, Excessive talking, Decreased appetite, Weight loss, Sweating, Distrubed sleep patterns, Bruxia, Visual and audiotory hallucinations itchiness, agressiveness, moodiness." + }, + "pretty_name": "5-APDB", + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "empathogen", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "50-75mg", + "Common": "75-125mg", + "Heavy": "125-200mg+" + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "Decreased need for sleep", + "Increased sociability", + "mood lift", + "increase sexuality", + "Excessive talking", + "Decreased appetite", + "Weight loss", + "Sweating", + "Distrubed sleep patterns", + "Bruxia", + "Visual and audiotory hallucinations itchiness", + "agressiveness", + "moodiness", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_5APDB.shtml" + }, + "id": 395 + }, + "mpa": { + "name": "mpa", + "properties": { + "summary": "An analogue of methamphetamine with effects close to amphetamine. Some users report negative side effects including stomach discomfort and sweating. Acts as a selective NDRI.", + "duration": "Oral: 4-6 hours | Insufflated 3-4 hours.", + "after-effects": "3-5 hours", + "dose": "Oral Threshold: 10mg Light: 20-40mg Common: 40-60mg Strong:60-80mg+ Insufflated Threshold: 5mg Light: 5-15mg Common: 20-40mg Strong: 40-60mg+", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "aliases": [ + "methiopropamine" + ], + "onset": "Oral: 30-60 minutes. | Insufflated: 15-30 minutes." + }, + "pretty_name": "MPA", + "aliases": [ + "methiopropamine" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Threshold": "5mg", + "Light": "5-15mg", + "Common": "20-40mg", + "Strong": "40-60mg+" + } + }, + "formatted_duration": { + "Oral": "4-6", + "Insufflated": "3-4", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "30-60", + "Insufflated": "15-30", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Methiopropamine.shtml" + }, + "pweffects": { + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Appetite suppression": "https://psychonautwiki.org/wiki/Appetite_suppression", + "Cognitive fatigue": "https://psychonautwiki.org/wiki/Cognitive_fatigue", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Depression": "https://psychonautwiki.org/wiki/Depression", + "Focus enhancement": "https://psychonautwiki.org/wiki/Focus_enhancement", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Increased perspiration": "https://psychonautwiki.org/wiki/Increased_perspiration", + "Irritability": "https://psychonautwiki.org/wiki/Irritability", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Teeth grinding": "https://psychonautwiki.org/wiki/Teeth_grinding", + "Temperature regulation suppression": "https://psychonautwiki.org/wiki/Temperature_regulation_suppression", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Thought organization": "https://psychonautwiki.org/wiki/Thought_organization", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "3-5", + "_unit": "hours" + }, + "id": 396 + }, + "2-pta": { + "name": "2-pta", + "properties": { + "summary": "4-Methylamphetamine with the alpha-methyl replaced by ketone. Very few reports. Also no information of the safety of this compound. As always treat with caution.", + "duration": "1-3 hours.", + "dose": "Oral Light: 10-20mg Common: 20-40mg Strong: 40-80mg Heavy: 80+mg.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "aliases": [ + "4-methyl-2-pa", + "2-(p-tolyl)acetamide" + ], + "onset": "10-25 minutes.", + "after-effects": "1-6 hours." + }, + "pretty_name": "2-PTA", + "aliases": [ + "4-methyl-2-pa", + "2-(p-tolyl)acetamide" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "10-20mg", + "Common": "20-40mg", + "Strong": "40-80mg", + "Heavy": "80+mg." + } + }, + "formatted_duration": { + "value": "1-3", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-25", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 397 + }, + "phenobarbital": { + "name": "phenobarbital", + "properties": { + "summary": "CNS depressant that is used mostly for insomnia (In older patients) and epliepsy (in younger patients) And it a very strong narcotic, that can be taken most ways. It's used less as \"safer\" alternatives have been made (Benzodiazepines).", + "aliases": [ + "pheno", + "phenobarbitone", + "luminal" + ], + "onset": "Oral: 15-45 minutes. | Intravenous: 1-5 minutes.", + "duration": "Oral: 5-8 hours. | Intravenous: 4-6 hours.", + "categories": [ + "depressant", + "habit-forming", + "barbiturate" + ], + "avoid": "All other CNS depressants.", + "after-effects": "1-24 hours.", + "dose": "Oral Light: 50-100mg's Common: 100-150mg's Strong: 150-300mg's+" + }, + "pretty_name": "Phenobarbital", + "aliases": [ + "pheno", + "phenobarbitone", + "luminal" + ], + "categories": [ + "depressant", + "habit-forming", + "barbiturate" + ], + "formatted_dose": { + "Oral": { + "Light": "50-100mg", + "Common": "100-150mg", + "Strong": "150-300mg" + } + }, + "formatted_duration": { + "Oral": "5-8", + "Intravenous": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-45", + "Intravenous": "1-5", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "id": 398 + }, + "3-fma": { + "name": "3-fma", + "properties": { + "summary": "Stimulant drug in the amphetamine family", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "effects": "Euphoria, increased energy/alertness, decreased need for sleep, increased sociability, mood lift, increased sexuality, excessive talking, decreased appetite, weight loss, sweating, disturbed sleep patterns, bruxism, visual and auditory hallucinations, itchiness, aggressiveness, moodiness.", + "aliases": [ + "3fma" + ], + "dose": "Oral Light: 5-15mg Common: 15-30mg Strong: 30-60mg+", + "onset": "20-40 minutes.", + "duration": "4-8 hours.", + "after-effects": "1-12 hours." + }, + "pretty_name": "3-FMA", + "aliases": [ + "3fma" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "5-15mg", + "Common": "15-30mg", + "Strong": "30-60mg+" + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-40", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "decreased need for sleep", + "increased sociability", + "mood lift", + "increased sexuality", + "excessive talking", + "decreased appetite", + "weight loss", + "sweating", + "disturbed sleep patterns", + "bruxism", + "visual and auditory hallucinations", + "itchiness", + "aggressiveness", + "moodiness", + "" + ], + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 399 + }, + "escaline": { + "name": "escaline", + "properties": { + "summary": "First synthesised in the 50s, this uncommon drug was reexamined by David Nichols in the 1990s. It is an analogue of mescaline which is roughly six times more potent, and is thus a powerful psychedelic phenethylamine. Subjective effects may include stimulation and hallucinations.", + "duration": "8-12 hours", + "after-effects": "3-5 hours", + "onset": "1.5-2 hours", + "categories": [ + "psychedelic", + "research-chemical" + ], + "dose": "Oral Threshold: 20-30mg Light: 30-45mg Common: 45-60mg Strong: 60mg+", + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "Escaline", + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Threshold": "20-30mg", + "Light": "30-45mg", + "Common": "45-60mg", + "Strong": "60mg+" + } + }, + "formatted_duration": { + "value": "8-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "1.5-2", + "_unit": "hours" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Escaline.shtml" + }, + "pweffects": { + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "After images": "https://psychonautwiki.org/wiki/After_images", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Bodily control enhancement": "https://psychonautwiki.org/wiki/Bodily_control_enhancement", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Déjà vu": "https://psychonautwiki.org/wiki/D%C3%A9j%C3%A0_vu", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "External hallucinations": "https://psychonautwiki.org/wiki/External_hallucinations", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Muscle spasms": "https://psychonautwiki.org/wiki/Muscle_spasms", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Symmetrical texture repetition": "https://psychonautwiki.org/wiki/Symmetrical_texture_repetition", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought disorganization": "https://psychonautwiki.org/wiki/Thought_disorganization", + "Thought loops": "https://psychonautwiki.org/wiki/Thought_loops", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Tracers": "https://psychonautwiki.org/wiki/Tracers", + "Transformations": "https://psychonautwiki.org/wiki/Transformations", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "3-5", + "_unit": "hours" + }, + "id": 400 + }, + "o-desmethyltramadol": { + "name": "o-desmethyltramadol", + "properties": { + "summary": "A opioid analgesic which is the main active metabolite of Tramadol. Alone, it is a few times more potent than Tramadol and has additional affinity for δ and κ-opioid receptors. Has proven popular when sold, but these occasions have been rare due to patent rights.", + "onset": "Oral: 20-40 minutes | Insufflated: 20 minutes.", + "dose": "Oral Light: 10-25mg Common: 25-50mg Strong: 50-100mg+ | NOTE: Insufflation considered extremely painful.", + "duration": "3-6 hours", + "categories": [ + "opioid", + "research-chemical", + "habit-forming", + "tentative", + "depressant" + ], + "aliases": [ + "odt", + "o-smt", + "o-dsmt" + ], + "avoid": "All other CNS depressants.", + "effects": "Euphoria, Dry Mouth, Mood lift, Itchiness, Relaxant, Constipation, Pupil constriction, Analgesia.", + "after-effects": "1-8 hours." + }, + "pretty_name": "O-Desmethyltramadol", + "aliases": [ + "odt", + "o-smt", + "o-dsmt" + ], + "categories": [ + "opioid", + "research-chemical", + "habit-forming", + "tentative", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "10-25mg", + "Common": "25-50mg", + "Strong": "50-100mg+" + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "20-40", + "Insufflated": "20", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "Dry Mouth", + "Mood lift", + "Itchiness", + "Relaxant", + "Constipation", + "Pupil constriction", + "Analgesia", + "" + ], + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "dose_note": " NOTE: Insufflation considered extremely painful.", + "id": 401 + }, + "5-meo-dipt": { + "name": "5-meo-dipt", + "properties": { + "aliases": [ + "foxy", + "foxy-methoxy", + "5meodipt" + ], + "summary": "5-methoxy-di isopropyl tryptamine, also known as 'foxy', a psychedelic tryptamine related to DMT, which distorts visual and audio perception. Reported to have a heavy body load at high doses, it behaves similarly to other drugs of its class.", + "dose": "Oral Threshold: 3mg Light: 5-10mg Common: 8-15mg Strong: 15-25mg+", + "onset": "20-40 minutes", + "duration": "4-8 hours", + "after-effects": "2-3 hours", + "categories": [ + "psychedelic", + "research-chemical", + "empathogen" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "5-MeO-DiPT", + "aliases": [ + "foxy", + "foxy-methoxy", + "5meodipt" + ], + "categories": [ + "psychedelic", + "research-chemical", + "empathogen" + ], + "formatted_dose": { + "Oral": { + "Threshold": "3mg", + "Light": "5-10mg", + "Common": "8-15mg", + "Strong": "15-25mg+" + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-40", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_5MeODiPT.shtml", + "tihkal": "https://www.erowid.org/library/books_online/tihkal/tihkal37.shtml" + }, + "formatted_aftereffects": { + "value": "2-3", + "_unit": "hours" + }, + "id": 402 + }, + "apap": { + "name": "apap", + "properties": { + "summary": "A common, over the counter, fever reducer and painkiller. It is mixed with many common opiates. Can cause liver damage and failure in higher doses. No recreational value.", + "aliases": [ + "acetaminophen", + "paracetamol", + "tylenol" + ], + "dose": "Pain-relief Common: 200-400mg | Fever Common: 300-500mg | NOTE: Maximum daily dose is 4g", + "categories": [ + "common" + ], + "onset": "60-60 minutes", + "duration": "4-6 hours", + "bioavailabity": "Oral: 70-90% | Rectal: 30-70%", + "after-effects": "1-2 hours." + }, + "pretty_name": "Paracetamol", + "aliases": [ + "acetaminophen", + "paracetamol", + "tylenol" + ], + "categories": [ + "common" + ], + "formatted_dose": { + "Pain-relief": { + "Common": "200-400mg" + }, + "Fever": { + "Common": "300-500mg" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "60-60", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Acetaminophen.shtml" + }, + "formatted_aftereffects": { + "value": "1-2", + "_unit": "hours" + }, + "dose_note": " NOTE: Maximum daily dose is 4g", + "sources": { + "dose": [ + "http://ceaccp.oxfordjournals.org/content/early/2013/10/10/bjaceaccp.mkt049.full" + ], + "duration": [ + "http://ceaccp.oxfordjournals.org/content/early/2013/10/10/bjaceaccp.mkt049.full" + ], + "_general": [] + }, + "id": 403 + }, + "4-fpp": { + "name": "4-fpp", + "properties": { + "summary": "A piperazine derivative that has been reported to have mild pyschedelic effects, and also empathogen qualities. It has been sold in many branded legal highs.", + "dose": "Light: 20-40mg Common: 40-80mg Strong: 80-150mg+", + "duration": "4-8 hours.", + "onset": "15-45 minutes.", + "categories": [ + "psychedelic", + "empathogen", + "tentative", + "stimulant" + ] + }, + "pretty_name": "4-FPP", + "categories": [ + "psychedelic", + "empathogen", + "tentative", + "stimulant" + ], + "formatted_dose": { + "Oral": { + "Light": "20-40mg", + "Common": "40-80mg", + "Strong": "80-150mg+" + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-45", + "_unit": "minutes" + }, + "id": 404 + }, + "1p-lsd": { + "name": "1p-lsd", + "properties": { + "duration": "8-12 hours", + "onset": "45-90 minutes.", + "dose": "Oral Light: 25-50ug Common: 50-125ug Strong: 125-200ug", + "summary": "An LSD analogue which appears to be slightly more potent with a shorter duration. Its effects are reported to be extremely similar to LSD, and thus far seems to be similarly safe. Released in late 2014, It has quickly become a highly popular research chemical due to its implicit legality, similarity to LSD and wide availability on the Internet.", + "after-effects": "6-24 hours", + "categories": [ + "psychedelic", + "research-chemical" + ], + "aliases": [ + "1plsd", + "1p" + ], + "test-kits": "Marquis: Slow Purple. | Mecke: Brown. | Mandelin: No colour change. | Froehde: No colour change. | Liebermann: No colour change. | Ehrlich's Reagent: No colour change. | Gallic Acid: Brown." + }, + "pretty_name": "1P-LSD", + "aliases": [ + "1plsd", + "1p" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "25-50ug", + "Common": "50-125ug", + "Strong": "125-200ug" + } + }, + "formatted_duration": { + "value": "8-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_1PLSD.shtml" + }, + "pweffects": { + "8A Geometry - Exposure to semantic concept network": "https://psychonautwiki.org/wiki/8A_Geometry_-_Exposure_to_semantic_concept_network", + "8B Geometry - Exposure to inner mechanics of consciousness": "https://psychonautwiki.org/wiki/8B_Geometry_-_Exposure_to_inner_mechanics_of_consciousness", + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Bodily control enhancement": "https://psychonautwiki.org/wiki/Bodily_control_enhancement", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Creativity enhancement": "https://psychonautwiki.org/wiki/Creativity_enhancement", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Depth perception distortions": "https://psychonautwiki.org/wiki/Depth_perception_distortions", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "External hallucinations": "https://psychonautwiki.org/wiki/External_hallucinations", + "Feelings of interdependent opposites": "https://psychonautwiki.org/wiki/Feelings_of_interdependent_opposites", + "Feelings of self-design": "https://psychonautwiki.org/wiki/Feelings_of_self-design", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Mindfulness": "https://psychonautwiki.org/wiki/Mindfulness", + "Muscle spasms": "https://psychonautwiki.org/wiki/Muscle_spasms", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Perspective distortions": "https://psychonautwiki.org/wiki/Perspective_distortions", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spirituality enhancement": "https://psychonautwiki.org/wiki/Spirituality_enhancement", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Symmetrical texture repetition": "https://psychonautwiki.org/wiki/Symmetrical_texture_repetition", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought disorganization": "https://psychonautwiki.org/wiki/Thought_disorganization", + "Thought loops": "https://psychonautwiki.org/wiki/Thought_loops", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Tracers": "https://psychonautwiki.org/wiki/Tracers", + "Transformations": "https://psychonautwiki.org/wiki/Transformations", + "Unity and interconnectedness": "https://psychonautwiki.org/wiki/Unity_and_interconnectedness", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "6-24", + "_unit": "hours" + }, + "id": 405 + }, + "hot-2": { + "name": "hot-2", + "properties": { + "summary": "A rather rare psychedelic phenylethylamine that is the hydroxylated version and prodrug for 2C-T-2.", + "onset": "20-40 minutes", + "dose": "Threshold: 8mg Light: 10-12mg Common: 12-15mg Strong: 15-20mg+", + "duration": "5-12 hours", + "avoid": "It will have some 2C-T-2 in it unless the synth went perfectly and went in your body quite fast, thus you will most likely have some 2C-T-2 in your concoction which might hold the same MAOI properties of 2C-T-7.", + "aliases": [ + "hot2" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "after-effects": "1-12 hours." + }, + "pretty_name": "HOT-2", + "aliases": [ + "hot2" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Threshold": "8mg", + "Light": "10-12mg", + "Common": "12-15mg", + "Strong": "15-20mg+" + } + }, + "formatted_duration": { + "value": "5-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-40", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_HOT2.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal087.shtml" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 406 + }, + "4-aco-dipt": { + "name": "4-aco-dipt", + "properties": { + "summary": "An uncommon psychedelic tryptamine with a short history of human use, also known as Ipracetin. Possibly first synthesised by Alexander Shulgin. Some reports of heavy nausea, with effects comparable to 2c-b and mushrooms.", + "duration": "2-5 hours.", + "dose": "Oral Threshold: 3-5mg Light: 5-10mg Common: 10-20mg Strong: 20-35mg | NOTE: The freebase salt form of 4-AcO-DiPT is 10% more potent than the HCl salt form. These dosages are provided for the freebase salt", + "onset": "20-90 minutes. (Dependant on form and stomach contents)", + "categories": [ + "psychedelic", + "research-chemical" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "aliases": [ + "4-acetoxy-dipt", + "4acodipt", + "ipracetin", + "iprocetyl", + "aces" + ], + "after-effects": "1-8 hours." + }, + "pretty_name": "4-AcO-DiPT", + "aliases": [ + "4-acetoxy-dipt", + "4acodipt", + "ipracetin", + "iprocetyl", + "aces" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Threshold": "3-5mg", + "Light": "5-10mg", + "Common": "10-20mg", + "Strong": "20-35mg" + } + }, + "formatted_duration": { + "value": "2-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_4AcODiPT.shtml" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "dose_note": " NOTE: The freebase salt form of 4-AcO-DiPT is 10% more potent than the HCl salt form. These dosages are provided for the freebase salt", + "id": 407 + }, + "4f-php": { + "name": "4f-php", + "properties": { + "summary": "4-Fluoro analogue of a-PHP, yet seems to have less mania attachted to it. Dose is near on par.", + "dose": "Insufflated Light: 5-15mg Common: 15-30mg Strong: 30-50mg+", + "onset": "Insufflated 5-10 minutes.", + "duration": "3-6 hours.", + "after-effects": "1-24 hours.", + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ] + }, + "pretty_name": "4F-PHP", + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ], + "formatted_dose": { + "Insufflated": { + "Light": "5-15mg", + "Common": "15-30mg", + "Strong": "30-50mg+" + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "Insufflated", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "id": 408 + }, + "gabapentin": { + "name": "gabapentin", + "properties": { + "summary": "An analogue of GABA also known as Neurontin, originally developed to treat epilepsy. Commonly prescribed for neuropathic pain, it also has pronounced anxiolytic effects leading to its use in treating anxiety disorders.", + "aliases": [ + "neurontin" + ], + "duration": "5-12 hours.", + "dose": "Oral Light: 300-600mg Common: 600-900mg Strong: 1200mg+", + "onset": "30-90 minutes", + "categories": [ + "depressant", + "habit-forming", + "depressant" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "after-effects": "1-6 hours." + }, + "pretty_name": "Gabapentin", + "aliases": [ + "neurontin" + ], + "categories": [ + "depressant", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "300-600mg", + "Common": "600-900mg", + "Strong": "1200mg+" + } + }, + "formatted_duration": { + "value": "5-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "pweffects": { + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Emotion suppression": "https://psychonautwiki.org/wiki/Emotion_suppression", + "Muscle relaxation": "https://psychonautwiki.org/wiki/Muscle_relaxation", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Seizure suppression": "https://psychonautwiki.org/wiki/Seizure_suppression", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 409 + }, + "2c-t-21": { + "name": "2c-t-21", + "properties": { + "onset": "15-40 minutes.", + "summary": "A rare psychedelic phenethylamine.", + "duration": "6-12 hours.", + "dose": "Threshold: 3mg Light: 3-5mg Common: 5-8mg Heavy: 8-12mg", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "avoid": "It is likely that this also has the MAO-A properties of the likes of 2c-t-7.", + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "after-effects": "2-12 hours.", + "test-kits": "Marquis: Fizzes Light Orange. | Mecke: Dark Purple. | Simon's: Greenish Blue." + }, + "pretty_name": "2C-T-21", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Threshold": "3mg", + "Light": "3-5mg", + "Common": "5-8mg", + "Heavy": "8-12mg" + } + }, + "formatted_duration": { + "value": "6-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-40", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_2CT21.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal049.shtml" + }, + "formatted_aftereffects": { + "value": "2-12", + "_unit": "hours" + }, + "id": 410 + }, + "acetildenafil": { + "name": "acetildenafil", + "properties": { + "dose": "Oral Light: 5-15mg's Common: 15-30mg's Strong: 30-40mg's.", + "summary": "An RC analogue of sildenafil (viagra) often missold as a hidden ingredient in many 'natural' sexual potency blends and supplements.", + "categories": [ + "research-chemical" + ], + "duration": "3-7 hours.", + "onset": "10-45 minutes." + }, + "pretty_name": "Acetildenafil", + "categories": [ + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "5-15mg", + "Common": "15-30mg", + "Strong": "30-40mg" + } + }, + "formatted_duration": { + "value": "3-7", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-45", + "_unit": "minutes" + }, + "id": 411 + }, + "phenazepam": { + "name": "phenazepam", + "properties": { + "summary": "A very long acting, potent and subtle benzodiazepine. Infamous for the calamitous experiences it tends to produce in people dosing unknown amounts. Prescribed in certain countries for epilepsy and alcohol withdrawal.", + "dose": "Light: 0.5-1mg Common: 1-2mg Heavy: 2-4mg WARNING Blacking out is very likely past 4mg's, don't tempt this one.", + "onset": "15-60 minutes", + "duration": "18+ hours", + "after-effects": "36+ hours", + "avoid": "All other CNS depressants.", + "categories": [ + "benzodiazepine", + "research-chemical", + "habit-forming", + "depressant" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "dose_to_diazepam": "Phenazepam - ~1mg ~=10mg Diazepam." + }, + "pretty_name": "Phenazepam", + "categories": [ + "benzodiazepine", + "research-chemical", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "0.5-1mg", + "Common": "1-2mg", + "Heavy": "2-4mg" + } + }, + "formatted_duration": { + "value": "18+", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "formatted_aftereffects": { + "value": "36+", + "_unit": "hours" + }, + "id": 412 + }, + "3,6-dmpm": { + "name": "3,6-dmpm", + "properties": { + "categories": [ + "stimulant", + "tentative", + "research-chemical" + ], + "summary": "Stimulant that is related to Phenmetrazine. Nearly no information on dose or effects." + }, + "pretty_name": "3,6-DMPM", + "categories": [ + "stimulant", + "tentative", + "research-chemical" + ], + "id": 413 + }, + "5f-pb-22": { + "name": "5f-pb-22", + "properties": { + "summary": "Synthetic cannabinoid, agonist of the cannabinoid receptors which has a strong sedating aspect. Being a synthetic cannabinoid it has a very fast onset.", + "dose": "Threshold: 1mg Light: 1-3mg Common: 3-5mg Strong: 5-8mg. | Note: As with all research chemicals, start with a low dose, and work your way up.", + "onset": "5-10 seconds.", + "duration": "60-90 minutes.", + "after-effects": "30-60 minutes.", + "categories": [ + "tentative", + "research-chemical", + "habit-forming" + ] + }, + "pretty_name": "5F-PB-22", + "categories": [ + "tentative", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Threshold:": { + "Threshold": "1mg", + "Light": "1-3mg", + "Common": "3-5mg", + "Strong": "5-8mg." + } + }, + "formatted_duration": { + "value": "60-90", + "_unit": "minutes" + }, + "formatted_onset": { + "value": "5-10" + }, + "formatted_aftereffects": { + "value": "30-60", + "_unit": "minutes" + }, + "dose_note": " Note: As with all research chemicals, start with a low dose, and work your way up.", + "id": 414 + }, + "temazepam": { + "name": "temazepam", + "properties": { + "dose": "Oral Light: 5-10mg's Common: 10-20mg Strong: 20-40mg+", + "summary": "Temazepam's brand name is Restoril. It is a hypnotic benzodiazepine with effects similar to clonazepam, frequently prescribed as a sleep aid. Some users report mild euphoria alongside the hypnotic effects.", + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "onset": "20-90 minutes", + "duration": "6-10 hours", + "after-effects": "6-12 hours", + "avoid": "All other CNS depressants.", + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "bioavailability": "Oral 96%", + "dose_to_diazepam": "Temazepam - 20mg ~=10mg Diazepam.", + "aliases": [ + "restoril" + ] + }, + "pretty_name": "Temazepam", + "aliases": [ + "restoril" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "5-10mg", + "Common": "10-20mg", + "Strong": "20-40mg+" + } + }, + "formatted_duration": { + "value": "6-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "formatted_aftereffects": { + "value": "6-12", + "_unit": "hours" + }, + "sources": { + "_general": [ + "Alcohol and benzodiazepines in fatal poisonings. - https://www.ncbi.nlm.nih.gov/pubmed/12170103" + ] + }, + "id": 415 + }, + "th-pvp": { + "name": "th-pvp", + "properties": { + "summary": "A pyrovalerone stimulant related to a-PVP and naphyrone. Very little information about effects or safety profile, virtually no evidence of human use.", + "dose": "Oral Light: 20-30mg Common: 30-50mg Strong: 50-70mg | Insufflated Light: 10-15mg Common: 15-25mg Strong: 25-35mg+ | Vapourized Light: 10-15mg Common: 15-25mg Strong: 25-35mg", + "onset": "Oral: 20-30 minutes. | Insufflated: 5-15 minutes. | Vapourized: 1-2 minutes.", + "duration": "Oral: 3-5 hours. | Insufflated: 2-3 hours. | Vapourized: 1 hour.", + "categories": [ + "tentative", + "research-chemical", + "stimulant", + "habit-forming" + ] + }, + "pretty_name": "TH-PVP", + "categories": [ + "tentative", + "research-chemical", + "stimulant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "20-30mg", + "Common": "30-50mg", + "Strong": "50-70mg" + }, + "Insufflated": { + "Light": "10-15mg", + "Common": "15-25mg", + "Strong": "25-35mg+" + }, + "Vapourized": { + "Light": "10-15mg", + "Common": "15-25mg", + "Strong": "25-35mg" + } + }, + "formatted_duration": { + "Oral": "3-5", + "Insufflated": "2-3", + "Vapourized": "1", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "20-30", + "Insufflated": "5-15", + "Vapourized": "1-2", + "_unit": "minutes" + }, + "id": 416 + }, + "rilmazafone": { + "name": "rilmazafone", + "properties": { + "summary": "Unique to Japan, this drug, also known as Rhythmy, is a benzodiazepine pro-drug which while inactive itself, is metabolised into the active compound in-vivo. Soluble in water.", + "onset": "30-60 minutes", + "duration": "6-8 hours. ", + "after-effects": "6-12 hours", + "dose": "Light: .5-1mg Common: 1-2mg Strong: 2-4mg+", + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia.", + "aliases": [ + "rhythmy" + ] + }, + "pretty_name": "Rilmazafone", + "aliases": [ + "rhythmy" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": ".5-1mg", + "Common": "1-2mg", + "Strong": "2-4mg+" + } + }, + "formatted_duration": { + "value": "6-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "" + ], + "formatted_aftereffects": { + "value": "6-12", + "_unit": "hours" + }, + "id": 417 + }, + "5-dbfpv": { + "name": "5-dbfpv", + "properties": { + "summary": "Stimulant of the cathinone class. Analogue of MDPV where the methylenedioxyphenyl group was replaced with a dihydrobenzofuran.", + "categories": [ + "tentative", + "stimulant", + "habit-forming", + "research-chemical" + ], + "dose": "Oral Threshold: 2-5mg Light: 5-15mg Common: 15-30mg Strong: 30-60mg.", + "onset": "Oral: 15-45 minutes. | Insufflated: 5-15 minutes.", + "after-effects": "4-12 hours." + }, + "pretty_name": "5-DBFPV", + "categories": [ + "tentative", + "stimulant", + "habit-forming", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Threshold": "2-5mg", + "Light": "5-15mg", + "Common": "15-30mg", + "Strong": "30-60mg." + } + }, + "formatted_onset": { + "Oral": "15-45", + "Insufflated": "5-15", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "4-12", + "_unit": "hours" + }, + "id": 418 + }, + "5-htp": { + "name": "5-htp", + "properties": { + "summary": "The precursor to serotonin. In some countries it is sold OTC as a supplement for mood stabilisation and insomnia. It is frequently used as a recovery supplement following the use of MDMA or any other drug that depletes serotonin. Do not mix this drug with anything serotonergic, as this can cause serotonin syndrome.", + "dose": "Therapeutic Common: 50-100mg | Sleep Common: 100-200mg | Recovery Common: 200-300mg | NOTE: Do not take this while on a serotonergic drug, only afterwards. Wait at least 12 hours following the last dose in the case of MDMA.", + "duration": "4-6 hours", + "onset": "30-60 minutes", + "effects": "sleep aid, antidepressant, appetite suppressant, nausea, mood stabilising", + "avoid": "Anything which interacts with serotonin. Including SSRIs, MAOIs, DXm, MDMA (during or before)", + "aliases": [ + "5htp", + "5-hydroxytryptophan", + "tryptophan", + "l-tryptophan", + "oxitriptan" + ], + "mdma": "5-HTP should only be taken at least 12 hours following an MDMA dose. Do not take it during or before MDMA - this can cause serotonin syndrome.", + "categories": [ + "common", + "supplement" + ] + }, + "pretty_name": "5-HTP", + "aliases": [ + "5htp", + "5-hydroxytryptophan", + "tryptophan", + "l-tryptophan", + "oxitriptan" + ], + "categories": [ + "common", + "supplement" + ], + "formatted_dose": { + "Therapeutic": { + "Common": "50-100mg" + }, + "Sleep": { + "Common": "100-200mg" + }, + "Recovery": { + "Common": "200-300mg" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "sleep aid", + "antidepressant", + "appetite suppressant", + "nausea", + "mood stabilising" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Tryptophan.shtml" + }, + "dose_note": " NOTE: Do not take this while on a serotonergic drug, only afterwards. Wait at least 12 hours following the last dose in the case of MDMA.", + "id": 419 + }, + "methedrone": { + "name": "methedrone", + "properties": { + "summary": "BK-PMMA Closely related to PMMA and others. Stimulant.", + "aliases": [ + "bk-pmma" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ] + }, + "pretty_name": "Methedrone", + "aliases": [ + "bk-pmma" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "id": 420 + }, + "huperzine-a": { + "name": "huperzine-a", + "properties": { + "summary": "A compound that is extracted from the herbs of Huperziceae family. Is known as an acetylcholinesterase inhibitor, which stops an enzyme from breaking down acetylcholine which results in increases in acetylcholine. Is currently in preliminary trials for Alzheimer's.", + "dose": "Insufflted Light: 50-75ug Common: 75-150ug Strong: 150ug-200ug. | Note: This substance is usually taken once a day, and is usually \"cycled\" off after 2-4 weeks. The optimal amount of time to break for in unknown as of yet. The doses are the same as for Oral.", + "onset": "Oral: 10-20 minutes. | Insufflated: 1-2 minutes.", + "duration": "Oral: 8-14 hours. | Insufflated: 6-12 hours.", + "aliases": [ + "h-a" + ], + "categories": [ + "nootropic", + "tentative" + ], + "after-effects": "1-14 hours.", + "avoid": "Anticholinergic drugs, which include many first generation antihistamines. Acetylcholinesterase inhibitors. Cholinergic drugs. As it may add to the negative side-effects." + }, + "pretty_name": "HUPERZINE-A", + "aliases": [ + "h-a" + ], + "categories": [ + "nootropic", + "tentative" + ], + "formatted_dose": { + "Insufflted": { + "Light": "50-75ug", + "Common": "75-150ug", + "Strong": "150ug-200ug." + } + }, + "formatted_duration": { + "Oral": "8-14", + "Insufflated": "6-12", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "10-20", + "Insufflated": "1-2", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-14", + "_unit": "hours" + }, + "dose_note": " Note: This substance is usually taken once a day, and is usually \"cycled\" off after 2-4 weeks. The optimal amount of time to break for in unknown as of yet. The doses are the same as for Oral.", + "id": 421 + }, + "propylphenidate": { + "name": "propylphenidate", + "properties": { + "dose": "Oral Light: 15-25mg Common: 25-60mg Strong: 60-100mg Heavy: 100mg+", + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ], + "summary": "Propylphenidate is a short acting stimulant.", + "duration": "1.5-3 hours.", + "onset": "15-25 minutes.", + "aliases": [ + "pph" + ], + "after-effects": "1-8 hours." + }, + "pretty_name": "Propylphenidate", + "aliases": [ + "pph" + ], + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "15-25mg", + "Common": "25-60mg", + "Strong": "60-100mg", + "Heavy": "100mg+" + } + }, + "formatted_duration": { + "value": "1.5-3", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-25", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 422 + }, + "piracetam": { + "name": "piracetam", + "properties": { + "summary": "A racetam nootropic claimed by many to have cognitive benefits however this has never been strongly supported in healthy individuals. Prescribed in the UK as a treatment for myoclonus. Potentially an ampakine. One of the first popular 'nootropics.'", + "dose": "Common: 1200-4800mg | Note: Doses are normally split up to be taken 3x a day.", + "onset": "15-35 minutes.", + "categories": [ + "nootropic" + ], + "duration": "3-6 hours.", + "after-effects": "1-6 hours.", + "aliases": [ + "nootropil", + "lucetam", + "noostan", + "breinox", + "oikamid", + "geratam", + "biotropil" + ] + }, + "pretty_name": "Piracetam", + "aliases": [ + "nootropil", + "lucetam", + "noostan", + "breinox", + "oikamid", + "geratam", + "biotropil" + ], + "categories": [ + "nootropic" + ], + "formatted_dose": { + "Common:": { + "Common": "1200-4800mg" + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-35", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Piracetam.shtml" + }, + "pweffects": { + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Dream potentiation": "https://psychonautwiki.org/wiki/Dream_potentiation", + "Focus enhancement": "https://psychonautwiki.org/wiki/Focus_enhancement", + "Headaches": "https://psychonautwiki.org/wiki/Headaches", + "Irritability": "https://psychonautwiki.org/wiki/Irritability", + "Memory enhancement": "https://psychonautwiki.org/wiki/Memory_enhancement", + "Mindfulness": "https://psychonautwiki.org/wiki/Mindfulness", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Muscle spasms": "https://psychonautwiki.org/wiki/Muscle_spasms", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Thought connectivity": "https://psychonautwiki.org/wiki/Thought_connectivity", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "dose_note": " Note: Doses are normally split up to be taken 3x a day.", + "id": 423 + }, + "mdpv": { + "name": "mdpv", + "properties": { + "summary": "MDPV is a potent, and extremely compulsive synthetic euphoric stimulant, which shares some empathogenic effects with MDMA. Has a reputation for causing psychosis. MDPV has been found in products sold as \"bath salts\", \"plant food/fertilizer\", and in some \"ecstasy.\"", + "dose": "Insufflated Threshold: 1-3mg Light: 2-5mg Common: 5-11mg Strong: 10-20mg | Oral Threshold: 2-6mg Light: 4-10mg Common: 8-15mg Strong: 12-25mg | Rectal Threshold: 1-5mg Light: 3-8mg Common: 6-12mg Strong: 10-25mg", + "aliases": [ + "bath_salts" + ], + "duration": "Oral: 2-7 hours | Insufflated: 2-4 hours", + "onset": "Oral: 15-30 minutes | Insufflated: 5-20 minutes", + "after-effects": "2-48 hours", + "effects": "stimulation (mental and physical), euphoria, increased mental clarity, elevated heart rate, headache, confusion, paranoia, loss of apetite, muscle tension", + "marquis": "Yellow", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ] + }, + "pretty_name": "MDPV", + "aliases": [ + "bath_salts" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Insufflated": { + "Threshold": "1-3mg", + "Light": "2-5mg", + "Common": "5-11mg", + "Strong": "10-20mg" + }, + "Oral": { + "Threshold": "2-6mg", + "Light": "4-10mg", + "Common": "8-15mg", + "Strong": "12-25mg" + }, + "Rectal": { + "Threshold": "1-5mg", + "Light": "3-8mg", + "Common": "6-12mg", + "Strong": "10-25mg" + } + }, + "formatted_duration": { + "Oral": "2-7", + "Insufflated": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-30", + "Insufflated": "5-20", + "_unit": "minutes" + }, + "formatted_effects": [ + "stimulation (mental and physical)", + "euphoria", + "increased mental clarity", + "elevated heart rate", + "headache", + "confusion", + "paranoia", + "loss of apetite", + "muscle tension" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_MDPV.shtml" + }, + "formatted_aftereffects": { + "value": "2-48", + "_unit": "hours" + }, + "sources": { + "_general": [ + "Effect of synthetic cathinones: mephedrone, butylone and 3,4 methylene-dioxypyrovalerone (MDPV) on social separation induced distress vocalization,.. - http://www.ncbi.nlm.nih.gov/pubmed/25107736" + ] + }, + "id": 424 + }, + "2-mmc": { + "name": "2-mmc", + "properties": { + "summary": "A cathinone, yet the effects are noted more of the likes of 2-FA or amphetamine. Which apparently left people dissapointed.", + "dose": "Oral Light: 20-50mg Common: 50-100mg Strong: 100-135mg. | Insufflated Light: 5-15mg Common: 15-40mg Strong: 40-80mg.", + "onset": "Oral: 15-45 minutes. | Insufflated: 2-15 minutes.", + "duration": "Oral: 3-5 hours. | Insufflated: 2-4 hours.", + "after-effects": "Oral: 2-8 hours. | Insufflated: 2-4 hours.", + "categories": [ + "stimulant", + "habit-forming", + "tentative", + "research-chemical" + ] + }, + "pretty_name": "2-MMC", + "categories": [ + "stimulant", + "habit-forming", + "tentative", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "20-50mg", + "Common": "50-100mg", + "Strong": "100-135mg." + }, + "Insufflated": { + "Light": "5-15mg", + "Common": "15-40mg", + "Strong": "40-80mg." + } + }, + "formatted_duration": { + "Oral": "3-5", + "Insufflated": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-45", + "Insufflated": "2-15", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "Oral": "2-8", + "Insufflated": "2-4", + "_unit": "hours" + }, + "id": 425 + }, + "flubromazolam": { + "name": "flubromazolam", + "properties": { + "dose": "Oral Threshold: 80ug Light: 100-200ug Common: 200-400ug Strong: 400-600ug+ | NOTE: These doses are tentative and may need further research.", + "summary": "A very potent benzodiazepine derivative that is related to Triazolam and Pyrazolam. Popular in the research chemical scene, it is a potent sedative, hypnotic and anxiolytic. Potential for amnesia and reduced inhibitions in higher dose. Not to be confused with Flubromazepam, which is much less potent and has a much longer half-life.", + "onset": "20-45 minutes.", + "duration": "6-12 hours", + "after-effects": "6-24 hours", + "avoid": "All other CNS depressants.", + "categories": [ + "benzodiazepine", + "research-chemical", + "habit-forming", + "depressant" + ], + "aliases": [ + "f-lam", + "flam" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "dose_to_diazepam": "Flubromazolam - 0.25mg ~=10mg Diazepam." + }, + "pretty_name": "Flubromazolam", + "aliases": [ + "f-lam", + "flam" + ], + "categories": [ + "benzodiazepine", + "research-chemical", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Threshold": "80ug", + "Light": "100-200ug", + "Common": "200-400ug", + "Strong": "400-600ug+" + } + }, + "formatted_duration": { + "value": "6-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-45", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Flubromazolam.shtml" + }, + "pweffects": { + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Analysis suppression": "https://psychonautwiki.org/wiki/Analysis_suppression", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Emotion suppression": "https://psychonautwiki.org/wiki/Emotion_suppression", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Muscle relaxation": "https://psychonautwiki.org/wiki/Muscle_relaxation", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration" + }, + "formatted_aftereffects": { + "value": "6-24", + "_unit": "hours" + }, + "dose_note": " NOTE: These doses are tentative and may need further research.", + "id": 426 + }, + "thiopental": { + "name": "thiopental", + "properties": { + "summary": "Barbiturate that kicks in very quickly, that is used to Anesthesia, Medical induced comas among other things.", + "onset": "Intravenous: 0-2 minutes.", + "duration": "Intravenous: 6-10 hours.", + "categories": [ + "barbiturate", + "habit-forming", + "depressant" + ], + "avoid": "All other CNS depressants.", + "after-effects": "1-24 hours." + }, + "pretty_name": "Thiopental", + "categories": [ + "barbiturate", + "habit-forming", + "depressant" + ], + "formatted_duration": { + "Intravenous": "6-10", + "_unit": "hours" + }, + "formatted_onset": { + "Intravenous": "0-2", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "id": 427 + }, + "ethketamine": { + "name": "ethketamine", + "properties": { + "summary": "Ethketamine is a research chemical with properties similar to ketamine. While ketamine is a dissociative anesthetic producing hallucinogenic and sedative effects, recreational users have reported euphoria and dissociation when using NENK.", + "aliases": [ + "n-ethyl-norketamine", + "nek", + "n-ethylnorketamine" + ], + "duration": "Oral: 2-4 hours | Insufflated: 1-3 hours.", + "onset": "Oral: 15-30 minutes. | Insufflated: 5-15 minutes.", + "categories": [ + "dissociative", + "research-chemical", + "habit-forming" + ], + "dose": "Light: 15-40mg Common: 40-90mg Strong: 90-160mg.", + "after-effects": "Oral: 1-3 hours. | Insufflated 1-2 hours." + }, + "pretty_name": "Ethketamine", + "aliases": [ + "n-ethyl-norketamine", + "nek", + "n-ethylnorketamine" + ], + "categories": [ + "dissociative", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "15-40mg", + "Common": "40-90mg", + "Strong": "90-160mg." + } + }, + "formatted_duration": { + "Oral": "2-4", + "Insufflated": "1-3", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-30", + "Insufflated": "5-15", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "Oral": "1-3", + "Insufflated": "1-2", + "_unit": "hours" + }, + "id": 428 + }, + "viloxazine": { + "name": "viloxazine", + "properties": { + "summary": "NRI that was used as an antidepressant in some European countries, and had a pronouced stimulant effect similar to amphetamines without any signs of dependence. Withdrawn in the early 2000s.", + "duration": "3-6 hours.", + "onset": "15-30 minutes.", + "categories": [ + "stimulant", + "tentative" + ], + "dose": "Light: 50-75mg Common: 75-150mg Strong: 150mg+" + }, + "pretty_name": "Viloxazine", + "categories": [ + "stimulant", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "50-75mg", + "Common": "75-150mg", + "Strong": "150mg+" + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-30", + "_unit": "minutes" + }, + "id": 429 + }, + "proscaline": { + "name": "proscaline", + "properties": { + "duration": "6-12 hours.", + "onset": "30-60 minutes", + "summary": "A very uncommon psychedelic stimulant and phenethylamine and analogue on mescaline with similar effects. Roughly 5-7 times more potent than mescaline by weight.", + "dose": "Oral Threshold: 15mg's Light: 15-30mg's Common: 30-40mg's Strong: 40-60mg's", + "after-effects": "3-5 hours.", + "categories": [ + "psychedelic", + "research-chemical" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "Proscaline", + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Threshold": "15mg", + "Light": "15-30mg", + "Common": "30-40mg", + "Strong": "40-60mg" + } + }, + "formatted_duration": { + "value": "6-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "formatted_aftereffects": { + "value": "3-5", + "_unit": "hours" + }, + "id": 430 + }, + "5-meo-nipt": { + "name": "5-meo-nipt", + "properties": { + "summary": "A little known and little studied tryptamine and analogue of NiPT, also related to DiPT and DET. Psychedelic, that is generally regarded as not worth the time.", + "dose": "Threshold: 2-4mg Common: 4-8mg Common: 8-15mg Strong: 15-25mg", + "onset": "30-60 minutes.", + "duration": "4-6 hours.", + "categories": [ + "psychedelic", + "tentative", + "research-chemical" + ], + "aliases": [ + "5meonipt" + ], + "after-effects": "1-16 hours." + }, + "pretty_name": "5-MeO-NIPT", + "aliases": [ + "5meonipt" + ], + "categories": [ + "psychedelic", + "tentative", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Threshold": "2-4mg", + "Common": "8-15mg", + "Strong": "15-25mg" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-60", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-16", + "_unit": "hours" + }, + "id": 431 + }, + "mbdb": { + "name": "mbdb", + "properties": { + "summary": "A rare entactogenic drug and analogue of MDMA possibly first synthesised by David Nichols. Potentially less potent than related drugs of its type. Sometimes referred to as a 'watered down MDMA.'", + "duration": "3-8 hours", + "dose": "Light: 150-180mg Common: 180-210mg Strong: 210-250mg+", + "onset": "30-120 minutes.", + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "empathogen", + "habit-forming" + ], + "after-effects": "1-12 hours.", + "aliases": [ + "eden", + "methyl-j" + ] + }, + "pretty_name": "MBDB", + "aliases": [ + "eden", + "methyl-j" + ], + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "empathogen", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "150-180mg", + "Common": "180-210mg", + "Strong": "210-250mg+" + } + }, + "formatted_duration": { + "value": "3-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-120", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_MBDB.shtml" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 432 + }, + "tolibut": { + "name": "tolibut", + "properties": { + "summary": "Analogue of GABA, and the 4-methyl analogue of Phenibut. Has similar effects, acts on GABA(B).", + "categories": [ + "depressant", + "habit-forming", + "research-chemical", + "tentative" + ] + }, + "pretty_name": "Tolibut", + "categories": [ + "depressant", + "habit-forming", + "research-chemical", + "tentative" + ], + "id": 433 + }, + "4-epd": { + "name": "4-epd", + "properties": { + "onset": "Insufflated: 10-30 minutes.", + "duration": "1-3 hours.", + "summary": "An obscure analogue of Pentedrone, which means very little information on this chemical. It is likely is shares the same general effects of the other Pentedrone family.", + "after-effects": "1-6 hours.", + "categories": [ + "stimulant", + "habit-forming", + "tentative" + ], + "dose": "Insufflated Light: 10-20mg Common: 20-30mg Strong: 30-50mg's.", + "aliases": [ + "4-ethylpentedrone" + ] + }, + "pretty_name": "4-EPD", + "aliases": [ + "4-ethylpentedrone" + ], + "categories": [ + "stimulant", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Insufflated": { + "Light": "10-20mg", + "Common": "20-30mg", + "Strong": "30-50mg" + } + }, + "formatted_duration": { + "value": "1-3", + "_unit": "hours" + }, + "formatted_onset": { + "Insufflated": "10-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 434 + }, + "lsz": { + "name": "lsz", + "properties": { + "dose": "Threshold: 80ug Light: 100-150ug Common: 150-300ug Heavy: 300ug+", + "duration": "7-10 hours", + "onset": "90-120 minutes.", + "summary": "A lysergamide very similar to LSD usually distinguishable only by its shorter duration, though some subjective reports have noted it may be slightly more introspective and slightly less confusing.", + "after-effects": "1-24 hours.", + "categories": [ + "psychedelic", + "research-chemical" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "LSZ", + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Threshold": "80ug", + "Light": "100-150ug", + "Common": "150-300ug", + "Heavy": "300ug+" + } + }, + "formatted_duration": { + "value": "7-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "90-120", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_LSZ.shtml" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "id": 435 + }, + "aleph": { + "name": "aleph", + "properties": { + "summary": "The first sulphur-containing Phenethylamine to have been evaluated for CNS activity for Stimulant or Psychedelic purposes.", + "dose": "Oral Light: 2-4mg Common: 4-6mg Strong: 6-12mg.", + "duration": "5-10 hours.", + "onset": "30-90 minutes.", + "after-effects": "1-24 hours.", + "avoid": "All other drugs as this is a one of kind.", + "aliases": [ + "dot", + "para-dot" + ], + "categories": [ + "psychedelic", + "empathogen", + "research-chemical", + "tentative" + ] + }, + "pretty_name": "Aleph", + "aliases": [ + "dot", + "para-dot" + ], + "categories": [ + "psychedelic", + "empathogen", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "2-4mg", + "Common": "4-6mg", + "Strong": "6-12mg." + } + }, + "formatted_duration": { + "value": "5-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-90", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "id": 436 + }, + "3-meo-pcmo": { + "name": "3-meo-pcmo", + "properties": { + "dose": "Oral Light: 50-80mg Common: 80-125mg Strong: 125-150mg+", + "duration": "3-5 hours.", + "onset": "30-60 minutes.", + "avoid": "All other CNS depressants.", + "categories": [ + "dissociative", + "research-chemical", + "tentative" + ], + "summary": "A less common dissociative anaesthetic compound related to PCP. An analogue of 3-meo-pcp, but far less potent. Possibly an antitussive and antidepressant. Very little history of human use or pharmacological information.", + "after-effects": "2-8 hours." + }, + "pretty_name": "3-MeO-PCMO", + "categories": [ + "dissociative", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "50-80mg", + "Common": "80-125mg", + "Strong": "125-150mg+" + } + }, + "formatted_duration": { + "value": "3-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-60", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_3MeOPCMo.shtml" + }, + "formatted_aftereffects": { + "value": "2-8", + "_unit": "hours" + }, + "id": 437 + }, + "2-methylamphetamine": { + "name": "2-methylamphetamine", + "properties": { + "summary": "Also known as Ortetamine, this rarely seen amphetamine is approximately 1/10th as potent as dextroamphetamine. Little information exists regarding its safety or effects.", + "dose": "Insufflated Light: 10-30mg Common: 30-50mg Strong: 50-70mg+", + "duration": "Insufflated 3-6 hours.", + "onset": "Insufflated 10-30 minutes.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "aliases": [ + "2-ma" + ], + "effects": "Euphoria, increased energy/alertness, decreased need for sleep, increased sociability, mood lift, increased sexuality, excessive talking, decreased appetite, weight loss, sweating, disturbed sleep patterns, bruxism, visual and auditory hallucinations, itchiness, aggressiveness, moodiness.", + "after-effects": "Insufflated: 1-10 hours." + }, + "pretty_name": "2-MA", + "aliases": [ + "2-ma" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Insufflated": { + "Light": "10-30mg", + "Common": "30-50mg", + "Strong": "50-70mg+" + } + }, + "formatted_duration": { + "value": "Insufflated", + "_unit": "hours" + }, + "formatted_onset": { + "value": "Insufflated", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "decreased need for sleep", + "increased sociability", + "mood lift", + "increased sexuality", + "excessive talking", + "decreased appetite", + "weight loss", + "sweating", + "disturbed sleep patterns", + "bruxism", + "visual and auditory hallucinations", + "itchiness", + "aggressiveness", + "moodiness", + "" + ], + "formatted_aftereffects": { + "Insufflated": "1-10", + "_unit": "hours" + }, + "id": 438 + }, + "doxylamine": { + "name": "doxylamine", + "properties": { + "summary": "A first generation antihistamine and anticholinergic, originally used to treat nausea and itching, and later as a sleep aid. Causes drowsiness, and delirium in overdose. Sometimes used with opioids to combat nausea and potentiate effects.", + "onset": "20-30 minutes", + "duration": "6-8 hours", + "dose": "Threshold: 6.25mg Common: 10-20mg Heavy: 20-50mg.", + "warning": "As with other first generation antihistamines, if you take too much you could have a delirant like experience.", + "categories": [ + "depressant", + "deliriant" + ], + "after-effects": "1-6 hours." + }, + "pretty_name": "Doxylamine", + "categories": [ + "depressant", + "deliriant" + ], + "formatted_dose": { + "Oral": { + "Threshold": "6.25mg", + "Common": "10-20mg", + "Heavy": "20-50mg." + } + }, + "formatted_duration": { + "value": "6-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 439 + }, + "khat": { + "name": "khat", + "properties": { + "summary": "A shrub whose leaves contain Cathinone and Cathine, they are mostly chewed for the stimulant effect they provide. Very long history of human use.", + "onset": "Chewed: 10-15 minutes", + "duration": "30-120 minutes.", + "avoid": "Other stimulants", + "categories": [ + "habit-forming", + "stimulant" + ], + "after-effects": "1-10 hours." + }, + "pretty_name": "Khat", + "categories": [ + "habit-forming", + "stimulant" + ], + "formatted_duration": { + "value": "30-120", + "_unit": "minutes" + }, + "formatted_onset": { + "Chewed": "10-15", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-10", + "_unit": "hours" + }, + "id": 440 + }, + "25b-nboh": { + "name": "25b-nboh", + "properties": { + "summary": "A phenethylamine psychedelic and stimulant derivative of 2C-B, this compound is related to and has similar effects to 25b-NBOMe. It is significantly more potent than 2C-B but less potent than 25B-NBOMe. Overdoses of NBOH compounds may cause dangerous vasoconstriction. May induce uncomfortable body load.", + "aliases": [ + "25bnboh", + "nboh-2cb", + "2cb-nboh", + "2c-b-nboh" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "duration": "4-10 hours.", + "onset": "20-40 minutes.", + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "dose": "Sublingually Light: 200-400ug Common: 400-800ug Strong: 800ug-1mg. | NOTE: Do not play around with this substance as there is very little data around.", + "after-effects": "1-12 hours.", + "avoid": "Other psychedelics, stimulants, and double dosing." + }, + "pretty_name": "25B-NBOH", + "aliases": [ + "25bnboh", + "nboh-2cb", + "2cb-nboh", + "2c-b-nboh" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Sublingually": { + "Light": "200-400ug", + "Common": "400-800ug", + "Strong": "800ug-1mg." + } + }, + "formatted_duration": { + "value": "4-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-40", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "dose_note": " NOTE: Do not play around with this substance as there is very little data around.", + "id": 441 + }, + "parafluorofentanyl": { + "name": "parafluorofentanyl", + "properties": { + "summary": "Rare, little known and extremely potent analogue of Fentanyl developed by Janssen Pharmaceutica in the 1960s. Use with extreme caution and never mix with other depressants.", + "dose": "Insufflated Light: 10-25ug Common: 25-40ug Strong: 40-65ug+", + "onset": "Oral: 5-10 minutes. | Insufflated: 0-1 minute.", + "after-effects": "Oral: 1-4 hours. | Insufflated: 1-2 hours.", + "duration": "Oral: 3-4 hours. | Insufflated: 2-3 hours.", + "aliases": [ + "pff", + "4-fluorofentanyl" + ], + "categories": [ + "opioid", + "depressant", + "habit-forming", + "tentative" + ] + }, + "pretty_name": "Parafluorofentanyl", + "aliases": [ + "pff", + "4-fluorofentanyl" + ], + "categories": [ + "opioid", + "depressant", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Insufflated": { + "Light": "10-25ug", + "Common": "25-40ug", + "Strong": "40-65ug+" + } + }, + "formatted_duration": { + "Oral": "3-4", + "Insufflated": "2-3", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "5-10", + "Insufflated": "0-1", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "Oral": "1-4", + "Insufflated": "1-2", + "_unit": "hours" + }, + "id": 442 + }, + "peyote": { + "name": "peyote", + "properties": { + "summary": "Peyote is a small, spineless cactus that contains mescaline as its primary active chemical. It has a long history of use among the natives of northern Mexico and SW United States.", + "duration": "4-8 hrs", + "onset": "60-120 minutes", + "after-effects": "6-8 hours", + "effects": "feelings of insight, brightening of colors, mood lift, closed and open eye visuals, giggling, increase in energy happy feelings, change in consciousness, loss of appettite, unusla thoughts and speech, mild to extreme distractability, changes in time and reality, changes in self control, ego softening, pupil dialation, body tremors, nausea, chest and neck pain, shortness of", + "dose": "Fresh Light: 50-100g Common: 100-150g Strong 150-200g Heavy: 200g+ | Dried Light: 10-20g Common: 20-30g Strong: 30-40g Heavy: 40g+", + "categories": [ + "psychedelic", + "common" + ] + }, + "pretty_name": "Peyote", + "categories": [ + "psychedelic", + "common" + ], + "formatted_dose": { + "Fresh": { + "Light": "50-100g", + "Common": "100-150g", + "Heavy": "200g+" + }, + "Dried": { + "Light": "10-20g", + "Common": "20-30g", + "Strong": "30-40g", + "Heavy": "40g+" + } + }, + "formatted_duration": { + "value": "4-8" + }, + "formatted_onset": { + "value": "60-120", + "_unit": "minutes" + }, + "formatted_effects": [ + "feelings of insight", + "brightening of colors", + "mood lift", + "closed and open eye visuals", + "giggling", + "increase in energy happy feelings", + "change in consciousness", + "loss of appettite", + "unusla thoughts and speech", + "mild to extreme distractability", + "changes in time and reality", + "changes in self control", + "ego softening", + "pupil dialation", + "body tremors", + "nausea", + "chest and neck pain", + "shortness of" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Peyote.shtml" + }, + "formatted_aftereffects": { + "value": "6-8", + "_unit": "hours" + }, + "id": 443 + }, + "codeine": { + "name": "codeine", + "properties": { + "summary": "Codeine is a weaker opioid used to treat mild to moderate pain and to relieve cough. In many countries it is available over the counter in combination with paracetamol, which can easily be extracted to retrieve near-pure codeine. For this reason, it is used widely as a recreational opioid. It is metabolised into morphine in the body at a rate of 5% mg for mg.", + "avoid": "People seeking codeine experiences from medications that contain acetaminophen (paracetamol) may be putting themselves at risk for acetaminophen-related complications such as liver damage.", + "dose": "Oral Light: 50-100mg Common: 100-150mg Heavy: 150-200mg | NOTE: The ceiling effect differs from person to person, but it seems to fall between 400-600mg", + "duration": "3-6 hours", + "onset": "30-45 minutes", + "marquis": "Very dark purple", + "categories": [ + "opioid", + "habit-forming", + "depressant", + "common" + ], + "bioavailability": "Oral 90% | Rectal 90%", + "effects": "Euphoria, Dry Mouth, Mood lift, Itchiness, Relaxant, Constipation, Pupil constriction, Analgesia.", + "warning": "You must only use this drug orally due to the risk of severe immune system responses. It needs to pass through the liver to be activated anyway so IV, nasal, plugging etc do not offer an advantage", + "after-effects": "1-12 hours." + }, + "pretty_name": "Codeine", + "categories": [ + "opioid", + "habit-forming", + "depressant", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "50-100mg", + "Common": "100-150mg", + "Heavy": "150-200mg" + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-45", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "Dry Mouth", + "Mood lift", + "Itchiness", + "Relaxant", + "Constipation", + "Pupil constriction", + "Analgesia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Codeine.shtml" + }, + "pweffects": { + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Constipation": "https://psychonautwiki.org/wiki/Constipation", + "Cough suppression": "https://psychonautwiki.org/wiki/Cough_suppression", + "Difficulty urinating": "https://psychonautwiki.org/wiki/Difficulty_urinating", + "Itchiness": "https://psychonautwiki.org/wiki/Itchiness", + "Pain relief": "https://psychonautwiki.org/wiki/Pain_relief", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Pupil constriction": "https://psychonautwiki.org/wiki/Pupil_constriction", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "dose_note": " NOTE: The ceiling effect differs from person to person, but it seems to fall between 400-600mg", + "sources": { + "_general": [ + "Codeine analgesia is due to codeine-6-glucuronide, not morphine. - https://www.ncbi.nlm.nih.gov/pubmed/11092114", + "Nod and wave: an Internet study of the codeine intoxication phenomenon. - https://www.ncbi.nlm.nih.gov/pubmed/25052240", + "Trends and characteristics of accidental and intentional codeine overdose deaths in Australia. - http://www.ncbi.nlm.nih.gov/pubmed/26424067", + "Rectal versus oral absorption of codeine phosphate in man. - http://www.ncbi.nlm.nih.gov/pubmed/6683976", + "Endogenous codeine and morphine in poor and extensive metabolisers of the CYP2D6 (debrisoquine/sparteine) polymorphism. - http://www.ncbi.nlm.nih.gov/pubmed/8113966" + ] + }, + "id": 444 + }, + "kava": { + "name": "kava", + "properties": { + "dose": "Oral Light: 50-70mg Common: 70-150mg Strong: 150-200mg Heavy: 300mg+ | NOTE: Doses are given for pure kavalactones, usually 5-20% of kava.", + "onset": "20-30 minutes", + "duration": "3-6 hours", + "after-effects": "9-18 hours.", + "summary": "Tropical evergreen shrub with large heart-shaped leaves and woody stems. Its thick roots are mashed or ground and made into a cold and bitter-tasting beverage used similarly to alcohol. It has a long history of ritual and recreational use in Pacific Polynesia and is now a common herbal product, used widely by those in certain societies as part of a 'Kava Culture.'", + "categories": [ + "depressant", + "habit-forming" + ] + }, + "pretty_name": "Kava", + "categories": [ + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "50-70mg", + "Common": "70-150mg", + "Strong": "150-200mg", + "Heavy": "300mg+" + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-30", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Kava.shtml" + }, + "formatted_aftereffects": { + "value": "9-18", + "_unit": "hours" + }, + "dose_note": " NOTE: Doses are given for pure kavalactones, usually 5-20% of kava.", + "sources": { + "_general": [ + "clinical trials show that Kava significantly lowers anxiety compared to placebo - Mosby's Dental Drug Reference Ninth Edition 2010" + ] + }, + "id": 445 + }, + "bromazepam": { + "name": "bromazepam", + "properties": { + "summary": "A benzodiazepine drug with a medium-long duration, developed by Roche in the 1960s. Has primarily anxiolytic properties. May cause lowered inhibitions and amnesia in high doses.", + "dose": "Oral Light: 2.5-5mg Common: 5-10mg Heavy: 10-15mg+ | NOTE: 6mg of Bromazepam is approximately equivelant to 10mg Diazepam", + "onset": "10-20 minutes.", + "duration": "4-8 hours.", + "avoid": "All other CNS depressants.", + "aliases": [ + "lectopam", + "lexilium", + "lexotan", + "brazepam", + "lexotanil" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia.", + "bioavailability": "Oral: 84%.", + "after-effects": "1-16 hours.", + "dose_to_diazepam": "Bromazepam - 5-6mg's ~=10mg Diazepam." + }, + "pretty_name": "Bromazepam", + "aliases": [ + "lectopam", + "lexilium", + "lexotan", + "brazepam", + "lexotanil" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "2.5-5mg", + "Common": "5-10mg", + "Heavy": "10-15mg+" + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-20", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "" + ], + "formatted_aftereffects": { + "value": "1-16", + "_unit": "hours" + }, + "dose_note": " NOTE: 6mg of Bromazepam is approximately equivelant to 10mg Diazepam", + "sources": { + "_general": [ + "Bioavailability of bromazepam in man after single administration of an oral solution. http://www.ncbi.nlm.nih.gov/pubmed/6142717" + ] + }, + "id": 446 + }, + "nitrazepam": { + "name": "nitrazepam", + "properties": { + "dose": "Light: 2-5mg Common: 5-15mg Strong: 15-20mg Heavy: 20-30mg+", + "summary": "Hypnotic Benzodiazepine, that is used for short term relief of anxiety and insomnia. It has a pronouced affect on respritory action.", + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "duration": "5-8 hours.", + "after-effects": "6-12 hours", + "onset": "10-40 minutes", + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "aliases": [ + "mogadon", + "baronite", + "dormin", + "dreem", + "enzed", + "gentravit", + "hypnonex", + "hypnoril", + "hypnotex", + "konit", + "nicare", + "nigap", + "nipam", + "nirosun", + "nitavan", + "nithra" + ], + "dose_to_diazepam": "Nitrazepam - 10mg ~=10mg Diazepam." + }, + "pretty_name": "Nitrazepam", + "aliases": [ + "mogadon", + "baronite", + "dormin", + "dreem", + "enzed", + "gentravit", + "hypnonex", + "hypnoril", + "hypnotex", + "konit", + "nicare", + "nigap", + "nipam", + "nirosun", + "nitavan", + "nithra" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "2-5mg", + "Common": "5-15mg", + "Strong": "15-20mg", + "Heavy": "20-30mg+" + } + }, + "formatted_duration": { + "value": "5-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-40", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "formatted_aftereffects": { + "value": "6-12", + "_unit": "hours" + }, + "id": 447 + }, + "norflurazepam": { + "name": "norflurazepam", + "properties": { + "summary": "Benzodiazepine analogue that is an active metabolite to many other benzodiazepines, such as Flurazepam, Flutoprazepam, and Midazolam.", + "onset": "45-120 minutes.", + "duration": "10-16 hours.", + "avoid": "All other CNS depressants.", + "dose": "Light: 2-5mg Common: 5-10mg Strong: 10-20mg+", + "aliases": [ + "n-desalkylflurazepam" + ], + "categories": [ + "benzodiazepine", + "depressant", + "tentative", + "habit-forming" + ], + "after-effects": "1-12 hours." + }, + "pretty_name": "Norflurazepam", + "aliases": [ + "n-desalkylflurazepam" + ], + "categories": [ + "benzodiazepine", + "depressant", + "tentative", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "2-5mg", + "Common": "5-10mg", + "Strong": "10-20mg+" + } + }, + "formatted_duration": { + "value": "10-16", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-120", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 448 + }, + "fluorophenibut": { + "name": "fluorophenibut", + "properties": { + "summary": "An anxiolytic analogue of GABA and Phenibut, with similar activity to the latter. Expected to be 5-10 times as potent as phenibut, some preliminary reports suggest tolerance builds more slowly.", + "dose": "Light: 50-100mg Common: 100-150mg Strong: 200-250mg+", + "duration": "8-12 hours.", + "onset": "60-120 minutes.", + "categories": [ + "tentative", + "depressant", + "habit-forming" + ], + "after-effects": "1-8 hours." + }, + "pretty_name": "Fluorophenibut", + "categories": [ + "tentative", + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "50-100mg", + "Common": "100-150mg", + "Strong": "200-250mg+" + } + }, + "formatted_duration": { + "value": "8-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "60-120", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 449 + }, + "ethaqualone": { + "name": "ethaqualone", + "properties": { + "dose": "Oral Light: 100-175mg Common: 175-300mg Strong: 300-450mg", + "duration": "Oral: 4-6 hours.", + "onset": "Oral: 30-45 minutes.", + "avoid": "All other CNS depressants.", + "after-effects": "Oral: 2-6 hours.", + "categories": [ + "depressant", + "research-chemical", + "habit-forming", + "depressant" + ], + "summary": "Analogue of Methaqualone that was mostly marketed in France. Slightly weaker and shorter acting than the prior.", + "aliases": [ + "etaqualone" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic." + }, + "pretty_name": "Ethaqualone", + "aliases": [ + "etaqualone" + ], + "categories": [ + "depressant", + "research-chemical", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "100-175mg", + "Common": "175-300mg", + "Strong": "300-450mg" + } + }, + "formatted_duration": { + "Oral": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "30-45", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Etaqualone.shtml" + }, + "formatted_aftereffects": { + "Oral": "2-6", + "_unit": "hours" + }, + "id": 450 + }, + "3-meo-pcpr": { + "name": "3-meo-pcpr", + "properties": { + "summary": "This is the N-Propyl homologue of 3-MeO-PCE. It is slightly less potent than PCP. Yet seems slightly less manic inducing.", + "duration": "Oral: 3-4 hours. || Insufflated: 1-3 hours.", + "onset": "Oral: 15-30 minutes. || Insufflated: 5-10 mintues.", + "dose": "Oral Light: 5-8mg Common: 8-15mg Strong: 15-20mg+ || Insufflated Light: 1-3mg Common: 3-8mg Strong: 8-15mg+", + "categories": [ + "dissociative", + "tentative", + "research-chemical", + "habit-forming" + ], + "after-effects": "1-4 hours." + }, + "pretty_name": "3-MeO-PCPR", + "categories": [ + "dissociative", + "tentative", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "5-8mg", + "Common": "8-15mg", + "Strong": "15-20mg+" + }, + "": {}, + "Insufflated": { + "Light": "1-3mg", + "Common": "3-8mg", + "Strong": "8-15mg+" + } + }, + "formatted_duration": { + "Oral": "3-4", + "Insufflated": "1-3", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-30", + "Insufflated": "5-10", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-4", + "_unit": "hours" + }, + "id": 451 + }, + "d2pm": { + "name": "d2pm", + "properties": { + "summary": "An NDRI, which is reported as being rather lackluster.", + "duration": "2-5 hours.", + "dose": "Light: 15-20mg Common: 20-35mg Strong: 35-50mg+ | NOTE: These doses are tentative and may need further research.", + "avoid": "Other stimulants.", + "onset": "20-30 minutes", + "categories": [ + "stimulant", + "habit-forming", + "tentative" + ], + "aliases": [ + "diphenylprolinol" + ], + "after-effects": "1-6 hours." + }, + "pretty_name": "D2PM", + "aliases": [ + "diphenylprolinol" + ], + "categories": [ + "stimulant", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Light:": { + "Light": "15-20mg", + "Common": "20-35mg", + "Strong": "35-50mg+" + } + }, + "formatted_duration": { + "value": "2-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "dose_note": " NOTE: These doses are tentative and may need further research.", + "id": 452 + }, + "5-meo-dpt": { + "name": "5-meo-dpt", + "properties": { + "summary": "A rare tryptamine psychedelic and analogue of DPT. Little is known about this compound but it is likely to have effects similar to DPT, DMT and others related compounds.", + "duration": "2-5 hours", + "after-effects": "1-2 hours.", + "dose": "Oral Light: 3mg Common: 3-5mg Strong: 5-10mg+ | NOTE: These doses are tentative and may need further research.", + "categories": [ + "psychedelic", + "research-chemical" + ], + "onset": "30-60 minutes.", + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "aliases": [ + "5meodpt" + ] + }, + "pretty_name": "5-MeO-DPT", + "aliases": [ + "5meodpt" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "3mg", + "Common": "3-5mg", + "Strong": "5-10mg+" + } + }, + "formatted_duration": { + "value": "2-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_5MeODPT.shtml" + }, + "formatted_aftereffects": { + "value": "1-2", + "_unit": "hours" + }, + "dose_note": " NOTE: These doses are tentative and may need further research.", + "id": 453 + }, + "2c-i": { + "name": "2c-i", + "properties": { + "dose": "Oral Threshold: 2-5mg Light: 5-15mg Common: 10-25mg Strong: 20-30mg | Insufflated Threshold: 0.5-2mg Common: 5-10mg Strong: 10mg+", + "duration": "Oral: 4-12 Hours | Insufflated: 4-8 hours", + "effects": "euphoria, giggling, empathy, insight, brightened color, closed/open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception of time, ego softening, nausea, sweating/chills, muscle tension, confusion, insomnia", + "onset": "45-120 minutes", + "summary": "A psychedelic similar to the more well-known 2C-B. Users frequently report very vivid and bright open-eye visuals and more mild closed-eye visuals compared to 2C-B and other drugs in the 2C family. Can also be more stimulating than 2C-B along with having a slight body load for some users. Less safe at high doses compared to 2C-B", + "aliases": [ + "2ci" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "after-effects": "4-12 hours", + "test-kits": "Marquis: Yellow > Green/Blue. | Mecke: Brown > Black. | Mandelin: (Pale) Brown > Black. | Simon's: Red > Orange. | Ehrlich: Brown." + }, + "pretty_name": "2C-I", + "aliases": [ + "2ci" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Threshold": "2-5mg", + "Light": "5-15mg", + "Common": "10-25mg", + "Strong": "20-30mg" + }, + "Insufflated": { + "Threshold": "0.5-2mg", + "Common": "5-10mg", + "Strong": "10mg+" + } + }, + "formatted_duration": { + "Oral": "4-12", + "Insufflated": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-120", + "_unit": "minutes" + }, + "formatted_effects": [ + "euphoria", + "giggling", + "empathy", + "insight", + "brightened color", + "closed/open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception of time", + "ego softening", + "nausea", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_2CI.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal033.shtml" + }, + "pweffects": { + "8A Geometry - Exposure to semantic concept network": "https://psychonautwiki.org/wiki/8A_Geometry_-_Exposure_to_semantic_concept_network", + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Bodily control enhancement": "https://psychonautwiki.org/wiki/Bodily_control_enhancement", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Empathy, love, and sociability enhancement": "https://psychonautwiki.org/wiki/Empathy,_love,_and_sociability_enhancement", + "External hallucinations": "https://psychonautwiki.org/wiki/External_hallucinations", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Symmetrical texture repetition": "https://psychonautwiki.org/wiki/Symmetrical_texture_repetition", + "Synaesthesia": "https://psychonautwiki.org/wiki/Synaesthesia", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Temperature regulation suppression": "https://psychonautwiki.org/wiki/Temperature_regulation_suppression", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Tracers": "https://psychonautwiki.org/wiki/Tracers", + "Transformations": "https://psychonautwiki.org/wiki/Transformations", + "Unity and interconnectedness": "https://psychonautwiki.org/wiki/Unity_and_interconnectedness", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "4-12", + "_unit": "hours" + }, + "id": 454 + }, + "furanylfentanyl": { + "name": "furanylfentanyl", + "properties": { + "summary": "An extremely potent opioid analgesic and analogue of fentanyl. Concrete information is difficult to obtain about even basic properties like active dose, though it is believed to be slightly less potent and shorter in duration than butyrfentanyl. Exercise extreme caution. Will cause respiratory depression in overdose.", + "dose": "Oral Light: 300-500ug Common: 500-900ug Strong: 900-1600ug+. | Insufflated Light: 200-400ug Common: 400-800ug Strong: 800-1600ug+ | NOTE: Very potent opioid, be very careful while dosing.", + "categories": [ + "research-chemical", + "habit-forming", + "tentative", + "opioid", + "depressant" + ], + "aliases": [ + "fu-f", + "furanyl-fentanyl" + ], + "duration": "1-3 hours.", + "onset": "1-10 minutes.", + "after-effects": "1-3 hours." + }, + "pretty_name": "Furanylfentanyl", + "aliases": [ + "fu-f", + "furanyl-fentanyl" + ], + "categories": [ + "research-chemical", + "habit-forming", + "tentative", + "opioid", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "300-500ug", + "Common": "500-900ug", + "Strong": "900-1600ug+." + }, + "Insufflated": { + "Light": "200-400ug", + "Common": "400-800ug", + "Strong": "800-1600ug+" + } + }, + "formatted_duration": { + "value": "1-3", + "_unit": "hours" + }, + "formatted_onset": { + "value": "1-10", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-3", + "_unit": "hours" + }, + "dose_note": " NOTE: Very potent opioid, be very careful while dosing.", + "id": 455 + }, + "gaba": { + "name": "gaba", + "properties": { + "onset": "Oral: 15-60 minutes.", + "dose": "Oral Light: 200-400mg Common: 400-800mg Strong: 800-1600mg+", + "summary": "Gamma-Aminobutyric Acid. Supplement used in calming some down. Does not pass the brain blood barrier.", + "categories": [ + "depressant", + "supplement" + ], + "duration": "Oral: 5-8 hours.", + "after-effects": "1-2 hours." + }, + "pretty_name": "GABA", + "categories": [ + "depressant", + "supplement" + ], + "formatted_dose": { + "Oral": { + "Light": "200-400mg", + "Common": "400-800mg", + "Strong": "800-1600mg+" + } + }, + "formatted_duration": { + "Oral": "5-8", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-60", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_GABA.shtml" + }, + "formatted_aftereffects": { + "value": "1-2", + "_unit": "hours" + }, + "id": 456 + }, + "benzydamine": { + "name": "benzydamine", + "properties": { + "summary": "NSAID with local anesthetic and analgesic properties, similar to ibuprofen or naproxen. Sometimes abused in overdose with reported delirant and stimulant effects.", + "onset": "15-60 minutes.", + "duration": "4-8 hours.", + "categories": [ + "deliriant", + "tentative", + "stimulant" + ], + "aliases": [ + "tantum" + ], + "dose": "Light: 250-500mg Common: 500-1000mg Strong: 1000-1500mg+", + "after-effects": "2-48 hours." + }, + "pretty_name": "Benzydamine", + "aliases": [ + "tantum" + ], + "categories": [ + "deliriant", + "tentative", + "stimulant" + ], + "formatted_dose": { + "Oral": { + "Light": "250-500mg", + "Common": "500-1000mg", + "Strong": "1000-1500mg+" + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-60", + "_unit": "minutes" + }, + "pweffects": { + "Abnormal heartbeat": "https://psychonautwiki.org/wiki/Abnormal_heartbeat", + "Acuity suppression": "https://psychonautwiki.org/wiki/Acuity_suppression", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Depression": "https://psychonautwiki.org/wiki/Depression", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "External hallucinations": "https://psychonautwiki.org/wiki/External_hallucinations", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Tactile suppression": "https://psychonautwiki.org/wiki/Tactile_suppression", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Visual haze": "https://psychonautwiki.org/wiki/Visual_haze" + }, + "formatted_aftereffects": { + "value": "2-48", + "_unit": "hours" + }, + "sources": { + "_general": [ + "Recreational abuse with benzydamine hydrochloride (tantum rosa). http://www.ncbi.nlm.nih.gov/pubmed/17364645", + "Recreational use of benzydamine as a hallucinogen among street youth in Brazil. http://www.ncbi.nlm.nih.gov/pubmed/19784487" + ] + }, + "id": 457 + }, + "4-fa": { + "name": "4-fa", + "properties": { + "summary": "An empathogen commonly used in place of MDMA, having a similar duration of empathogenic effects. This drug, however, has a longer stimulant \"tail,\" during which effects are more like those of amphetamines. Not to be confused with 4-FMA, which has a similar potency, but is not particularly empathogenic.", + "aliases": [ + "4-Fluoroamphetamine", + "4fa", + "4-fmp", + "4-fluoroamphetamine" + ], + "dose": "Oral Light: 50-70mg Common: 70-110mg Heavy: 115-150mg | NOTE: Insufflating does not appear to provide a better bioavailability than oral ingestion, and can cause damage to nasal cavity.", + "duration": "4-8 hours", + "onset": "Oral: 30-90 minutes.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "empathogen", + "common" + ], + "avoid": "Other stimulants, and depressants. MXE is also to be avoided (possibility of serotonin syndrome). See combo information for more.", + "effects": "Euphoria, increased energy/alertness, decreased need for sleep, increased sociability, mood lift, increased sexuality, excessive talking, decreased appetite, weight loss, sweating, disturbed sleep patterns, bruxism, visual and auditory hallucinations, itchiness, aggressiveness, moodiness.", + "after-effects": "1-24 hours.", + "4-fa": "dose: Oral Light: 50-70mg Common: 70-110mg Heavy: 115-150mg | NOTE: Insufflating does not appear to provide a better bioavailability than oral ingestion, and can cause damage to nasal cavity." + }, + "pretty_name": "4-FA", + "aliases": [ + "4-Fluoroamphetamine", + "4fa", + "4-fmp", + "4-fluoroamphetamine" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "empathogen", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "50-70mg", + "Common": "70-110mg", + "Heavy": "115-150mg" + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "30-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "decreased need for sleep", + "increased sociability", + "mood lift", + "increased sexuality", + "excessive talking", + "decreased appetite", + "weight loss", + "sweating", + "disturbed sleep patterns", + "bruxism", + "visual and auditory hallucinations", + "itchiness", + "aggressiveness", + "moodiness", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_4Fluoroamphetamine.shtml" + }, + "pweffects": { + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Appetite suppression": "https://psychonautwiki.org/wiki/Appetite_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Cognitive fatigue": "https://psychonautwiki.org/wiki/Cognitive_fatigue", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Dehydration": "https://psychonautwiki.org/wiki/Dehydration", + "Depression": "https://psychonautwiki.org/wiki/Depression", + "Ego inflation": "https://psychonautwiki.org/wiki/Ego_inflation", + "Empathy, love, and sociability enhancement": "https://psychonautwiki.org/wiki/Empathy,_love,_and_sociability_enhancement", + "Focus enhancement": "https://psychonautwiki.org/wiki/Focus_enhancement", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Increased perspiration": "https://psychonautwiki.org/wiki/Increased_perspiration", + "Irritability": "https://psychonautwiki.org/wiki/Irritability", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Teeth grinding": "https://psychonautwiki.org/wiki/Teeth_grinding", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought connectivity": "https://psychonautwiki.org/wiki/Thought_connectivity", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "dose_note": " NOTE: Insufflating does not appear to provide a better bioavailability than oral ingestion, and can cause damage to nasal cavity.", + "sources": { + "_general": [ + "Comparison of 4-chloro-, 4-bromo- and 4-fluoroamphetamine in rats: drug levels in brain and effects on brain serotonin metabolism. - https://www.ncbi.nlm.nih.gov/pubmed/1196472", + "4-Fluoroamphetamine, in contrast, lowered serotonin and 5-hydroxyindoleacetic acid levels only for short times (2–6 hr) after drug injection, and 5-hydroxyindole levels were essentially back to normal within 24 hr. - http://www.sciencedirect.com/science/article/pii/0028390875900994" + ] + }, + "id": 458 + }, + "pfbt": { + "name": "pfbt", + "properties": { + "summary": "Tropane derivative substance that supposedly has around ~30% the potency of Cocaine as a stimulant. While also having properties of a local anasthetic.", + "aliases": [ + "4-fluorotropacocaine" + ], + "dose": "Insufflated Threshold: 10-20mg Light: 20-50mg Common: 50-70mg Strong: 70-110mg+", + "onset": "Insufflated: 1-10 minutes.", + "duration": "Insufflated: 1-2 hours.", + "after-effects": "1-24 hours.", + "categories": [ + "stimulant", + "habit-forming", + "tentative", + "research-chemical" + ] + }, + "pretty_name": "PFBT", + "aliases": [ + "4-fluorotropacocaine" + ], + "categories": [ + "stimulant", + "habit-forming", + "tentative", + "research-chemical" + ], + "formatted_dose": { + "Insufflated": { + "Threshold": "10-20mg", + "Light": "20-50mg", + "Common": "50-70mg", + "Strong": "70-110mg+" + } + }, + "formatted_duration": { + "Insufflated": "1-2", + "_unit": "hours" + }, + "formatted_onset": { + "Insufflated": "1-10", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "id": 459 + }, + "2c-t-7": { + "name": "2c-t-7", + "properties": { + "dose": "Oral Light: 10-20mg Common: 15-30mg Strong: 30-40mg Heavy: 40mg+ | NOTE: 2C-T-7 reacts widely in varying ways. Start low, work your way up.", + "risks": "There have been several reports of deaths from 2C-T-7, and many reports of severe dissociation and vomiting (a dangerous combination) after both oral and insufflated use.", + "onset": "Oral: 20-140 minutes | Insufflated 20-90 minutes.", + "duration": "Oral: 6-12 hours | Insufflated 2-5 hours.", + "after-effects": "4-12 hours", + "avoid": "Do not take if currently taking a MAOI.", + "aliases": [ + "2ct7" + ], + "summary": "A relatively uncommon psychedelic phenethylamine and possible MAOI. Long lasting, an possesses an unpredictable dosage curve. Questionable safety in combination with most things.", + "categories": [ + "research-chemical", + "empathogen", + "psychedelic" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "test-kits": "Marquis: Fizzes Pale Orange. | Mecke: Red > Purple. | Mandelin: Red > Purple. | Froehde: Violet Orange | Liebermann: Deep Purple. | Simon's Red > Brown. | Ehrlich: No colour change." + }, + "pretty_name": "2C-T-7", + "aliases": [ + "2ct7" + ], + "categories": [ + "research-chemical", + "empathogen", + "psychedelic" + ], + "formatted_dose": { + "Oral": { + "Light": "10-20mg", + "Common": "15-30mg", + "Strong": "30-40mg", + "Heavy": "40mg+" + } + }, + "formatted_duration": { + "Oral": "6-12", + "Insufflated": "2-5", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "20-140", + "Insufflated": "20-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_2CT7.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal043.shtml" + }, + "pweffects": { + "8A Geometry - Exposure to semantic concept network": "https://psychonautwiki.org/wiki/8A_Geometry_-_Exposure_to_semantic_concept_network", + "8B Geometry - Exposure to inner mechanics of consciousness": "https://psychonautwiki.org/wiki/8B_Geometry_-_Exposure_to_inner_mechanics_of_consciousness", + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "After images": "https://psychonautwiki.org/wiki/After_images", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Bodily control enhancement": "https://psychonautwiki.org/wiki/Bodily_control_enhancement", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Feelings of interdependent opposites": "https://psychonautwiki.org/wiki/Feelings_of_interdependent_opposites", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Headaches": "https://psychonautwiki.org/wiki/Headaches", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Increased blood pressure": "https://psychonautwiki.org/wiki/Increased_blood_pressure", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Symmetrical texture repetition": "https://psychonautwiki.org/wiki/Symmetrical_texture_repetition", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Temperature regulation suppression": "https://psychonautwiki.org/wiki/Temperature_regulation_suppression", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought loops": "https://psychonautwiki.org/wiki/Thought_loops", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Tracers": "https://psychonautwiki.org/wiki/Tracers", + "Transformations": "https://psychonautwiki.org/wiki/Transformations", + "Unity and interconnectedness": "https://psychonautwiki.org/wiki/Unity_and_interconnectedness", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "4-12", + "_unit": "hours" + }, + "dose_note": " NOTE: 2C-T-7 reacts widely in varying ways. Start low, work your way up.", + "sources": { + "_general": [ + "Sulfur-Substituted α-Alkyl Phenethylamines as Selective and Reversible MAO-A Inhibitors:  Biological Activities, CoMFA Analysis, and Active Site Modeling http://pubs.acs.org/doi/abs/10.1021/jm0493109" + ] + }, + "id": 460 + }, + "changa": { + "name": "changa", + "properties": { + "summary": "Changa is the name given to a smoking blend of caapi or other MAOI containing plants with an infusion of extracted DMT. Changa often contains other milder psychoactive herbs as well. The maoi action results in a longer and more intense trip (see Ayahuasca) NOTE: There is no standardized recipe or concentration of infused DMT, therefor dosage and potency will vary per batch.", + "dose": "Light: 5-15mg Common: 15-30mg Strong: 30-50mg Heavy: 50+mg | NOTE: These are tentative estimates as Changa potency and dosing will vary per batch/source.", + "onset": "0-2 minutes", + "duration": "6-12 minutes", + "after-effects": "1-36 hours", + "effects": "immersive experience, open eye visuals, radical perspective shifting, profound life-changing spiritual experiences, powerful rushing of sensation, change in perception of time, auditory hallucinations, color shifting, hard on lungs when smoking, stomach discomfort, difficulty integrating experiences, overwhelming fear", + "categories": [ + "psychedelic", + "tentative" + ], + "avoid": "combining with any medications or substance contraindicated with MAOI's particuarly ssri's, mdxx compounds and amphetamines. Refer to http://wiki.tripsit.me/wiki/Drug_combinations for more info." + }, + "pretty_name": "Changa", + "categories": [ + "psychedelic", + "tentative" + ], + "formatted_dose": { + "Light:": { + "Light": "5-15mg", + "Common": "15-30mg", + "Strong": "30-50mg", + "Heavy": "50+mg" + } + }, + "formatted_duration": { + "value": "6-12", + "_unit": "minutes" + }, + "formatted_onset": { + "value": "0-2", + "_unit": "minutes" + }, + "formatted_effects": [ + "immersive experience", + "open eye visuals", + "radical perspective shifting", + "profound life-changing spiritual experiences", + "powerful rushing of sensation", + "change in perception of time", + "auditory hallucinations", + "color shifting", + "hard on lungs when smoking", + "stomach discomfort", + "difficulty integrating experiences", + "overwhelming fear" + ], + "formatted_aftereffects": { + "value": "1-36", + "_unit": "hours" + }, + "dose_note": " NOTE: These are tentative estimates as Changa potency and dosing will vary per batch/source.", + "id": 461 + }, + "palfium": { + "name": "palfium", + "properties": { + "summary": "Dextromoramide, a rare and powerful opioid analgesic approximately three times as potent as morphine with a shorter duration. Generally only seen in the Netherlands. Reported as having strange and rapid tolerance behaviour.", + "dose": "Oral Light: 2.5-5mg Common: 5-7.5mg Strong: 7.5-10mg+ | NOTE: Read ~summary before you take this drug. It's very unpredictable.", + "onset": "Oral: 5-15 minutes. | Intravenously: 1-2 minutes.", + "duration": "Oral 3-5 hours. | Intravenously: 2-3 hours.", + "avoid": "All other CNS depressants.", + "categories": [ + "opioid", + "habit-forming", + "depressant" + ], + "aliases": [ + "dextromoramide" + ], + "after-effects": "1-12 hours." + }, + "pretty_name": "Dextromoramide", + "aliases": [ + "dextromoramide" + ], + "categories": [ + "opioid", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "2.5-5mg", + "Common": "5-7.5mg", + "Strong": "7.5-10mg+" + } + }, + "formatted_duration": { + "Oral": "3-5", + "Intravenously": "2-3", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "5-15", + "Intravenously": "1-2", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "dose_note": " NOTE: Read ~summary before you take this drug. It's very unpredictable.", + "id": 462 + }, + "allylescaline": { + "name": "allylescaline", + "properties": { + "duration": "8-12 hours. Varies greatly on dose.", + "onset": "45-240 minutes", + "dose": "Oral Threshold: 15-20mg Light: 20-30mg Common: 30-40mg Strong: 40-60mg+", + "aliases": [ + "al" + ], + "summary": "Mescaline analogue with a much lower dose, that seems to rely heavily on colours.", + "categories": [ + "psychedelic", + "research-chemical" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "after-effects": "1-16 hours." + }, + "pretty_name": "Allylescaline", + "aliases": [ + "al" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Threshold": "15-20mg", + "Light": "20-30mg", + "Common": "30-40mg", + "Strong": "40-60mg+" + } + }, + "formatted_duration": { + "value": "8-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-240", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Allylescaline.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal002.shtml" + }, + "pweffects": { + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "After images": "https://psychonautwiki.org/wiki/After_images", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Bodily control enhancement": "https://psychonautwiki.org/wiki/Bodily_control_enhancement", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Symmetrical texture repetition": "https://psychonautwiki.org/wiki/Symmetrical_texture_repetition", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought disorganization": "https://psychonautwiki.org/wiki/Thought_disorganization", + "Thought loops": "https://psychonautwiki.org/wiki/Thought_loops", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Tracers": "https://psychonautwiki.org/wiki/Tracers", + "Transformations": "https://psychonautwiki.org/wiki/Transformations", + "Unity and interconnectedness": "https://psychonautwiki.org/wiki/Unity_and_interconnectedness", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "1-16", + "_unit": "hours" + }, + "id": 463 + }, + "2-nmc": { + "name": "2-nmc", + "properties": { + "summary": "Inactive.", + "categories": [ + "inactive" + ] + }, + "pretty_name": "2-NMC", + "categories": [ + "inactive" + ], + "id": 464 + }, + "vyvanse": { + "name": "vyvanse", + "properties": { + "summary": "Also known as lisdexamphetamine, this drug is a CNS stimulant often prescribed for ADHD, narcolepsy and obesity. It is also a pro-drug for dextroamphetamine, and functions as a method for providing extended-release stimulation. It is sometimes prescribed alongside an SSRI for depression.", + "aliases": [ + "lisdextroamfetamine", + "lisdextroamphetamine", + "lisdexamphetamine", + "lisdexamfetamine" + ], + "dose": "Oral Light: 20-30mg Common: 30-50mg Strong: 50-100mg+ | Note: Vyvanse is the same orally and insufflated - it is pointless to insufflate.", + "effects": "Increased alertness, Euphoria, Increased motivation, Reduced appetite, Flushing of the face, Increased body temperature, Tachycardia (Increased heart rate), Paranoia, Insomnia.", + "duration": "Oral: 6-14 hours. | NOTE: Dependant on dose and tolerance.", + "onset": "Oral: 60-90 minutes | NOTE: Onset is delayed by 1 additional hour when taken with a meal high in fat.", + "categories": [ + "stimulant", + "habit-forming", + "common" + ], + "after-effects": "Oral: 1-16 hours. | Note: Highly dependant on dose." + }, + "pretty_name": "Vyvanse", + "aliases": [ + "lisdextroamfetamine", + "lisdextroamphetamine", + "lisdexamphetamine", + "lisdexamfetamine" + ], + "categories": [ + "stimulant", + "habit-forming", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "20-30mg", + "Common": "30-50mg", + "Strong": "50-100mg+" + } + }, + "formatted_duration": { + "Oral": "6-14", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "60-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Increased alertness", + "Euphoria", + "Increased motivation", + "Reduced appetite", + "Flushing of the face", + "Increased body temperature", + "Tachycardia (Increased heart rate)", + "Paranoia", + "Insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Lisdexamfetamine.shtml" + }, + "formatted_aftereffects": { + "Oral": "1-16", + "_unit": "hours" + }, + "dose_note": " Note: Vyvanse is the same orally and insufflated - it is pointless to insufflate.", + "sources": { + "onset": [ + "is delayed by 1 additional hour when taken with a high fat meal - http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2873712/" + ], + "_general": [ + "Use of naltrexone has been found to successfully aid in recovery from amphetamine addiction - http://ajp.psychiatryonline.org/doi/abs/10.1176/appi.ajp.2008.08020304", + "Vyvanse is approved for and proven to be affective for the treatment of binge-eating disorder in adults - http://onlinelibrary.wiley.com/doi/10.1111/ijcp.12639/full", + "Vyvanse has been proven to be effectivein treating attention deficits in patients with traumatic brain injuries - http://www.tandfonline.com/doi/abs/10.3109/02699052.2014.930179", + "For serotonin syndrome secondary to vyvanse overdose, dexmedetomidine may be used for treatment when standard treatment protocols do not work - http://aop.sagepub.com/content/48/12/1651.abstract", + "Vyvanse when used intravenously was proven to not have increased abuse liability, which implies that it does not have increased euphoria - http://jop.sagepub.com/content/early/2008/07/17/0269881108093841.short" + ] + }, + "id": 465 + }, + "coluracetam": { + "name": "coluracetam", + "properties": { + "onset": "Oral: 15-30 minutes. | Sublingual: 5-10 minutes. | Intranasal: 1-5 minutes", + "duration": "3-6 hours depending on stomach contents/ROA/ect.", + "dose": "Oral Light: 3-5mg Common: 5-10mg Strong: 10-20mg+ | Sublingual/Insufflated Light: 2-5mg Common: 5-10mg Strong: 10mg+", + "summary": "A nootropic drug of the racetam class, originally developed to treat Alzheimer's disease, it is currently being investigated as a treatment for major depressive disorder and generalised anxiety disorder. May be a modulator of the AMPA receptor. Limited recreational value.", + "categories": [ + "research-chemical", + "nootropic" + ], + "after-effects": "1-4 hours." + }, + "pretty_name": "Coluracetam", + "categories": [ + "research-chemical", + "nootropic" + ], + "formatted_dose": { + "Oral": { + "Light": "3-5mg", + "Common": "5-10mg", + "Strong": "10-20mg+" + }, + "Sublingual/Insufflated": { + "Light": "2-5mg", + "Common": "5-10mg", + "Strong": "10mg+" + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-30", + "Sublingual": "5-10", + "Intranasal": "1-5", + "_unit": "minutes" + }, + "pweffects": { + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Dream potentiation": "https://psychonautwiki.org/wiki/Dream_potentiation", + "Focus enhancement": "https://psychonautwiki.org/wiki/Focus_enhancement", + "Memory enhancement": "https://psychonautwiki.org/wiki/Memory_enhancement", + "Mindfulness": "https://psychonautwiki.org/wiki/Mindfulness", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Thought connectivity": "https://psychonautwiki.org/wiki/Thought_connectivity", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "1-4", + "_unit": "hours" + }, + "id": 466 + }, + "al-lad": { + "name": "al-lad", + "properties": { + "onset": "45-120 minutes.", + "dose": "Light: 40-75ug Common: 75-175ug Strong: 175-250ug Heavy: 250ug+", + "effects": "Similar in effect to LSD, open and closed eye visuals are common. Auditory hallucinations are reported as common. A sense of connectedness with people and the environment around you. A strong sense of wellbeing.", + "duration": "4-6 hours", + "summary": "AL-LAD is a hallucinogenic drug, lysergamide and an analogue of LSD. It is reported as having some subtle experiential differences to LSD (such as increased visuals), and also appears to be slightly shorter lasting. AL-LAD doses are similar to those of LSD, depending on purity. Its availability on the Internet since 2013 has lead to strong popularity among the drug community.", + "aliases": [ + "allad" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "after-effects": "1-24 hours." + }, + "pretty_name": "AL-LAD", + "aliases": [ + "allad" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "40-75ug", + "Common": "75-175ug", + "Strong": "175-250ug", + "Heavy": "250ug+" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-120", + "_unit": "minutes" + }, + "formatted_effects": [ + "Similar in effect to LSD", + "open and closed eye visuals are common", + "Auditory hallucinations are reported as common", + "A sense of connectedness with people and the environment around you", + "A strong sense of wellbeing", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_ALLAD.shtml", + "tihkal": "https://www.erowid.org/library/books_online/tihkal/tihkal01.shtml" + }, + "pweffects": { + "8A Geometry - Exposure to semantic concept network": "https://psychonautwiki.org/wiki/8A_Geometry_-_Exposure_to_semantic_concept_network", + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "After images": "https://psychonautwiki.org/wiki/After_images", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Bodily control enhancement": "https://psychonautwiki.org/wiki/Bodily_control_enhancement", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Depth perception distortions": "https://psychonautwiki.org/wiki/Depth_perception_distortions", + "Diffraction": "https://psychonautwiki.org/wiki/Diffraction", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Déjà vu": "https://psychonautwiki.org/wiki/D%C3%A9j%C3%A0_vu", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Feelings of interdependent opposites": "https://psychonautwiki.org/wiki/Feelings_of_interdependent_opposites", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Multiple thought streams": "https://psychonautwiki.org/wiki/Multiple_thought_streams", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Symmetrical texture repetition": "https://psychonautwiki.org/wiki/Symmetrical_texture_repetition", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought loops": "https://psychonautwiki.org/wiki/Thought_loops", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Tracers": "https://psychonautwiki.org/wiki/Tracers", + "Transformations": "https://psychonautwiki.org/wiki/Transformations", + "Unity and interconnectedness": "https://psychonautwiki.org/wiki/Unity_and_interconnectedness", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "id": 467 + }, + "dmaa": { + "name": "dmaa", + "properties": { + "summary": "Also known as methylhexanamine, this sympathetomimetic drug was developed as a nasal decongestant by Eli Lilly in the 1940s. It has been used as a weight loss aid and missold as a dietary supplement and component of some energy drinks. Carries a risk of heart attack, stroke and other life-threatening cardiovascular issues.", + "dose": "Threshold: 5-10mg Low: 10-20mg Common: 20-50mg Strong: 50-100mg", + "duration": "2-4 hours.", + "onset": "Rapid.", + "avoid": "Other stimulants.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "nootropic" + ] + }, + "pretty_name": "DMAA", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "nootropic" + ], + "formatted_dose": { + "Oral": { + "Threshold": "5-10mg", + "Low": "10-20mg", + "Common": "20-50mg", + "Strong": "50-100mg" + } + }, + "formatted_duration": { + "value": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "value": "Rapid." + }, + "id": 468 + }, + "crl-40-941": { + "name": "crl-40-941", + "properties": { + "summary": "A substance closely related to Adrafinil and Modafinil. It is the bis(p-fluoro) ring derivative of Adrafinil.", + "aliases": [ + "fladrafinil", + "fluoromodafinil" + ], + "onset": "30-90 minutes.", + "duration": "6-14 hours. Dependant on dose.", + "dose": "Light: 50-100mg Common: 100-250mg Strong: 250-350mg+", + "categories": [ + "stimulant", + "tentative", + "nootropic", + "research-chemical" + ], + "after-effects": "1-10 hours." + }, + "pretty_name": "CRL-40-941", + "aliases": [ + "fladrafinil", + "fluoromodafinil" + ], + "categories": [ + "stimulant", + "tentative", + "nootropic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "50-100mg", + "Common": "100-250mg", + "Strong": "250-350mg+" + } + }, + "formatted_duration": { + "value": "6-14", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-90", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-10", + "_unit": "hours" + }, + "id": 469 + }, + "mipt": { + "name": "mipt", + "properties": { + "summary": "N-Methyl-N-isopropyltryptamine, a tryptamine analogue of DMT, a very uncommon drug with very few reports of human use. Described as 'more psychedelic than hallucinogenic' users report only mild visuals with some stimulation and cognitive effects. One of the more stable tryptamines.", + "dose": "Oral Light: 5-10mg Common: 10-15mg Strong: 15-25mg+ | Insufflated Light: 5-10mg Common: 10-15mg Strong: 15-20mg+ | Vapourized Light: 3-5mg Common: 5-15mg Strong: 15-20mg+", + "onset": "Oral: 30-45 minutes. | Insufflated: 0-2 minutes | Vapourized: 0-1 minutes", + "duration": "Oral: 2-5 hours. | Insufflated 3-5 hours. | Vapourized 2-3 hours.", + "aliases": [ + "n-methyl-n-isopropyltryptamine" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "after-effects": "1-6 hours." + }, + "pretty_name": "MiPT", + "aliases": [ + "n-methyl-n-isopropyltryptamine" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "5-10mg", + "Common": "10-15mg", + "Strong": "15-25mg+" + }, + "Insufflated": { + "Light": "5-10mg", + "Common": "10-15mg", + "Strong": "15-20mg+" + }, + "Vapourized": { + "Light": "3-5mg", + "Common": "5-15mg", + "Strong": "15-20mg+" + } + }, + "formatted_duration": { + "Oral": "2-5", + "Insufflated": "3-5", + "Vapourized": "2-3", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "30-45", + "Insufflated": "0-2", + "Vapourized": "0-1", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_MIPT.shtml", + "tihkal": "https://www.erowid.org/library/books_online/tihkal/tihkal47.shtml" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 470 + }, + "halazepam": { + "name": "halazepam", + "properties": { + "summary": "A less common prescription benzodiazepine and derivative of Nordazepam. Also known as Paxipam, it is no longer prescribed in the USA. Sedating, hypnotic and anxiolytic. High doses may induce amnesia and lowered inhibitions.", + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "dose": "Light: 10-20mg Common: 20-40mg Strong: 40-80mg+", + "onset": "15-45 minutes.", + "duration": "8-14 hours.", + "after-effects": "12-40 hours.", + "avoid": "All other CNS depressants.", + "aliases": [ + "paxipam" + ], + "dose_to_diazepam": "Halazepam - 20mg ~=10mg Diazepam." + }, + "pretty_name": "Halazepam", + "aliases": [ + "paxipam" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "10-20mg", + "Common": "20-40mg", + "Strong": "40-80mg+" + } + }, + "formatted_duration": { + "value": "8-14", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-45", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "formatted_aftereffects": { + "value": "12-40", + "_unit": "hours" + }, + "id": 471 + }, + "lsd": { + "name": "lsd", + "properties": { + "dose": "Oral Light: 50-100ug Common: 100-150ug Strong: 175-225ug Heavy: 250ug+ | Note: These doses are for pure LSD, note that tabs are often rather a lot weaker than they are advertised.", + "duration": "9-14 hours, varying with dosage (heavy doses can lead to much longer trips).", + "onset": "45-90 minutes depending on ROA and stomach contents.", + "effects": "visual distortions, a sense of childlike wonder, brightening of colors,racing thoughts, hue shifts, euphoria, anxiety, confusion", + "avoid": "marijuana (Can potentiate effects)", + "aliases": [ + "lsd-25", + "acid", + "cid", + "lucy" + ], + "marquis": "Olive black", + "summary": "LSD is a popular psychedelic with a relatively long history of use and research, and as such is known to be relatively safe despite its extremely high potency. It is the archetypical psychedelic to which all others are compared, and remains in popular usage.", + "categories": [ + "psychedelic", + "common" + ], + "half-life": "3-5 hours", + "after-effects": "12-24 hours", + "oral": "Light: 50-100ug Common: 100-150ug Strong: 175-225ug Heavy 225ug+ | Note: These doses are for pure LSD, note that tabs are often rather a lot weaker than they are advertised." + }, + "pretty_name": "LSD", + "aliases": [ + "lsd-25", + "acid", + "cid", + "lucy" + ], + "categories": [ + "psychedelic", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "50-100ug", + "Common": "100-150ug", + "Strong": "175-225ug", + "Heavy": "250ug+" + } + }, + "formatted_duration": { + "value": "9-14", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "visual distortions", + "a sense of childlike wonder", + "brightening of colors", + "racing thoughts", + "hue shifts", + "euphoria", + "anxiety", + "confusion" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_LSD.shtml", + "tihkal": "https://www.erowid.org/library/books_online/tihkal/tihkal26.shtml" + }, + "pweffects": { + "8A Geometry - Exposure to semantic concept network": "https://psychonautwiki.org/wiki/8A_Geometry_-_Exposure_to_semantic_concept_network", + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "After images": "https://psychonautwiki.org/wiki/After_images", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Bodily control enhancement": "https://psychonautwiki.org/wiki/Bodily_control_enhancement", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Creativity enhancement": "https://psychonautwiki.org/wiki/Creativity_enhancement", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Depth perception distortions": "https://psychonautwiki.org/wiki/Depth_perception_distortions", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Déjà vu": "https://psychonautwiki.org/wiki/D%C3%A9j%C3%A0_vu", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "External hallucinations": "https://psychonautwiki.org/wiki/External_hallucinations", + "Feelings of eternalism": "https://psychonautwiki.org/wiki/Feelings_of_eternalism", + "Feelings of interdependent opposites": "https://psychonautwiki.org/wiki/Feelings_of_interdependent_opposites", + "Feelings of self-design": "https://psychonautwiki.org/wiki/Feelings_of_self-design", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Laughter": "https://psychonautwiki.org/wiki/Laughter", + "Magnification": "https://psychonautwiki.org/wiki/Magnification", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Multiple thought streams": "https://psychonautwiki.org/wiki/Multiple_thought_streams", + "Muscle spasms": "https://psychonautwiki.org/wiki/Muscle_spasms", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Personal meaning enhancement": "https://psychonautwiki.org/wiki/Personal_meaning_enhancement", + "Personality regression": "https://psychonautwiki.org/wiki/Personality_regression", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Perspective distortions": "https://psychonautwiki.org/wiki/Perspective_distortions", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Recursion": "https://psychonautwiki.org/wiki/Recursion", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Simultaneous emotions": "https://psychonautwiki.org/wiki/Simultaneous_emotions", + "Spirituality enhancement": "https://psychonautwiki.org/wiki/Spirituality_enhancement", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation" + }, + "formatted_aftereffects": { + "value": "12-24", + "_unit": "hours" + }, + "dose_note": " Note: These doses are for pure LSD, note that tabs are often rather a lot weaker than they are advertised.", + "sources": { + "_general": [ + "Agonistic activity of LSD and lisuride at cloned 5HT2A and 5HT2C receptors - http://www.ncbi.nlm.nih.gov/pubmed/9600588", + "Alterations in responses to LSD in humans associated with chronic administration of tricyclic antidepressants, monoamine oxidase inhibitors or lithium... - http://www.ncbi.nlm.nih.gov/pubmed/8788508", + "Chronic administration of serotonergic antidepressants attenuates the subjective effects of LSD in humans - http://www.ncbi.nlm.nih.gov/pubmed/8726753", + "LSD toxicity: a suspected cause of death - http://www.ncbi.nlm.nih.gov/pubmed/845494", + "Influence of naloxone on the effects of LSD in monkeys. - http://www.ncbi.nlm.nih.gov/pubmed/6527737", + "Coma, hyperthermia and bleeding associated with massive LSD overdose. A report of eight cases - http://www.ncbi.nlm.nih.gov/pubmed/4816396", + "Ascorbic acid antagonizes the behavioural effects of LSD in cats - http://www.ncbi.nlm.nih.gov/pubmed/2868111", + "Illicit use of LSD or psilocybin, but not MDMA or nonpsychedelic drugs, is associated with mystical experiences in a dose-dependent manner - http://www.ncbi.nlm.nih.gov/pubmed/23457892", + "New Onset LSD Flashback Syndrome Triggered by the Initiation of SSRIs - http://www.ncbi.nlm.nih.gov/pubmed/21603479", + "LSD and tryptamine effects on sleep/wakefulness and electrocorticogram patterns in intact cats - http://www.ncbi.nlm.nih.gov/pubmed/210478", + "Characterization of behavioral and endocrine effects of LSD on zebrafish - http://www.ncbi.nlm.nih.gov/pubmed/20561961", + "Drug dreams in mescaline and LSD addiction - http://www.ncbi.nlm.nih.gov/pubmed/20163393", + "Response of cluster headache to psilocybin and LSD - http://www.ncbi.nlm.nih.gov/pubmed/16801660", + "LSD flashback syndrome exacerbated by selective serotonin reuptake inhibitor antidepressants in adolescents - https://www.ncbi.nlm.nih.gov/pubmed/7965440", + "Metabolism of lysergic acid diethylamide (LSD) to 2-oxo-3-hydroxy LSD (O-H-LSD) in human liver microsomes and cryopreserved human hepatocytes - https://www.ncbi.nlm.nih.gov/pubmed/11043658", + "LSD-induced entropic brain activity predicts subsequent personality change. - https://www.ncbi.nlm.nih.gov/pubmed/27151536" + ] + }, + "combos": { + "mushrooms": { + "status": "Low Risk & Synergy" + }, + "dmt": { + "status": "Low Risk & Synergy" + }, + "mescaline": { + "status": "Low Risk & Synergy" + }, + "dox": { + "status": "Low Risk & Synergy" + }, + "nbomes": { + "status": "Low Risk & Synergy" + }, + "2c-x": { + "status": "Low Risk & Synergy" + }, + "2c-t-x": { + "status": "Low Risk & Synergy" + }, + "amt": { + "status": "Low Risk & Synergy" + }, + "5-meo-xxt": { + "status": "Low Risk & Synergy" + }, + "cannabis": { + "status": "Caution", + "note": "Cannabis has an unexpectedly strong and somewhat unpredictable synergy with psychedelics." + }, + "ketamine": { + "status": "Low Risk & Synergy" + }, + "mxe": { + "status": "Low Risk & Synergy" + }, + "dxm": { + "status": "Low Risk & Synergy" + }, + "pcp": { + "status": "Low Risk & Synergy" + }, + "nitrous": { + "status": "Low Risk & Synergy" + }, + "amphetamines": { + "status": "Caution", + "note": "Stimulants increase anxiety levels and the risk of thought loops which can lead to negative experiences" + }, + "mdma": { + "status": "Low Risk & Synergy" + }, + "cocaine": { + "status": "Caution", + "note": "Stimulants increase anxiety levels and the risk of thought loops which can lead to negative experiences" + }, + "caffeine": { + "status": "Low Risk & No Synergy" + }, + "alcohol": { + "status": "Low Risk & Decrease" + }, + "ghb/gbl": { + "status": "Low Risk & Decrease" + }, + "opioids": { + "status": "Low Risk & No Synergy" + }, + "tramadol": { + "status": "Unsafe", + "note": "Tramadol is well known to lower seizure threshold and psychedelics also cause occasional seizures." + }, + "benzodiazepines": { + "status": "Low Risk & Decrease" + }, + "benzos": { + "status": "Low Risk & Decrease" + }, + "maois": { + "status": "Low Risk & Decrease" + }, + "ssris": { + "status": "Low Risk & Decrease" + } + }, + "id": 472 + }, + "medazepam": { + "name": "medazepam", + "properties": { + "summary": "Benzodiazepine derivative that has all of the classic benzodiazepine effects. Is a long-acting benzodiazepine drug (Half life of 36-200 hours) Is rarely prescribed in most countries. Is also a prodrug for Diazepam. Think of it as Desoxy-Diazepam if you'd like to.", + "dose": "Light: 5-10mg Common: 10-20mg Strong: 20-40mg.", + "onset": "30-120 minutes.", + "duration": "8-16 hours.", + "after-effects": "1-172 hours.", + "avoid": "All other CNS depressants.", + "categories": [ + "depressant", + "benzodiazepine", + "habit-forming" + ], + "aliases": [ + "nobrium", + "azepamid", + "rudotel", + "raporan", + "mezapam", + "talis" + ], + "dose_to_diazepam": "Medazepam - 10mg ~=10mg Diazepam." + }, + "pretty_name": "Medazepam", + "aliases": [ + "nobrium", + "azepamid", + "rudotel", + "raporan", + "mezapam", + "talis" + ], + "categories": [ + "depressant", + "benzodiazepine", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "5-10mg", + "Common": "10-20mg", + "Strong": "20-40mg." + } + }, + "formatted_duration": { + "value": "8-16", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-120", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-172", + "_unit": "hours" + }, + "id": 473 + }, + "pcp": { + "name": "pcp", + "properties": { + "summary": "A strong dissociative drug. PCP works primarily as an NMDA receptor antagonist. Also referred to as \"wet\" or \"angel dust\". Best known for stories of the strange and sometimes violent behaviour of those under its influence, though it is likely these are only in overdose cases.", + "aliases": [ + "angeldust", + "phencyclidine", + "angel", + "dust", + "angel_dust", + "wet" + ], + "dose": "Oral Light: 2-5mg Common: 5-10mg Strong: 10-15mg+ | Insufflated Light: 2-4mg Common: 4-8mg Strong: 8-15mg+ | NOTE: Be cautious with dosing, this drug is known to cause mania.", + "duration": "4-6 hours", + "after-effects": "12-24 hours", + "onset": "2-20mins", + "categories": [ + "dissociative", + "habit-forming" + ] + }, + "pretty_name": "PCP", + "aliases": [ + "angeldust", + "phencyclidine", + "angel", + "dust", + "angel_dust", + "wet" + ], + "categories": [ + "dissociative", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "2-5mg", + "Common": "5-10mg", + "Strong": "10-15mg+" + }, + "Insufflated": { + "Light": "2-4mg", + "Common": "4-8mg", + "Strong": "8-15mg+" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "2-20mins" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_PCP.shtml" + }, + "pweffects": { + "Acuity suppression": "https://psychonautwiki.org/wiki/Acuity_suppression", + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Auditory suppression": "https://psychonautwiki.org/wiki/Auditory_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Consciousness disconnection": "https://psychonautwiki.org/wiki/Consciousness_disconnection", + "Creativity enhancement": "https://psychonautwiki.org/wiki/Creativity_enhancement", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Depersonalization": "https://psychonautwiki.org/wiki/Depersonalization", + "Derealization": "https://psychonautwiki.org/wiki/Derealization", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Double vision": "https://psychonautwiki.org/wiki/Double_vision", + "Déjà vu": "https://psychonautwiki.org/wiki/D%C3%A9j%C3%A0_vu", + "Environmental cubism": "https://psychonautwiki.org/wiki/Environmental_cubism", + "Environmental orbism": "https://psychonautwiki.org/wiki/Environmental_orbism", + "External hallucinations": "https://psychonautwiki.org/wiki/External_hallucinations", + "Frame rate suppression": "https://psychonautwiki.org/wiki/Frame_rate_suppression", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Pattern recognition suppression": "https://psychonautwiki.org/wiki/Pattern_recognition_suppression", + "Perception of decreased weight": "https://psychonautwiki.org/wiki/Perception_of_decreased_weight", + "Perspective distortions": "https://psychonautwiki.org/wiki/Perspective_distortions", + "Physical autonomy": "https://psychonautwiki.org/wiki/Physical_autonomy", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Psychosis": "https://psychonautwiki.org/wiki/Psychosis", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Tactile disconnection": "https://psychonautwiki.org/wiki/Tactile_disconnection", + "Tactile suppression": "https://psychonautwiki.org/wiki/Tactile_suppression", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Visual disconnection": "https://psychonautwiki.org/wiki/Visual_disconnection", + "Visual sliding": "https://psychonautwiki.org/wiki/Visual_sliding" + }, + "formatted_aftereffects": { + "value": "12-24", + "_unit": "hours" + }, + "dose_note": " NOTE: Be cautious with dosing, this drug is known to cause mania.", + "combos": { + "mushrooms": { + "status": "Low Risk & Synergy" + }, + "lsd": { + "status": "Low Risk & Synergy" + }, + "dmt": { + "status": "Low Risk & Synergy" + }, + "mescaline": { + "status": "Low Risk & Synergy" + }, + "dox": { + "status": "Unsafe", + "note": "Details of this combination are not well understood but PCP generally interacts in an unpredictable manner." + }, + "nbomes": { + "status": "Low Risk & Synergy" + }, + "2c-x": { + "status": "Low Risk & Synergy" + }, + "2c-t-x": { + "status": "Dangerous" + }, + "amt": { + "status": "Dangerous" + }, + "5-meo-xxt": { + "status": "Dangerous" + }, + "cannabis": { + "status": "Low Risk & Synergy" + }, + "ketamine": { + "status": "Low Risk & Synergy" + }, + "mxe": { + "status": "Caution", + "note": "There are no reports available about this combination" + }, + "dxm": { + "status": "Dangerous" + }, + "nitrous": { + "status": "Low Risk & Synergy" + }, + "amphetamines": { + "status": "Unsafe", + "note": "This combination can easily lead to hypermanic states" + }, + "mdma": { + "status": "Unsafe", + "note": "This combination can easily lead to hypermanic states" + }, + "cocaine": { + "status": "Unsafe", + "note": "This combination can easily lead to hypermanic states" + }, + "caffeine": { + "status": "Caution", + "note": "Details of this combination are not well understood but PCP generally interacts in an unpredictable manner." + }, + "alcohol": { + "status": "Unsafe", + "note": "Details of this combination are not well understood but PCP generally interacts in an unpredictable manner." + }, + "ghb/gbl": { + "status": "Dangerous", + "note": "Details of this combination are not well understood but PCP generally interacts in an unpredictable manner." + }, + "opioids": { + "status": "Caution", + "note": "PCP can reduce opioid tolerance, increasing the risk of overdose" + }, + "tramadol": { + "status": "Dangerous" + }, + "benzodiazepines": { + "status": "Unsafe", + "note": "Both substances potentiate the ataxia and sedation caused by the other and can lead to unexpected loss of consciousness at high doses. While unconscious, vomit aspiration is a risk if not placed in the recovery position. Memory blackouts are likely" + }, + "benzos": { + "status": "Unsafe", + "note": "Both substances potentiate the ataxia and sedation caused by the other and can lead to unexpected loss of consciousness at high doses. While unconscious, vomit aspiration is a risk if not placed in the recovery position. Memory blackouts are likely" + }, + "maois": { + "status": "Dangerous", + "note": "This combination is very poorly explored" + }, + "ssris": { + "status": "Unsafe", + "note": "Details of this combination are not well understood but PCP generally interacts in an unpredictable manner." + } + }, + "id": 474 + }, + "c30-nbome": { + "name": "c30-nbome", + "properties": { + "summary": "Inactive, if you do feel effects from \"C30-NBOMe\" you're either having the placebo effect of the world, or are being sold something else, and I recommend you send it in for testing somewhere.", + "categories": [ + "research-chemical", + "inactive" + ] + }, + "pretty_name": "C30-NBOMe", + "categories": [ + "research-chemical", + "inactive" + ], + "id": 475 + }, + "sufentanil": { + "name": "sufentanil", + "properties": { + "summary": "An synthetic analgesic drug that is roughly between 5-10x the potency of it's parent drug, (Fentanyl); It's use is very contained to surgery and post-operative pain.", + "onset": "1-2 minutes.", + "duration": "5-10 minutes.", + "categories": [ + "opioid", + "depressant", + "habit-forming" + ], + "dose": "Light: 1-5ug Common: 5-10ug Strong: 10-25ug.", + "after-effects": "1-12 hours." + }, + "pretty_name": "Sufentanil", + "categories": [ + "opioid", + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "1-5ug", + "Common": "5-10ug", + "Strong": "10-25ug." + } + }, + "formatted_duration": { + "value": "5-10", + "_unit": "minutes" + }, + "formatted_onset": { + "value": "1-2", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 476 + }, + "clonazolam": { + "name": "clonazolam", + "properties": { + "onset": "10-30 minutes", + "duration": "6-10 hours.", + "dose": "Threshold: 50-75ug Light: 75-200ug Common: 200-400ug Heavy: 500-1000ug", + "avoid": "All other CNS depressants.", + "summary": "A long lasting benzodiazepine with heavily hypnotic effects. The safety profile is not well established, and there have been reports that people taking it three days in a row have had a seizure. Most comparable to Triazolam, but with a much longer half-life.", + "categories": [ + "benzodiazepine", + "research-chemical", + "habit-forming", + "depressant", + "common" + ], + "aliases": [ + "c-lam", + "clam" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "after-effects": "1-12 hours." + }, + "pretty_name": "Clonazolam", + "aliases": [ + "c-lam", + "clam" + ], + "categories": [ + "benzodiazepine", + "research-chemical", + "habit-forming", + "depressant", + "common" + ], + "formatted_dose": { + "Oral": { + "Threshold": "50-75ug", + "Light": "75-200ug", + "Common": "200-400ug", + "Heavy": "500-1000ug" + } + }, + "formatted_duration": { + "value": "6-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-30", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Clonazolam.shtml" + }, + "pweffects": { + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Analysis suppression": "https://psychonautwiki.org/wiki/Analysis_suppression", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Emotion suppression": "https://psychonautwiki.org/wiki/Emotion_suppression", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Muscle relaxation": "https://psychonautwiki.org/wiki/Muscle_relaxation", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 477 + }, + "phenmetrazine": { + "name": "phenmetrazine", + "properties": { + "duration": "4-8 hours. More or less dependent on stomach contents and metabolism.", + "aliases": [ + "preludin" + ], + "summary": "Stimulant drug that was previously used as an appetite suppresant, has been withdrawn from the market, due to concerns of abuse and addiction. Usually produces less nervousness, euphoria, and insomnia than drugs of the amphetamine family. Also as a study concluded, it is slightly more effective than dextroamphetamine as a weight loss agent.", + "dose": "Common: 25-50mg Dangerous: 80mg+", + "onset": "15-30 minutes.", + "categories": [ + "stimulant", + "habit-forming" + ], + "after-effects": "1-12 hours." + }, + "pretty_name": "Phenmetrazine", + "aliases": [ + "preludin" + ], + "categories": [ + "stimulant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Common": "25-50mg", + "Dangerous": "80mg+" + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 478 + }, + "2-chloro-ephenidine": { + "name": "2-chloro-ephenidine", + "properties": { + "summary": "Analogue of Ephenidine. Very little is known about this quite obscure compound. Very likely to exhibit dissociative effects, and is slightly less potent than the parent drug Ephenidine.", + "dose": "Oral Light: 100-130mg Common: 130-175mg Strong: 175-200mg Heavy: 200mg+", + "categories": [ + "dissociative", + "research-chemical", + "tentative" + ], + "onset": "10-30 minutes", + "duration": "3-6 hours", + "after-effects": "1-6 hours.", + "aliases": [ + "2-chloroephenidine", + "2chloroephenidine", + "2-cl-ephenidine", + "2clephenidine" + ] + }, + "pretty_name": "2-Chloroephenidine", + "aliases": [ + "2-chloroephenidine", + "2chloroephenidine", + "2-cl-ephenidine", + "2clephenidine" + ], + "categories": [ + "dissociative", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "100-130mg", + "Common": "130-175mg", + "Strong": "175-200mg", + "Heavy": "200mg+" + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 479 + }, + "acryl-fentanyl": { + "name": "acryl-fentanyl", + "properties": { + "summary": "A rare opioid and fentanyl analogue (not to be confused with acetyl-fentanyl), this drug is a powerful and potent analgesic. Little reliable information exists, even for basic usage such as dosage. Exercise extreme caution. Overdose may result in respiratory depression. Do not mix with depressants or stimulants. Potentially neurotoxic and carcinogenic.", + "dose": "Light: 5-12.5ug Common: 12.5-25ug Strong: 25.47.5ug+ | Note: Please exercise extreme caution with this substance.", + "duration": "3-5 hours.", + "categories": [ + "opioid", + "research-chemical", + "habit-forming", + "tentative", + "depressant" + ], + "effects": "Euphoria, Dry Mouth, Mood lift, Itchiness, Relaxant, Constipation, Pupil constriction, Analgesia.", + "onset": "10-45 minutes.", + "after-effects": "1-16 hours." + }, + "pretty_name": "Acrylfentanyl", + "categories": [ + "opioid", + "research-chemical", + "habit-forming", + "tentative", + "depressant" + ], + "formatted_dose": { + "Light:": { + "Light": "5-12.5ug", + "Common": "12.5-25ug", + "Strong": "25.47.5ug+" + } + }, + "formatted_duration": { + "value": "3-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-45", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "Dry Mouth", + "Mood lift", + "Itchiness", + "Relaxant", + "Constipation", + "Pupil constriction", + "Analgesia", + "" + ], + "formatted_aftereffects": { + "value": "1-16", + "_unit": "hours" + }, + "dose_note": " Note: Please exercise extreme caution with this substance.", + "id": 480 + }, + "1,4-butanediol": { + "name": "1,4-butanediol", + "properties": { + "aliases": [ + "bd", + "1,4-bd", + "14bd" + ], + "onset": "10-45 minutes.", + "duration": "3-5 hours", + "avoid": "All other CNS depressants.", + "dose": "Light: 0.5-1ml Common: 1-1.5ml Strong: 1.5ml+", + "summary": "1,4-BD is a clear liquid with intoxicating effects. It is a pro-drug for GHB, and has similar though reportedly inferior effects. It also carries the potential for more health risks than GHB, such as liver toxicity.", + "categories": [ + "depressant", + "habit-forming" + ], + "half-life": "39.3 minutes +/- 11 minutes.", + "after-effects": "2-4 hours", + "test-kits": "Marquis: Faint Brown. | Mandelin: Brown." + }, + "pretty_name": "1,4-Butanediol", + "aliases": [ + "bd", + "1,4-bd", + "14bd" + ], + "categories": [ + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "0.5-1ml", + "Common": "1-1.5ml", + "Strong": "1.5ml+" + } + }, + "formatted_duration": { + "value": "3-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-45", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_14Butanediol.shtml" + }, + "pweffects": { + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Dehydration": "https://psychonautwiki.org/wiki/Dehydration", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Empathy, love, and sociability enhancement": "https://psychonautwiki.org/wiki/Empathy,_love,_and_sociability_enhancement", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration" + }, + "formatted_aftereffects": { + "value": "2-4", + "_unit": "hours" + }, + "id": 481 + }, + "amfecloral": { + "name": "amfecloral", + "properties": { + "summary": "Is a stimulant drug of the Phenethylamine and Amphetamine class. It was used as an appetite suppressant, yet is no longer marketed. It's also interesting that it acts as a prodrug to both Amphetamine and Chloral Hydrate.", + "categories": [ + "stimulant", + "depressant" + ], + "after-effects": "1-12 hours.", + "duration": "5-8 hours.", + "onset": "10-30 minutes." + }, + "pretty_name": "Amfecloral", + "categories": [ + "stimulant", + "depressant" + ], + "formatted_duration": { + "value": "5-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 482 + }, + "ashwagandha": { + "name": "ashwagandha", + "properties": { + "summary": "Is an Adaptogen. It is commonly used for its ability to prevent anxiety. It also is helpful in relieving insomnia. It's name means \"Smell of Horse\" due to its smell and the traditional belief that ingesting the this herb will give you the strength and virility of a horse.", + "onset": "15-60 minutes.", + "duration": "6-12 hours.", + "dose": "Light: 300-500 Common: 500-1000 Strong: 1000-2000", + "categories": [ + "depressant", + "supplement", + "common" + ], + "after-effects": "1-8 hours." + }, + "pretty_name": "Ashwagandha", + "categories": [ + "depressant", + "supplement", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "300-500", + "Common": "500-1000", + "Strong": "1000-2000" + } + }, + "formatted_duration": { + "value": "6-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-60", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 483 + }, + "dxm": { + "name": "dxm", + "properties": { + "dose": "Oral First-Plateau: 1.5-2.5mg/kg Second-Plateau: 2.5-7.5mg/kg Third-Plateau: 7.5-15mg/kg Fourth: 15-20mg/kg | NOTE: See http://dxm.tripsit.me for mg/lb doses, among other things. Deaths have been reported at 25mg/kg", + "summary": "Commonly found in certain over the counter cough medicines. Has dissociative effects similar to ketamine or MXE, though also shares properties with opioids and alcohol. Make sure DXM is the only active ingredient in the preparation.", + "aliases": [ + "dextromethorphan", + "robo", + "syrup", + "robotussin", + "dex", + "robitussin" + ], + "onset": "20-60 minutes", + "duration": "6-8 hours", + "calculator": "http://dxm.tripsit.me", + "categories": [ + "dissociative", + "habit-forming", + "common" + ], + "chart": "http://taimapedia.org/images/4/46/DXMDosingChart.png", + "after-effects": "1-12 hours." + }, + "pretty_name": "DXM", + "aliases": [ + "dextromethorphan", + "robo", + "syrup", + "robotussin", + "dex", + "robitussin" + ], + "categories": [ + "dissociative", + "habit-forming", + "common" + ], + "formatted_dose": { + "Oral": { + "First-Plateau": "1.5-2.5mg/kg", + "Second-Plateau": "2.5-7.5mg/kg", + "Third-Plateau": "7.5-15mg/kg", + "Fourth": "15-20mg/kg" + } + }, + "formatted_duration": { + "value": "6-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-60", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_DXM.shtml" + }, + "pweffects": { + "Acuity suppression": "https://psychonautwiki.org/wiki/Acuity_suppression", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Auditory suppression": "https://psychonautwiki.org/wiki/Auditory_suppression", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Consciousness disconnection": "https://psychonautwiki.org/wiki/Consciousness_disconnection", + "Cough suppression": "https://psychonautwiki.org/wiki/Cough_suppression", + "Creativity enhancement": "https://psychonautwiki.org/wiki/Creativity_enhancement", + "Depersonalization": "https://psychonautwiki.org/wiki/Depersonalization", + "Derealization": "https://psychonautwiki.org/wiki/Derealization", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Double vision": "https://psychonautwiki.org/wiki/Double_vision", + "Déjà vu": "https://psychonautwiki.org/wiki/D%C3%A9j%C3%A0_vu", + "Environmental cubism": "https://psychonautwiki.org/wiki/Environmental_cubism", + "Environmental orbism": "https://psychonautwiki.org/wiki/Environmental_orbism", + "External hallucinations": "https://psychonautwiki.org/wiki/External_hallucinations", + "Frame rate suppression": "https://psychonautwiki.org/wiki/Frame_rate_suppression", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Pattern recognition suppression": "https://psychonautwiki.org/wiki/Pattern_recognition_suppression", + "Perception of decreased weight": "https://psychonautwiki.org/wiki/Perception_of_decreased_weight", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Perspective distortions": "https://psychonautwiki.org/wiki/Perspective_distortions", + "Physical autonomy": "https://psychonautwiki.org/wiki/Physical_autonomy", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Tactile disconnection": "https://psychonautwiki.org/wiki/Tactile_disconnection", + "Tactile suppression": "https://psychonautwiki.org/wiki/Tactile_suppression", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Unity and interconnectedness": "https://psychonautwiki.org/wiki/Unity_and_interconnectedness", + "Visual disconnection": "https://psychonautwiki.org/wiki/Visual_disconnection", + "Visual sliding": "https://psychonautwiki.org/wiki/Visual_sliding" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "dose_note": " NOTE: See http://dxm.tripsit.me for mg/lb doses, among other things. Deaths have been reported at 25mg/kg", + "sources": { + "_general": [ + "Dextromethorphan and its metabolite dextrorphan block alpha3beta4 neuronal nicotinic receptors. - http://www.ncbi.nlm.nih.gov/pubmed/10869398", + "Dextromethorphan potentiates the antinociceptive effects of morphine and the delta-opioid agonist SNC80 in squirrel monkeys. - http://www.ncbi.nlm.nih.gov/pubmed/11805202", + "Dextromethorphan psychosis, dependence and physical withdrawal. - http://www.ncbi.nlm.nih.gov/pubmed/16318953", + "Evaluation the effects of dextromethorphan and midazolam on morphine induced tolerance and dependence in mice. - http://www.ncbi.nlm.nih.gov/pubmed/18819620", + "Dextromethorphan as a potential rapid-acting antidepressant. - http://www.ncbi.nlm.nih.gov/pubmed/21367535", + "The treatment of heroin addicts with dextromethorphan: a double-blind comparison of dextromethorphan with chlorpromazine. - http://www.ncbi.nlm.nih.gov/pubmed/2187002", + "High doses of dextromethorphan, an NMDA antagonist, produce effects similar to classic hallucinogens. - http://www.ncbi.nlm.nih.gov/pubmed/22526529", + "Lack of efficacy of dextromethorphan in managing alcohol withdrawal: a preliminary report of a randomized, double-blind, placebo-controlled trial. - http://www.ncbi.nlm.nih.gov/pubmed/24346753" + ] + }, + "combos": { + "mushrooms": { + "status": "Low Risk & Synergy" + }, + "lsd": { + "status": "Low Risk & Synergy" + }, + "dmt": { + "status": "Low Risk & Synergy" + }, + "mescaline": { + "status": "Low Risk & Synergy" + }, + "dox": { + "status": "Unsafe", + "note": "The DOx class as psychedelic stimulants have the potential to mask the effects of DXM and could lead to redosing to an unsafe level. DXM can also potentiate DOx resulting in an unpleasantly intense experience." + }, + "nbomes": { + "status": "Unsafe" + }, + "2c-x": { + "status": "Low Risk & Synergy" + }, + "2c-t-x": { + "status": "Unsafe" + }, + "amt": { + "status": "Dangerous" + }, + "5-meo-xxt": { + "status": "Unsafe", + "note": "Little information exists about this combination." + }, + "cannabis": { + "status": "Low Risk & Synergy" + }, + "ketamine": { + "status": "Low Risk & No Synergy" + }, + "mxe": { + "status": "Low Risk & No Synergy" + }, + "pcp": { + "status": "Dangerous" + }, + "nitrous": { + "status": "Low Risk & Synergy" + }, + "amphetamines": { + "status": "Unsafe", + "note": "Both substances raise heart rate, in extreme cases, panic attacks caused by these drugs have led to more serious heart issues." + }, + "mdma": { + "status": "Dangerous" + }, + "cocaine": { + "status": "Unsafe", + "note": "Both substances raise heart rate, in extreme cases, panic attacks caused by these drugs have led to more serious heart issues" + }, + "caffeine": { + "status": "Low Risk & No Synergy", + "note": "High doses of caffeine may cause anxiety which is less manageable when tripping, and since both are stimulating the combination may cause some physical discomfort." + }, + "alcohol": { + "status": "Dangerous", + "note": "Both substances potentiate the ataxia and sedation caused by the other and can lead to unexpected loss of consciousness at high doses. Place affected patients in the recovery position to prevent vomit aspiration from excess. Additionally CNS depression can lead to difficulty breathing. Avoid on anything higher than 1st plateau." + }, + "ghb/gbl": { + "status": "Dangerous", + "note": "Both substances cause ataxia and bring a risk of vomiting and unconsciousness. If the patient falls unconscious while under the influence there is a severe risk of vomit aspiration if they are not placed in the recovery position. This combination is hard to predict" + }, + "opioids": { + "status": "Dangerous", + "note": "CNS depression, difficult breathing, heart issues, hepatoxic, just very unsafe combination all around. Additionally if one takes dxm, their tolerance of opiates goes down slightly, thus causing additional synergistic effects." + }, + "tramadol": { + "status": "Dangerous" + }, + "benzodiazepines": { + "status": "Caution", + "note": "Small doses of benzos can end a bad trip, but both substances potentiate the ataxia and sedation caused by the other and this can lead to unexpected loss of consciousness at high doses. While unconscious, vomit aspiration is a risk if not placed in the recovery position." + }, + "benzos": { + "status": "Caution", + "note": "Small doses of benzos can end a bad trip, but both substances potentiate the ataxia and sedation caused by the other and this can lead to unexpected loss of consciousness at high doses. While unconscious, vomit aspiration is a risk if not placed in the recovery position." + }, + "maois": { + "status": "Dangerous", + "note": "High risk of serotonin syndrome" + }, + "ssris": { + "status": "Dangerous", + "note": "High risk of serotonin syndrome." + } + }, + "id": 484 + }, + "carphedon": { + "name": "carphedon", + "properties": { + "summary": "A nootropic and piracetam analogue also known as fonturacetam, this drug has been shown to have potential memory enhancing, anxiolytic, anti-amnesia and anti-depressive effects, however has little recreational value. Around 45x more potent than Piracetam.", + "aliases": [ + "phenylpiracetam", + "phenotropil" + ], + "onset": "Rapid.", + "duration": "4-6 hours.", + "dose": "Oral Common: 100-200mg | NOTE: Typically taken up to three times a day.", + "categories": [ + "stimulant", + "research-chemical", + "nootropic" + ], + "after-effects": "1-4 hours." + }, + "pretty_name": "Phenylpiracetam", + "aliases": [ + "phenylpiracetam", + "phenotropil" + ], + "categories": [ + "stimulant", + "research-chemical", + "nootropic" + ], + "formatted_dose": { + "Oral": { + "Common": "100-200mg" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "Rapid." + }, + "formatted_aftereffects": { + "value": "1-4", + "_unit": "hours" + }, + "dose_note": " NOTE: Typically taken up to three times a day.", + "id": 485 + }, + "4-mec": { + "name": "4-mec", + "properties": { + "summary": "A substituted cathinone stimulant; little is known about its safety or subjective effects. It is believed to have similar effects to mephedrone, but with a lower potency and a stronger stimulating character.", + "aliases": [ + "4-Methylethcathinone", + "4mec", + "4-methylethcathinone" + ], + "dose": "Oral Light: 50-100mg Common: 100-200mg Strong: 200mg+ | Insufflated Light: 25-40mg Common: 40-100mg Strong: 100-150mg+", + "onset": "Oral: 15-45 minutes. Insufflated 3-5 minutes.", + "duration": "Oral: 2-5 hours. Insufflated 2-3 hours.", + "after-effects": "2-4 hours.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "effects": "Euphoria, increased energy/alertness, decreased need for sleep, increased sociability, mood lift, increased sexuality, excessive talking, decreased appetite, weight loss, sweating, disturbed sleep patterns, bruxism, visual and auditory hallucinations, itchiness, aggressiveness, moodiness." + }, + "pretty_name": "4-MEC", + "aliases": [ + "4-Methylethcathinone", + "4mec", + "4-methylethcathinone" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "50-100mg", + "Common": "100-200mg", + "Strong": "200mg+" + }, + "Insufflated": { + "Light": "25-40mg", + "Common": "40-100mg", + "Strong": "100-150mg+" + } + }, + "formatted_duration": { + "Oral": "2-5", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-45", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "decreased need for sleep", + "increased sociability", + "mood lift", + "increased sexuality", + "excessive talking", + "decreased appetite", + "weight loss", + "sweating", + "disturbed sleep patterns", + "bruxism", + "visual and auditory hallucinations", + "itchiness", + "aggressiveness", + "moodiness", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_4Methylethcathinone.shtml" + }, + "formatted_aftereffects": { + "value": "2-4", + "_unit": "hours" + }, + "id": 486 + }, + "naproxen": { + "name": "naproxen", + "properties": { + "summary": "A very common pain reliever/fever reducer also known as Aleve. Naproxen is in the same category as Ibuprofen, which is also a nonsteroidal anti-inflammatory. This drug is available in most places over the counter. Is sometimes used to reduce the body-load of certain drugs.", + "onset": "1 hour.", + "duration": "4-6 hours. ER forumulations up to 12 hours.", + "dose": "Common: 250-500mg | Note: Maximum recommended daily dose is 1500mg.", + "avoid": "Alcoholic beverages.", + "categories": [ + "common" + ] + }, + "pretty_name": "Naproxen", + "categories": [ + "common" + ], + "formatted_dose": { + "Common:": { + "Common": "250-500mg" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "1" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Naproxen.shtml" + }, + "dose_note": " Note: Maximum recommended daily dose is 1500mg.", + "id": 487 + }, + "mdai": { + "name": "mdai", + "properties": { + "summary": "A selective serotonin releasing agent which is rarely used without a stimulant to obtain desirable effects. Previously believed not to be neuruotoxic, however MDAI has been implicated in several lethal and non-lethal intoxications, and as such may pose more of a risk to health than previously believed.", + "dose": "Threshold: 20-40mg Light: 40-100mg Common: 100-150mg Heavy: 150-300mg+", + "onset": "30-60 minutes", + "duration": "4-6 hours.", + "categories": [ + "psychedelic", + "stimulant", + "research-chemical", + "habit-forming", + "empathogen" + ], + "after-effects": "1-8 hours." + }, + "pretty_name": "MDAI", + "categories": [ + "psychedelic", + "stimulant", + "research-chemical", + "habit-forming", + "empathogen" + ], + "formatted_dose": { + "Oral": { + "Threshold": "20-40mg", + "Light": "40-100mg", + "Common": "100-150mg", + "Heavy": "150-300mg+" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-60", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_MDAI.shtml" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 488 + }, + "1p-eth-lad": { + "name": "1p-eth-lad", + "properties": { + "categories": [ + "psychedelic", + "tentative", + "research-chemical" + ], + "dose": "Oral Threshold: 20-30ug Light: 30-60ug Common: 60-100ug Strong: 100-200ug+ | NOTE: These doses are very tentative, and are based on the likelihood that the dosage profile will be similar to ETH-LAD.", + "onset": "15-90 minutes", + "duration": "6-10 hours.", + "summary": "A new psychedelic lysergamide which is suspected to be a prodrug of ETH-LAD, which could explain why the doses are very similar. Or it could be active on its own. Scientific studies would need to be written to understand, yet there are none.", + "aliases": [ + "1pethlad" + ], + "after-effects": "2-12 hours.", + "experiences": "https://erowid.org/experiences/subs/exp_1PETHLAD.shtml" + }, + "pretty_name": "1P-ETH-LAD", + "aliases": [ + "1pethlad" + ], + "categories": [ + "psychedelic", + "tentative", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Threshold": "20-30ug", + "Light": "30-60ug", + "Common": "60-100ug", + "Strong": "100-200ug+" + } + }, + "formatted_duration": { + "value": "6-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-90", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "2-12", + "_unit": "hours" + }, + "dose_note": " NOTE: These doses are very tentative, and are based on the likelihood that the dosage profile will be similar to ETH-LAD.", + "id": 489 + }, + "diphenidine": { + "name": "diphenidine", + "properties": { + "summary": "A dissociative anaesthetic related to ephenidine with similar qualities to PCP and ketamine. Has seen some popularity as a recreational RC. Dosage curve has been reported as particularly steep, so care should be taken.", + "dose": "Oral Threshold: 50mg Light: 70-85mg Common: 85-110mg Heavy: 110-150mg | NOTE: Diphenidine is an extremely new substance with very little record of human use. Start low, work your way up.", + "onset": "15-30 minutes", + "duration": "4-6 hours", + "categories": [ + "dissociative", + "research-chemical", + "habit-forming", + "tentative" + ], + "after-effects": "4-24 hours", + "aliases": [ + "dpd" + ] + }, + "pretty_name": "Diphenidine", + "aliases": [ + "dpd" + ], + "categories": [ + "dissociative", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Threshold": "50mg", + "Light": "70-85mg", + "Common": "85-110mg", + "Heavy": "110-150mg" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-30", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Diphenidine.shtml" + }, + "pweffects": { + "Acuity suppression": "https://psychonautwiki.org/wiki/Acuity_suppression", + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Auditory suppression": "https://psychonautwiki.org/wiki/Auditory_suppression", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Consciousness disconnection": "https://psychonautwiki.org/wiki/Consciousness_disconnection", + "Depersonalization": "https://psychonautwiki.org/wiki/Depersonalization", + "Derealization": "https://psychonautwiki.org/wiki/Derealization", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Double vision": "https://psychonautwiki.org/wiki/Double_vision", + "Déjà vu": "https://psychonautwiki.org/wiki/D%C3%A9j%C3%A0_vu", + "Environmental cubism": "https://psychonautwiki.org/wiki/Environmental_cubism", + "Environmental orbism": "https://psychonautwiki.org/wiki/Environmental_orbism", + "Frame rate suppression": "https://psychonautwiki.org/wiki/Frame_rate_suppression", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Pattern recognition suppression": "https://psychonautwiki.org/wiki/Pattern_recognition_suppression", + "Perception of decreased weight": "https://psychonautwiki.org/wiki/Perception_of_decreased_weight", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Perspective distortions": "https://psychonautwiki.org/wiki/Perspective_distortions", + "Physical autonomy": "https://psychonautwiki.org/wiki/Physical_autonomy", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Tactile disconnection": "https://psychonautwiki.org/wiki/Tactile_disconnection", + "Tactile suppression": "https://psychonautwiki.org/wiki/Tactile_suppression", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Visual disconnection": "https://psychonautwiki.org/wiki/Visual_disconnection" + }, + "formatted_aftereffects": { + "value": "4-24", + "_unit": "hours" + }, + "dose_note": " NOTE: Diphenidine is an extremely new substance with very little record of human use. Start low, work your way up.", + "id": 490 + }, + "am-2201": { + "name": "am-2201", + "properties": { + "summary": "A synthetic cannabanoid that is very potent. Active doses start at around 250ug's. Please be cautious with this substance. It has also been noted that it can cause convulsions.", + "dose": "Vapourized Light: 250-500ug Common: 500-1000ug Strong: 1000-2000ug", + "onset": "Vapourized: 1-3 minutes. | Oral: 15-30 minutes.", + "duration": "Vapourized: 30-90 minutes. | Oral: 60-180 minutes.", + "aliases": [ + "am2201" + ], + "after-effects": "15-60 minutes.", + "categories": [ + "research-chemical", + "tentative", + "habit-forming" + ] + }, + "pretty_name": "AM-2201", + "aliases": [ + "am2201" + ], + "categories": [ + "research-chemical", + "tentative", + "habit-forming" + ], + "formatted_dose": { + "Vapourized": { + "Light": "250-500ug", + "Common": "500-1000ug", + "Strong": "1000-2000ug" + } + }, + "formatted_duration": { + "Vapourized": "30-90", + "Oral": "60-180", + "_unit": "minutes" + }, + "formatted_onset": { + "Vapourized": "1-3", + "Oral": "15-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "15-60", + "_unit": "minutes" + }, + "id": 491 + }, + "pregabalin": { + "name": "pregabalin", + "properties": { + "summary": "Pregabalin (Lyrica) is a GABA derivative that is used to treat neuropathic pain and seizures, as well as anxiety.", + "duration": "6-14 hours (dependant on dose)", + "dose": "Light: 150-300mg Common: 300-600mg Strong: 600-900mg", + "onset": "90-150 minutes.", + "aliases": [ + "lyrica", + "pregablin" + ], + "categories": [ + "depressant", + "habit-forming", + "common" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "pregabalin": "(Lyrica) is a GABA derivative that is used to treat neuropathic pain and seizures, as well as anxiety. It is sometimes used recreationally, however an unusual tolerance profile renders it ineffective with regular use.", + "after-effects": "1-12 hours." + }, + "pretty_name": "Pregabalin", + "aliases": [ + "lyrica", + "pregablin" + ], + "categories": [ + "depressant", + "habit-forming", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "150-300mg", + "Common": "300-600mg", + "Strong": "600-900mg" + } + }, + "formatted_duration": { + "value": "6-14", + "_unit": "hours" + }, + "formatted_onset": { + "value": "90-150", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "pweffects": { + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Empathy, love, and sociability enhancement": "https://psychonautwiki.org/wiki/Empathy,_love,_and_sociability_enhancement", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Muscle spasms": "https://psychonautwiki.org/wiki/Muscle_spasms", + "Pain relief": "https://psychonautwiki.org/wiki/Pain_relief", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Seizure suppression": "https://psychonautwiki.org/wiki/Seizure_suppression", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "dose_note": " Note \u0004e", + "sources": { + "_general": [ + "Pregabalin reduces cocaine self-administration and relapse to cocaine seeking in the rat - http://www.ncbi.nlm.nih.gov/pubmed/22734646" + ] + }, + "id": 492 + }, + "ab-chminaca": { + "name": "ab-chminaca", + "properties": { + "summary": "A synthetic cannabinoid related to AB-FUBINACA which has had some mild popularity. There have been reports of death in overdose, similar to AB-FUBINACA and it has a low threshold dose. Exercise caution.", + "duration": "Vaporized: 1-2 hours | Oral: 5-12 hours", + "dose": "Light: 50-100µg Common: 100-250µg Strong: 250-400µg Heavy: 400µg+", + "categories": [ + "research-chemical", + "habit-forming", + "tentative" + ], + "onset": "Vaporized: 1-5 minutes | Oral: 20-80 minutes", + "after-effects": "Vapourized: 2-4 hours. | Oral: 5-12 hours." + }, + "pretty_name": "AB-CHMINACA", + "categories": [ + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "50-100µg", + "Common": "100-250µg", + "Strong": "250-400µg", + "Heavy": "400µg+" + } + }, + "formatted_duration": { + "Vaporized": "1-2", + "Oral": "5-12", + "_unit": "hours" + }, + "formatted_onset": { + "Vaporized": "1-5", + "Oral": "20-80", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "Vapourized": "2-4", + "Oral": "5-12", + "_unit": "hours" + }, + "id": 493 + }, + "clomethiazole": { + "name": "clomethiazole", + "properties": { + "an": "", + "summary": "Structurally related to Thiamine (vitamin B1), but with binding potential at the GABAa site, which causes it to produce effects most like those of a barbiturate: an effective sedative and hypnotic. Originally developed by Hoffman-LaRoche in the 1930s, it has seen use as a treatment for acute alcohol withdrawal.", + "onset": "15-40 minutes. ", + "duration": "5-8 hours. ", + "dose": "Oral Threshold: 100mg Light: 100-150mg Common: 150-200mg Heavy: 200mg+", + "warning": "The normal amount in capsules is 192mg's. Treat this more as a barbiturate than a benzodiazepine, as the toxicology for this substance is rather lacking.", + "categories": [ + "depressant", + "research-chemical", + "habit-forming", + "tentative" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "after-effects": "1-16 hours." + }, + "pretty_name": "Clomethiazole", + "categories": [ + "depressant", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Threshold": "100mg", + "Light": "100-150mg", + "Common": "150-200mg", + "Heavy": "200mg+" + } + }, + "formatted_duration": { + "value": "5-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-40", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "formatted_aftereffects": { + "value": "1-16", + "_unit": "hours" + }, + "id": 494 + }, + "sertraline": { + "name": "sertraline", + "properties": { + "categories": [ + "ssri" + ], + "aliases": [ + "zoloft", + "lustral" + ] + }, + "pretty_name": "Sertraline", + "aliases": [ + "zoloft", + "lustral" + ], + "categories": [ + "ssri" + ], + "id": 495 + }, + "glaucine": { + "name": "glaucine", + "properties": { + "summary": "An alkaloid that is found in several different scpecies in the Papaveraceae family. It has antiinflammatory and antitussive effects. Can also be referred to as Yellow Horned Poppy.", + "dose": "Oral Light: 50-100mg Common: 100-150mg Strong: 150-200mg+", + "onset": "45-90 minutes.", + "duration": "6-8 hours.", + "after-effects": "1-8 hours.", + "categories": [ + "opioid", + "habit-forming", + "depressant", + "tentative" + ] + }, + "pretty_name": "Glaucine", + "categories": [ + "opioid", + "habit-forming", + "depressant", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "50-100mg", + "Common": "100-150mg", + "Strong": "150-200mg+" + } + }, + "formatted_duration": { + "value": "6-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-90", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 496 + }, + "viagra": { + "name": "viagra", + "properties": { + "summary": "A medication originally developed to lower blood pressure, and now widely used to treat erectile dysfunction in men. Do not mix with anything that lowers blood pressure. Contact EMS if erection lasts longer than 4 hours.", + "dose": "Light: 25-30mg Common: 30-50mg Strong: 50-100mg.", + "duration": "3-6 hours.", + "onset": "10-60 minutes." + }, + "pretty_name": "Sildenafil", + "formatted_dose": { + "Oral": { + "Light": "25-30mg", + "Common": "30-50mg", + "Strong": "50-100mg." + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-60", + "_unit": "minutes" + }, + "id": 497 + }, + "25i-nboh": { + "name": "25i-nboh", + "properties": { + "summary": "A phenethylamine psychedelic and stimulant derivative of 2C-I, this compound is related and has similar effects to 25i-NBOMe. It is significantly more potent than 2C-I but less potent than 25i-NBOMe. Overdoses of NBOH compounds may cause dangerous vasoconstriction. May induce uncomfortable body load.", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "onset": "20-40 minutes", + "duration": "5-10 hours.", + "dose": "Threshold: 166ug-416ug Light: 416ug-766ug Common: 800-1400ug Strong: 1400ug-2000ug+", + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "aliases": [ + "nboh-2ci", + "cimbi-27" + ], + "after-effects": "1-12 hours.", + "avoid": "Other psychedelics, stimulants, and double dosing." + }, + "pretty_name": "25I-NBOH", + "aliases": [ + "nboh-2ci", + "cimbi-27" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Threshold": "166ug-416ug", + "Light": "416ug-766ug", + "Common": "800-1400ug", + "Strong": "1400ug-2000ug+" + } + }, + "formatted_duration": { + "value": "5-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-40", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_25INBOH.shtml" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 498 + }, + "isomethadone": { + "name": "isomethadone", + "properties": { + "summary": "Once a pharmaceutical drug also known as isoamidone, this opioid analgesic and methadone analogue was withdrawn from the market and is seldom seen today. Rarely abused, though reports state it is around twice as potent as methadone, and more euphoric.", + "categories": [ + "opioid", + "habit-forming", + "tentative", + "depressant" + ], + "dose": "Light: 1.5-2.5mg Common: 2.5-7.5mg Strong: 7.5-15mg", + "onset": "30-90 minutes", + "duration": "30-40 hours", + "avoid": "All other CNS depressants", + "effects": "Euphoria, Dry Mouth, Mood lift, Itchiness, Relaxant, Constipation, Pupil constriction, Analgesia.", + "after-effects": "1-24 hours." + }, + "pretty_name": "Isomethadone", + "categories": [ + "opioid", + "habit-forming", + "tentative", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "1.5-2.5mg", + "Common": "2.5-7.5mg", + "Strong": "7.5-15mg" + } + }, + "formatted_duration": { + "value": "30-40", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "Dry Mouth", + "Mood lift", + "Itchiness", + "Relaxant", + "Constipation", + "Pupil constriction", + "Analgesia", + "" + ], + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "id": 499 + }, + "neb": { + "name": "neb", + "properties": { + "summary": "N-Ethylbuphedrone, an uncommon substituted cathinone. First appeared around 2011 but has not become popular. Effects should somewhat resemble other cathinones generally. Short-acting stimulating with more dopamine action than serotonin.", + "aliases": [ + "n-ethylbuphedrone" + ], + "duration": "Oral: 90-180 minutes. | Insufflated: 90-120 minutes.", + "dose": "Oral Threshold: 30mg Light: 30-50mg Common: 50-80mg Strong: 80-100mg+ | Insufflated Light: 10-15mg Common: 15-30mg Strong: 30-45mg", + "onset": "Oral: 20-30 minutes | Insufflated: 5-10 minutes.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "after-effects": "1-6 hours." + }, + "pretty_name": "NEB", + "aliases": [ + "n-ethylbuphedrone" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Threshold": "30mg", + "Light": "30-50mg", + "Common": "50-80mg", + "Strong": "80-100mg+" + }, + "Insufflated": { + "Light": "10-15mg", + "Common": "15-30mg", + "Strong": "30-45mg" + } + }, + "formatted_duration": { + "Oral": "90-180", + "Insufflated": "90-120", + "_unit": "minutes" + }, + "formatted_onset": { + "Oral": "20-30", + "Insufflated": "5-10", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 500 + }, + "4-methylaminorex": { + "name": "4-methylaminorex", + "properties": { + "summary": "A very potent stimulant that has quite a long duration of action at around 16 hours.", + "onset": "5-15 minutes.", + "duration": "14-18 hours.", + "dose": "Threshold: 1mg Light: 1-5mg Common: 5-10mg Strong: 10-15mg Dangerous: 15-20mg+", + "aliases": [], + "after-effects": "1-24 hours.", + "categories": [ + "stimulant", + "habit-forming", + "tentative", + "research-chemical" + ] + }, + "pretty_name": "4-METHYLAMINOREX", + "aliases": [], + "categories": [ + "stimulant", + "habit-forming", + "tentative", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Threshold": "1mg", + "Light": "1-5mg", + "Common": "5-10mg", + "Strong": "10-15mg", + "Dangerous": "15-20mg+" + } + }, + "formatted_duration": { + "value": "14-18", + "_unit": "hours" + }, + "formatted_onset": { + "value": "5-15", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "id": 501 + }, + "hydrocodone": { + "name": "hydrocodone", + "properties": { + "dose": "Oral Light: 5-10mg Common: 10-25mg Strong: 25-40mg.", + "onset": "10-60 minutes depending on stomach contents.", + "avoid": "Alcohol (Can cause dangerous respiratory depression, which may result in death) Grapefruit juice (Inhibits enzymes in your small intestine, increasing absorption rate to a possible dangerous amount)", + "duration": "4-8 hours", + "categories": [ + "depressant", + "opioid", + "habit-forming", + "depressant", + "common" + ], + "summary": "A codeine-derived opioid generally unheard of outside the United States. Generally mild in effects, used as an analgesic and cough-supressant. Sometimes used recreationally.", + "aliases": [ + "vicodin", + "hydro" + ], + "bioavailability": "Oral 70-85%", + "effects": "Euphoria, Dry Mouth, Mood lift, Itchiness, Relaxant, Constipation, Pupil constriction, Analgesia.", + "after-effects": "1-12 hours." + }, + "pretty_name": "Hydrocodone", + "aliases": [ + "vicodin", + "hydro" + ], + "categories": [ + "depressant", + "opioid", + "habit-forming", + "depressant", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "5-10mg", + "Common": "10-25mg", + "Strong": "25-40mg." + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "Dry Mouth", + "Mood lift", + "Itchiness", + "Relaxant", + "Constipation", + "Pupil constriction", + "Analgesia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Hydrocodone.shtml" + }, + "pweffects": { + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Constipation": "https://psychonautwiki.org/wiki/Constipation", + "Cough suppression": "https://psychonautwiki.org/wiki/Cough_suppression", + "Difficulty urinating": "https://psychonautwiki.org/wiki/Difficulty_urinating", + "Itchiness": "https://psychonautwiki.org/wiki/Itchiness", + "Pain relief": "https://psychonautwiki.org/wiki/Pain_relief", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Pupil constriction": "https://psychonautwiki.org/wiki/Pupil_constriction", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 502 + }, + "dipipanone": { + "name": "dipipanone", + "properties": { + "summary": "A powerful opioid of equivalent strength to morphine, rarely seen outside of medical environments. Often used to treat severe pain where morphine is contraindicated. Usually found in combination with the antihistamine Cyclizine, which potentiates it.", + "dose": "Light: 3-5mg Common: 5-10mg Strong: 10-20mg+", + "onset": "Oral: 15-30 minutes | Insufflated: 5-15 minutes. | Intravenous: 0-1 minutes", + "duration": "3-6 hours.", + "aliases": [ + "diconal" + ], + "avoid": "All other CNS depressants", + "categories": [ + "opioid", + "depressant", + "habit-forming", + "depressant" + ], + "warning": "If you do come across these pills, and IV them, you will reach a point where the Cyclizine in the Diconal preparation will reach a very bad result, and missed shots can end up with amputations.", + "effects": "Euphoria, Dry Mouth, Mood lift, Itchiness, Relaxant, Constipation, Pupil constriction, Analgesia.", + "after-effects": "1-12 hours." + }, + "pretty_name": "Dipipanone", + "aliases": [ + "diconal" + ], + "categories": [ + "opioid", + "depressant", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "3-5mg", + "Common": "5-10mg", + "Strong": "10-20mg+" + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-30", + "Insufflated": "5-15", + "Intravenous": "0-1", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "Dry Mouth", + "Mood lift", + "Itchiness", + "Relaxant", + "Constipation", + "Pupil constriction", + "Analgesia", + "" + ], + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 503 + }, + "4-ho-dpt": { + "name": "4-ho-dpt", + "properties": { + "summary": "A psychedelic hallucinogenic first synthesized by alexander shulgin. At light doses it causes enhanced cognition and appreciation for things like art and music while high doses cause visuals. The drug is known to cause a bodyload.", + "dose": "Light: 25-50mg Moderate: 50-75mg Strong: 75-100mg Heavy: 100mg +", + "duration": "Insufflated: 2-4 hours.", + "onset": "Insufflated: 10-20 minutes.", + "aliases": [ + "4hodpt", + "4-hydroxy-n", + "n-dipropyltryptamine" + ], + "categories": [ + "tentative", + "psychedelic", + "research-chemical" + ] + }, + "pretty_name": "4-HO-DPT", + "aliases": [ + "4hodpt", + "4-hydroxy-n", + "n-dipropyltryptamine" + ], + "categories": [ + "tentative", + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "25-50mg", + "Moderate": "50-75mg", + "Strong": "75-100mg", + "Heavy": "100mg" + } + }, + "formatted_duration": { + "Insufflated": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "Insufflated": "10-20", + "_unit": "minutes" + }, + "id": 504 + }, + "ibogaine": { + "name": "ibogaine", + "properties": { + "summary": "An alkaloid found in many African plants most famously Iboga, with psychedelic and hallucinogenic properties. May be unpleasant. Traditionally used in tribal environments for coming-of-age rituals, it has recently been used as an alternative treatment for drug addiction although this usage has not been backed by conclusive data in humans. Has killed in overdose.", + "aliases": [ + "iboga" + ], + "dose": "Oral Common: 16-22mg/kg NOTE: Doses are for Ibogaine Hcl. Potency of ibogaine root bark can vary from roughly 2.5-6% ibogaine content", + "duration": "24-30 hours", + "onset": "45-180 minutes", + "categories": [ + "psychedelic", + "opioid", + "dissociative", + "depressant" + ], + "after-effects": "24-72 hours", + "effects": "Addiction help, Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil constriction, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "Ibogaine", + "aliases": [ + "iboga" + ], + "categories": [ + "psychedelic", + "opioid", + "dissociative", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Common": "16-22mg/kg", + "NOTE": "Doses" + } + }, + "formatted_duration": { + "value": "24-30", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-180", + "_unit": "minutes" + }, + "formatted_effects": [ + "Addiction help", + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil constriction", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Ibogaine.shtml", + "tihkal": "https://www.erowid.org/library/books_online/tihkal/tihkal25.shtml" + }, + "formatted_aftereffects": { + "value": "24-72", + "_unit": "hours" + }, + "sources": { + "_general": [ + "Toxicity of ibogaine is associated with a lengthened QT interval in the electrophysiology of the heart - http://www.nejm.org/doi/full/10.1056/NEJMc0804248#t=article", + "signs of neurotoxicity found in animal testing - http://www.sciencedirect.com/science/article/pii/030645229390500F" + ] + }, + "id": 505 + }, + "metizolam": { + "name": "metizolam", + "properties": { + "summary": "Also known as desmethyletizolam, a thienodiazepine similar in effects and structure to etizolam, but around half as potent and with around a 60% longer half-life. A sedative, and hypnotic, it may cause amnesia and lowered inhibitions in excess.", + "categories": [ + "benzodiazepine", + "research-chemical", + "depressant", + "habit-forming", + "tentative" + ], + "duration": "5-8 hours", + "onset": "30-90 minutes", + "after-effects": "10-30 hours", + "aliases": [ + "metiz", + "desmethyletizolam" + ], + "dose": "Light: 1-2mg Common: 2-4mg Strong: 4-6mg Heavy: 6mg+" + }, + "pretty_name": "Metizolam", + "aliases": [ + "metiz", + "desmethyletizolam" + ], + "categories": [ + "benzodiazepine", + "research-chemical", + "depressant", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "1-2mg", + "Common": "2-4mg", + "Strong": "4-6mg", + "Heavy": "6mg+" + } + }, + "formatted_duration": { + "value": "5-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-90", + "_unit": "minutes" + }, + "pweffects": { + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Analysis suppression": "https://psychonautwiki.org/wiki/Analysis_suppression", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Disinhibition": "https://psychonautwiki.org/wiki/Disinhibition", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Emotion suppression": "https://psychonautwiki.org/wiki/Emotion_suppression", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Motor control loss": "https://psychonautwiki.org/wiki/Motor_control_loss", + "Muscle relaxation": "https://psychonautwiki.org/wiki/Muscle_relaxation", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration" + }, + "formatted_aftereffects": { + "value": "10-30", + "_unit": "hours" + }, + "id": 506 + }, + "5-br-dmt": { + "name": "5-br-dmt", + "properties": { + "summary": "Psychedelic drug of the Trypyamine class, and is also found in two marine invertebrates. Animal studies have shown that this could be useful for sedative and/or antidepressant use.", + "onset": "1-2 minutes.", + "duration": "15-90 minutes.", + "dose": "Vapourized Light: 10-25mg. Common: 25-35mg. Strong: 35-65mg.", + "categories": [ + "psychedelic", + "tentative", + "research-chemical" + ] + }, + "pretty_name": "5-Bromo-DMT", + "categories": [ + "psychedelic", + "tentative", + "research-chemical" + ], + "formatted_dose": { + "Vapourized": { + "Light": "10-25mg.", + "Common": "25-35mg.", + "Strong": "35-65mg." + } + }, + "formatted_duration": { + "value": "15-90", + "_unit": "minutes" + }, + "formatted_onset": { + "value": "1-2", + "_unit": "minutes" + }, + "id": 507 + }, + "ald-52": { + "name": "ald-52", + "properties": { + "summary": "ALD-52, or N-acetyl-LSD is a less common chemical analogue of LSD, first synthesised by Albert Hoffman. It was famously implicated in the 'Orange Sunshine' trial. A psychedelic lysergamide, this compound exhibits similar properties to LSD, and is thought to be a pro-drug for LSD.", + "onset": "45-90 minutes depending on ROA and stomach contents", + "duration": "9-14 hours, varying with dosage (heavy doses can lead to much longer trips)", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "dose": "Light: 25-75ug Common: 75-150ug Strong: 150-300ug.", + "effects": "visual distortions, a sense of childlike wonder, brightening of colors,racing thoughts, hue shifts, euphoria, anxiety, confusion", + "aliases": [ + "ald52", + "1alsd", + "1a-lsd" + ], + "after-effects": "12-24h", + "avoid": "marijuana (can potentiate effects)" + }, + "pretty_name": "ALD-52", + "aliases": [ + "ald52", + "1alsd", + "1a-lsd" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "25-75ug", + "Common": "75-150ug", + "Strong": "150-300ug." + } + }, + "formatted_duration": { + "value": "9-14", + "_unit": "hours" + }, + "formatted_onset": { + "value": "45-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "visual distortions", + "a sense of childlike wonder", + "brightening of colors", + "racing thoughts", + "hue shifts", + "euphoria", + "anxiety", + "confusion" + ], + "formatted_aftereffects": { + "value": "12-24h" + }, + "id": 508 + }, + "caffeine": { + "name": "caffeine", + "properties": { + "effects": "elevated heartrate, increase in cognitive abilities, physical agitation, panicked thinking, racing thoughts, uncomfortable bodyload", + "onset": "5-10 minutes", + "summary": "Caffeine is a a CNS stimulant, and also the most widely used psychoactive substance in the world. It is legal and unregulated in most parts of the world, and is found in many commonly sold products. It has a good safety profile, though regular heavy use can cause physical dependence and contribute to certain medical conditions.", + "dose": "Threshold: 10-20mg Light: 20-75mg Common: 75mg-250mg Strong: 250-400mg Heavy: 400mg+ | NOTE: The lethal dose for caffeine starts at approximately 3g. The average cup of coffee contains roughly 75-150mg of caffeine.", + "duration": "1.5-5 hours", + "after-effects": "3-4 hours", + "aliases": [ + "coffee" + ], + "categories": [ + "stimulant", + "habit-forming", + "nootropic", + "common" + ], + "bioavailability": "Orally it varies from around 77%-99%" + }, + "pretty_name": "Caffeine", + "aliases": [ + "coffee" + ], + "categories": [ + "stimulant", + "habit-forming", + "nootropic", + "common" + ], + "formatted_dose": { + "Threshold:": { + "Threshold": "10-20mg", + "Light": "20-75mg", + "Common": "75mg-250mg", + "Strong": "250-400mg", + "Heavy": "400mg+" + } + }, + "formatted_duration": { + "value": "1.5-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "5-10", + "_unit": "minutes" + }, + "formatted_effects": [ + "elevated heartrate", + "increase in cognitive abilities", + "physical agitation", + "panicked thinking", + "racing thoughts", + "uncomfortable bodyload" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Caffeine.shtml" + }, + "pweffects": { + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Appetite suppression": "https://psychonautwiki.org/wiki/Appetite_suppression", + "Bronchodilation": "https://psychonautwiki.org/wiki/Bronchodilation", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Cognitive fatigue": "https://psychonautwiki.org/wiki/Cognitive_fatigue", + "Depression": "https://psychonautwiki.org/wiki/Depression", + "Focus enhancement": "https://psychonautwiki.org/wiki/Focus_enhancement", + "Frequent urination": "https://psychonautwiki.org/wiki/Frequent_urination", + "Increased blood pressure": "https://psychonautwiki.org/wiki/Increased_blood_pressure", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Irritability": "https://psychonautwiki.org/wiki/Irritability", + "Memory enhancement": "https://psychonautwiki.org/wiki/Memory_enhancement", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Vasoconstriction": "https://psychonautwiki.org/wiki/Vasoconstriction", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "3-4", + "_unit": "hours" + }, + "dose_note": " NOTE: The lethal dose for caffeine starts at approximately 3g. The average cup of coffee contains roughly 75-150mg of caffeine.", + "combos": { + "mushrooms": { + "status": "Low Risk & No Synergy" + }, + "lsd": { + "status": "Low Risk & No Synergy" + }, + "dmt": { + "status": "Low Risk & No Synergy" + }, + "mescaline": { + "status": "Low Risk & No Synergy", + "note": "High doses of caffeine are uncomfortable and this will be magnified by psychedelics" + }, + "dox": { + "status": "Caution", + "note": "High doses of caffeine may cause anxiety which is less manageable when tripping, and since both are stimulating it may cause some physical discomfort." + }, + "nbomes": { + "status": "Caution", + "note": "Caffiene can bring out the natural stimulation from psychedelic drugs to make it uncomfortable. High doses can cause anxiety which is hard to handle while tripping" + }, + "2c-x": { + "status": "Low Risk & No Synergy", + "note": "High doses of caffeine may cause anxiety which is less manageable when tripping, and since both are stimulating the combination may cause some physical discomfort." + }, + "2c-t-x": { + "status": "Low Risk & No Synergy", + "note": "High doses of caffeine may cause anxiety which is less manageable when tripping, and since both are stimulating the combination may cause some physical discomfort." + }, + "amt": { + "status": "Caution", + "note": "High doses of caffeine may cause anxiety which is less manageable when tripping, and since both are stimulating the combination may cause some physical discomfort." + }, + "5-meo-xxt": { + "status": "Low Risk & No Synergy", + "note": "High doses of caffeine may cause anxiety which is less manageable when tripping, and since both are stimulating the combination may cause some physical discomfort." + }, + "cannabis": { + "status": "Low Risk & No Synergy" + }, + "ketamine": { + "status": "Low Risk & No Synergy", + "note": "No unexpected interactions." + }, + "mxe": { + "status": "Low Risk & No Synergy", + "note": "No likely interactions" + }, + "dxm": { + "status": "Low Risk & No Synergy", + "note": "High doses of caffeine may cause anxiety which is less manageable when tripping, and since both are stimulating the combination may cause some physical discomfort." + }, + "pcp": { + "status": "Caution", + "note": "Details of this combination are not well understood but PCP generally interacts in an unpredictable manner." + }, + "nitrous": { + "status": "Low Risk & No Synergy" + }, + "amphetamines": { + "status": "Caution", + "note": "This combination of stimulants is not generally necessary and may increase strain on the heart, as well as potentially causing anxiety and greater physical discomfort." + }, + "mdma": { + "status": "Caution", + "note": "Caffiene is not really necessary with MDMA and increases any neurotoxic effects from MDMA" + }, + "cocaine": { + "status": "Caution", + "note": "Both stimulants, risk of tachycardia, hypertension, and in extreme cases heart failure." + }, + "alcohol": { + "status": "Low Risk & No Synergy" + }, + "ghb/gbl": { + "status": "Low Risk & No Synergy" + }, + "opioids": { + "status": "Low Risk & No Synergy" + }, + "tramadol": { + "status": "Low Risk & No Synergy" + }, + "benzodiazepines": { + "status": "Low Risk & Decrease" + }, + "benzos": { + "status": "Low Risk & Decrease" + }, + "maois": { + "status": "Low Risk & No Synergy" + }, + "ssris": { + "status": "Low Risk & No Synergy" + } + }, + "id": 509 + }, + "bk-2c-i": { + "name": "bk-2c-i", + "properties": { + "summary": "Novel psychedelic that is the Beta-Ketone derivative of 2C-I.", + "Duration": "4-6 hours.", + "dose": "Oral Light: 100-120mg Common: 120-180mg Strong: 180-250mg Heavy: 250mg+", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "warn": "If you have thyroid problems, do not take this substance.", + "Onset": "20-40 minutes.", + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "βk-2C-I", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "100-120mg", + "Common": "120-180mg", + "Strong": "180-250mg", + "Heavy": "250mg+" + } + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "id": 510 + }, + "clorazepate": { + "name": "clorazepate", + "properties": { + "summary": "Is a prodrug for Desmethyldiazepam which is responsible for most of the therapeutic effects. Has a long half life, with the addition of Desmethyldiazepam as the main metabolite, which makes it much longer.", + "dose": "Low: 5-10mg Common: 10-20mg Strong: 20-40mg+", + "onset": "20-80 minutes.", + "duration": "8-12 hours.", + "avoid": "All other CNS depressants.", + "aliases": [ + "tranxene", + "novo-clopate", + "tranzene" + ], + "categories": [ + "depressant", + "benzodiazepine", + "habit-forming", + "depressant" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "bioavailability": "Oral: 91%.", + "after-effects": "1-8 hours.", + "dose_to_diazepam": "Clorazepate - 15mg ~=10mg Diazepam." + }, + "pretty_name": "Clorazepate", + "aliases": [ + "tranxene", + "novo-clopate", + "tranzene" + ], + "categories": [ + "depressant", + "benzodiazepine", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Low": "5-10mg", + "Common": "10-20mg", + "Strong": "20-40mg+" + } + }, + "formatted_duration": { + "value": "8-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-80", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "sources": { + "_general": [ + "Bentazepam versus Clorazepate in the treatment of anxiety disorders. http://www.sciencedirect.com/science/article/pii/S0011393X05804357" + ] + }, + "id": 511 + }, + "4-mta": { + "name": "4-mta", + "properties": { + "summary": "Empathogen with very low chronic toxicity but high risk of acute harm due to mixed serotonin release and MAOI action. Reported to lack euphoria and rarely sold since being scheduled.", + "categories": [ + "research-chemical", + "empathogen", + "tentative" + ], + "aliases": [ + "4-methylthioamphetamine" + ] + }, + "pretty_name": "4-MTA", + "aliases": [ + "4-methylthioamphetamine" + ], + "categories": [ + "research-chemical", + "empathogen", + "tentative" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_4MTA.shtml" + }, + "id": 512 + }, + "hot-7": { + "name": "hot-7", + "properties": { + "summary": "A rather rare psychedelic phenylethylamine that is the hydroxylated version and prodrug for 2C-T-7.", + "onset": "60-180 minutes.", + "duration": "5-8 hours", + "dose": "Oral Threshold: 15mg Light: 15-20mg Common: 20-30mg Strong: 30-40mg+ | NOTE: Start low as there is a weird dose curve with this substance, and there also could be possible MAOI effect just like with 2C-T-7.", + "aliases": [ + "hot7" + ], + "after-effects": "1-12 hours.", + "categories": [ + "psychedelic", + "research-chemical", + "tentative", + "empathogen" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "a": "rather rare psychedelic phentlethylamine that is the hydroxlated version and prodrug for 2C-T-7. It decomposes into the parent compound." + }, + "pretty_name": "HOT-7", + "aliases": [ + "hot7" + ], + "categories": [ + "psychedelic", + "research-chemical", + "tentative", + "empathogen" + ], + "formatted_dose": { + "Oral": { + "Threshold": "15mg", + "Light": "15-20mg", + "Common": "20-30mg", + "Strong": "30-40mg+" + } + }, + "formatted_duration": { + "value": "5-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "60-180", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "dose_note": " NOTE: Start low as there is a weird dose curve with this substance, and there also could be possible MAOI effect just like with 2C-T-7.", + "id": 513 + }, + "heroin": { + "name": "heroin", + "properties": { + "dose": "Insufflated Light: 7.5-20mg Common: 20-35mg Strong: 35-50mg Heavy: 50-75mg | Smoked Light: 5-15mg Common: 15-25mg Strong 20-30mg Heavy: 30-50mg | Intravenous Common: 5-10mg Strong: 8-15mg | Note: Heroin dose varies greatly depending on quality and tolerance.", + "onset": "Insufflated: 10-15 minutes | Smoked: 5-10 minutes | IV: 0-5 minutes", + "duration": "Insufflated: 3-6 hours | IV: 4-5 hours | Smoked: 3-5 hours.", + "aliases": [ + "diamorphine" + ], + "marquis": "Deep purplish red", + "summary": "A powerful opioid derived from Morphine, with 2-4x its potency. Infamous for a high addiction potential and fatal respiratory depression in overdose, C. R. Alder Wright first synthesised this compound in 1874 trying to find a less addictive alternative to Morphine. In recent years, it has often been sold cut with the extremely potent fentanyl, causing a spike in overdose deaths.", + "categories": [ + "opioid", + "habit-forming", + "depressant", + "common" + ], + "bioavailability": "Oral 35% | Intramuscular 85%", + "half-life": "2-3 minutes", + "effects": "Euphoria, Dry Mouth, Mood lift, Itchiness, Relaxant, Constipation, Pupil Constriction, Analgesia.", + "after-effects": "1-24 hours." + }, + "pretty_name": "Heroin", + "aliases": [ + "diamorphine" + ], + "categories": [ + "opioid", + "habit-forming", + "depressant", + "common" + ], + "formatted_dose": { + "Insufflated": { + "Light": "7.5-20mg", + "Common": "20-35mg", + "Strong": "35-50mg", + "Heavy": "50-75mg" + }, + "Smoked": { + "Light": "5-15mg", + "Common": "15-25mg", + "Heavy": "30-50mg" + }, + "Intravenous": { + "Common": "5-10mg", + "Strong": "8-15mg" + } + }, + "formatted_duration": { + "Insufflated": "3-6", + "IV": "4-5", + "Smoked": "3-5", + "_unit": "hours" + }, + "formatted_onset": { + "Insufflated": "10-15", + "Smoked": "5-10", + "IV": "0-5", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "Dry Mouth", + "Mood lift", + "Itchiness", + "Relaxant", + "Constipation", + "Pupil Constriction", + "Analgesia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Heroin.shtml" + }, + "pweffects": { + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Constipation": "https://psychonautwiki.org/wiki/Constipation", + "Cough suppression": "https://psychonautwiki.org/wiki/Cough_suppression", + "Difficulty urinating": "https://psychonautwiki.org/wiki/Difficulty_urinating", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Itchiness": "https://psychonautwiki.org/wiki/Itchiness", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Pain relief": "https://psychonautwiki.org/wiki/Pain_relief", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Pupil constriction": "https://psychonautwiki.org/wiki/Pupil_constriction", + "Respiratory depression": "https://psychonautwiki.org/wiki/Respiratory_depression", + "Sedation": "https://psychonautwiki.org/wiki/Sedation" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "dose_note": " Note: Heroin dose varies greatly depending on quality and tolerance.", + "sources": { + "_general": [ + "Disrupted white matter integrity in heroin dependence: a controlled study utilizing diffusion tensor imaging - http://www.ncbi.nlm.nih.gov/pubmed/18720268", + "The treatment of heroin addicts with dextromethorphan: a double-blind comparison of dextromethorphan with chlorpromazine - http://www.ncbi.nlm.nih.gov/pubmed/2187002", + "Effects of 1-(2,5-dimethoxy-4-methylphenyl)-2-aminopropane (DOM) and quipazine on heroin self-administration in rhesus monkeys - http://www.ncbi.nlm.nih.gov/pubmed/22836370", + "Heroin \"overdose\" death: contribution of drug-associated environmental cues - http://www.ncbi.nlm.nih.gov/pubmed/7200260", + "Methadone trials have proven successful in treating Heroin addiction - http://jamanetwork.com/journals/jama/article-abstract/656315", + "Heroin has been linked to reduction in testosterone and DHT levels - http://www.sciencedirect.com/science/article/pii/0300483X79900167" + ] + }, + "id": 514 + }, + "propoxyphene": { + "name": "propoxyphene", + "properties": { + "dose": "Light: 30-65mg Common: 65-100 Strong: 100-200mg. NOTE: Just don't take this drug. <3", + "summary": "Is an analgesic in the opioid family. It is intended for mild pain and for its antitussive effects. Has been taken off the market in Europe and the US due to concerns of fatal overdoses and heart arrhythmias.", + "duration": "1-3 hours.", + "onset": "20-30 minutes.", + "after-effects": "2-6 hours.", + "categories": [ + "opioid", + "depressant", + "habit-forming" + ] + }, + "pretty_name": "Propoxyphene", + "categories": [ + "opioid", + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "30-65mg", + "Common": "65-100", + "Strong": "100-200mg.", + "NOTE": "Just" + } + }, + "formatted_duration": { + "value": "1-3", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "2-6", + "_unit": "hours" + }, + "id": 515 + }, + "4-fmc": { + "name": "4-fmc", + "properties": { + "summary": "A cathinone stimulant also known as flephedrone, appeared in 2008 marketed as a mephedrone replacement. With some mild empathogenic effects, it failed to achieve widespread popularity.", + "duration": "Oral: 2-4 hours. Insufflated: 1-3 hours.", + "dose": "Oral Light: 50-100mg Common: 100-150mg Strong: 150-200+mg | Insufflated Light: 25-40mg Common: 50-100mg Strong: 100-150+mg", + "onset": "Oral: 15-30 minutes. Insufflated 1-5 minutes.", + "after-effects": "1-4 hours.", + "aliases": [ + "4-fluoromethcathinone", + "fpephedrone", + "flephedrone", + "4fmc" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "effects": "Euphoria, increased energy/alertness, decreased need for sleep, increased sociability, mood lift, increased sexuality, excessive talking, decreased appetite, weight loss, sweating, disturbed sleep patterns, bruxism, visual and auditory hallucinations, itchiness, aggressiveness, moodiness." + }, + "pretty_name": "4-FMC", + "aliases": [ + "4-fluoromethcathinone", + "fpephedrone", + "flephedrone", + "4fmc" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "50-100mg", + "Common": "100-150mg", + "Strong": "150-200+mg" + }, + "Insufflated": { + "Light": "25-40mg", + "Common": "50-100mg", + "Strong": "100-150+mg" + } + }, + "formatted_duration": { + "Oral": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-30", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "decreased need for sleep", + "increased sociability", + "mood lift", + "increased sexuality", + "excessive talking", + "decreased appetite", + "weight loss", + "sweating", + "disturbed sleep patterns", + "bruxism", + "visual and auditory hallucinations", + "itchiness", + "aggressiveness", + "moodiness", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_4Fluoromethcathinone.shtml" + }, + "formatted_aftereffects": { + "value": "1-4", + "_unit": "hours" + }, + "id": 516 + }, + "kratom": { + "name": "kratom", + "properties": { + "onset": "10-40 minutes.", + "duration": "2-5 hours", + "effects": "Simultaneous stimulation & sedation. Feelings of empathy. Feelings of euphoria. Aphrodisiac qualities for some people. Vivid waking dreams. Useful with physical labor", + "after-effects": "1-12 hours.", + "summary": "A drug made out of the leaves of Mitragyna Speciosa, which is related to coffee. Stimulating at lower doses, with opioid effects at higher doses. Frequent heavy use can cause physical addiction and withdrawals.", + "detection": "Kratom use is not detected by typical drug screening tests, but its metabolites can be detected by more specialized testing.", + "categories": [ + "opioid", + "stimulant", + "habit-forming", + "depressant", + "common" + ], + "dose": "Light: 0.5-1.5g Common: 1.5-3g Strong: 3-6g | Note: This is for plain leaf only. Some users experience stronger effects from lower doses compared to higher doses. It also is very different person to person, just use this as an outline, as it will change batch to batch and even dose to dose." + }, + "pretty_name": "Kratom", + "categories": [ + "opioid", + "stimulant", + "habit-forming", + "depressant", + "common" + ], + "formatted_dose": { + "Light:": { + "Light": "0.5-1.5g", + "Common": "1.5-3g", + "Strong": "3-6g" + } + }, + "formatted_duration": { + "value": "2-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-40", + "_unit": "minutes" + }, + "formatted_effects": [ + "Simultaneous stimulation & sedation", + "Feelings of empathy", + "Feelings of euphoria", + "Aphrodisiac qualities for some people", + "Vivid waking dreams", + "Useful with physical labor" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Kratom.shtml" + }, + "pweffects": { + "Acuity suppression": "https://psychonautwiki.org/wiki/Acuity_suppression", + "Anxiety suppression": "https://psychonautwiki.org/wiki/Anxiety_suppression", + "Body odor alteration": "https://psychonautwiki.org/wiki/Body_odor_alteration", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Constipation": "https://psychonautwiki.org/wiki/Constipation", + "Cough suppression": "https://psychonautwiki.org/wiki/Cough_suppression", + "Difficulty urinating": "https://psychonautwiki.org/wiki/Difficulty_urinating", + "Double vision": "https://psychonautwiki.org/wiki/Double_vision", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Itchiness": "https://psychonautwiki.org/wiki/Itchiness", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Pain relief": "https://psychonautwiki.org/wiki/Pain_relief", + "Physical euphoria": "https://psychonautwiki.org/wiki/Physical_euphoria", + "Pupil constriction": "https://psychonautwiki.org/wiki/Pupil_constriction", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Visual disconnection": "https://psychonautwiki.org/wiki/Visual_disconnection" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "dose_note": " Note: This is for plain leaf only. Some users experience stronger effects from lower doses compared to higher doses. It also is very different person to person, just use this as an outline, as it will change batch to batch and even dose to dose.", + "sources": { + "_general": [ + "Seizure and coma following Kratom (Mitragynina speciosa Korth) exposure - http://www.ncbi.nlm.nih.gov/pubmed/20411370", + "A drug toxicity death involving propylhexedrine and mitragynine. - https://www.ncbi.nlm.nih.gov/pubmed/21219704", + "A drug toxicity death involving propylhexedrine and mitragynine - https://www.ncbi.nlm.nih.gov/pubmed/21219704" + ] + }, + "id": 517 + }, + "3-meo-pce": { + "name": "3-meo-pce", + "properties": { + "duration": "3-5 hours.", + "categories": [ + "dissociative", + "research-chemical", + "habit-forming", + "tentative" + ], + "aliases": [ + "3meopce", + "methoxyieticyclidine" + ], + "summary": "3-MeO-PCP with a change of a ring replacement. Slightly more potent than 3-MeO-PCP.", + "dose": "Oral Light: 3-5mg Common: 5-10mg Strong: 10-20mg+", + "onset": "15-30 minutes.", + "after-effects": "1-6 hours." + }, + "pretty_name": "3-MeO-PCE", + "aliases": [ + "3meopce", + "methoxyieticyclidine" + ], + "categories": [ + "dissociative", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Light": "3-5mg", + "Common": "5-10mg", + "Strong": "10-20mg+" + } + }, + "formatted_duration": { + "value": "3-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-30", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_3MEOPCE_.shtml" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 518 + }, + "buphedrone": { + "name": "buphedrone", + "properties": { + "duration": "Oral: 2-3 hours | Insufflated: 1-2 hours", + "summary": "A cathinone stimulant first discovered in 1928, has gained some modest popularity as a mephedrone replacement. Said to be to be around 2-3x more potent than methcathinone.", + "dose": "Oral Light: 10-30mg Common: 30-50mg Heavy: 50-80mg", + "onset": "10-20 minutes", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "after-effects": "1-8 hours." + }, + "pretty_name": "Buphedrone", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "10-30mg", + "Common": "30-50mg", + "Heavy": "50-80mg" + } + }, + "formatted_duration": { + "Oral": "2-3", + "Insufflated": "1-2", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-20", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 519 + }, + "adderall": { + "name": "adderall", + "properties": { + "dose": "Oral Light: 5-15mg Common: 15-40mg Strong: 40-75mg Heavy: 75-125mg+ | Insufflated Light: 5-10mg Common: 10-30mg Strong: 30-50mg Heavy: 50-80mg+ | NOTE: Adderall XR is extended release. Effects take a while to begin, and last much longer", + "summary": "A mixture of 75% dextroamphetamine and 25% levoamphetamine. Commonly used to treat obesity, narcolepsy and ADHD. It is also used widely either as a recreational stimulant or study-aid, particularly in the USA where it is frequently prescribed.", + "effects": "Increased alertness, Euphoria, Increased motivation, Reduced appetite, Flushing of the face, Increased body temperature, Tachycardia (Incrased heart rate) Paranoia, Insomnia.", + "duration": "Oral-IR: 4-6 hours. | Oral-XR: 6-12 hours. | Insufflated: 2-5 hours. | Note: Highly dependant on dose.", + "aliases": [ + "aderal", + "aderall", + "adderal", + "d-amphetamine", + "d-amph" + ], + "onset": "Oral-IR: 10-30 minutes | Oral-XR: 20-60 minutes | Insufflated-XR: 10-45 minutes | Insufflated-IR: 0-10 minutes", + "categories": [ + "stimulant", + "habit-forming", + "common" + ], + "after-effects": "1-24 hours." + }, + "pretty_name": "Adderall", + "aliases": [ + "aderal", + "aderall", + "adderal", + "d-amphetamine", + "d-amph" + ], + "categories": [ + "stimulant", + "habit-forming", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "5-15mg", + "Common": "15-40mg", + "Strong": "40-75mg", + "Heavy": "75-125mg+" + }, + "Insufflated": { + "Light": "5-10mg", + "Common": "10-30mg", + "Strong": "30-50mg", + "Heavy": "50-80mg+" + } + }, + "formatted_duration": { + "Oral-IR": "4-6", + "Oral-XR": "6-12", + "Insufflated": "2-5", + "_unit": "hours" + }, + "formatted_onset": { + "Oral-IR": "10-30", + "Oral-XR": "20-60", + "Insufflated-XR": "10-45", + "Insufflated-IR": "0-10", + "_unit": "minutes" + }, + "formatted_effects": [ + "Increased alertness", + "Euphoria", + "Increased motivation", + "Reduced appetite", + "Flushing of the face", + "Increased body temperature", + "Tachycardia (Incrased heart rate) Paranoia", + "Insomnia", + "" + ], + "pweffects": { + "Abnormal heartbeat": "https://psychonautwiki.org/wiki/Abnormal_heartbeat", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Appetite suppression": "https://psychonautwiki.org/wiki/Appetite_suppression", + "Bronchodilation": "https://psychonautwiki.org/wiki/Bronchodilation", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Cognitive fatigue": "https://psychonautwiki.org/wiki/Cognitive_fatigue", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Dehydration": "https://psychonautwiki.org/wiki/Dehydration", + "Depression": "https://psychonautwiki.org/wiki/Depression", + "Focus enhancement": "https://psychonautwiki.org/wiki/Focus_enhancement", + "Frequent urination": "https://psychonautwiki.org/wiki/Frequent_urination", + "Increased blood pressure": "https://psychonautwiki.org/wiki/Increased_blood_pressure", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Increased perspiration": "https://psychonautwiki.org/wiki/Increased_perspiration", + "Irritability": "https://psychonautwiki.org/wiki/Irritability", + "Memory enhancement": "https://psychonautwiki.org/wiki/Memory_enhancement", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Teeth grinding": "https://psychonautwiki.org/wiki/Teeth_grinding", + "Temporary erectile dysfunction": "https://psychonautwiki.org/wiki/Temporary_erectile_dysfunction", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Thought organization": "https://psychonautwiki.org/wiki/Thought_organization", + "Vasoconstriction": "https://psychonautwiki.org/wiki/Vasoconstriction", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "dose_note": " NOTE: Adderall XR is extended release. Effects take a while to begin, and last much longer", + "sources": { + "_general": [ + "Use of naltrexone has been found to successfully aid in recovery from amphetamine addiction - http://ajp.psychiatryonline.org/doi/abs/10.1176/appi.ajp.2008.08020304" + ] + }, + "id": 520 + }, + "mushrooms": { + "name": "mushrooms", + "properties": { + "summary": "Fungi containing psilocybin, a prototypical psychedelic with similar effects to LSD, but with a shorter duration; also considered as being more confusing, introspective and entheogenic. Usually refers to psilocybe mushrooms rather than Amanitas, which have different effects. Are considered physically safe if properly identified, which should always be done by an expert.", + "dose": "Oral Light: 0.5-1.5g Common: 1.5-3.5g Strong: 3.5g+ | NOTE: Dosage ranges will vary between fungus strains. The doses given are for *dried* mushrooms, which are many times more potent by weight than those consumed when wet.", + "onset": "Varies depending on dosage, common doses (See ~drug mushrooms dose) are normally felt within one hour", + "effects": "visual distortion, color enhancement, sense of connectedness with nature, sense of well being, sense of wonder", + "duration": "4-6 hours", + "categories": [ + "psychedelic", + "common" + ], + "aliases": [ + "psilocybin", + "shrooms", + "mushroom", + "psylocybin" + ], + "half-life": "1-4 hours", + "after-effects": "1-24 hours." + }, + "pretty_name": "Mushrooms", + "aliases": [ + "psilocybin", + "shrooms", + "mushroom", + "psylocybin" + ], + "categories": [ + "psychedelic", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "0.5-1.5g", + "Common": "1.5-3.5g", + "Strong": "3.5g+" + } + }, + "formatted_duration": { + "value": "4-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "Varies" + }, + "formatted_effects": [ + "visual distortion", + "color enhancement", + "sense of connectedness with nature", + "sense of well being", + "sense of wonder" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Psilocybin.shtml" + }, + "pweffects": { + "8B Geometry - Exposure to inner mechanics of consciousness": "https://psychonautwiki.org/wiki/8B_Geometry_-_Exposure_to_inner_mechanics_of_consciousness", + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "After images": "https://psychonautwiki.org/wiki/After_images", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Changes in gravity": "https://psychonautwiki.org/wiki/Changes_in_gravity", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Creativity enhancement": "https://psychonautwiki.org/wiki/Creativity_enhancement", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Déjà vu": "https://psychonautwiki.org/wiki/D%C3%A9j%C3%A0_vu", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Enhancement and suppression cycles": "https://psychonautwiki.org/wiki/Enhancement_and_suppression_cycles", + "Excessive yawning": "https://psychonautwiki.org/wiki/Excessive_yawning", + "Exposure to inner mechanics of consciousness": "https://psychonautwiki.org/wiki/Exposure_to_inner_mechanics_of_consciousness", + "External hallucinations": "https://psychonautwiki.org/wiki/External_hallucinations", + "Feelings of interdependent opposites": "https://psychonautwiki.org/wiki/Feelings_of_interdependent_opposites", + "Feelings of predeterminism": "https://psychonautwiki.org/wiki/Feelings_of_predeterminism", + "Feelings of self-design": "https://psychonautwiki.org/wiki/Feelings_of_self-design", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Mindfulness": "https://psychonautwiki.org/wiki/Mindfulness", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Runny nose": "https://psychonautwiki.org/wiki/Runny_nose", + "Salivation": "https://psychonautwiki.org/wiki/Salivation", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spirituality enhancement": "https://psychonautwiki.org/wiki/Spirituality_enhancement", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Subconscious communication": "https://psychonautwiki.org/wiki/Subconscious_communication", + "Symmetrical texture repetition": "https://psychonautwiki.org/wiki/Symmetrical_texture_repetition", + "Synaesthesia": "https://psychonautwiki.org/wiki/Synaesthesia", + "Thought connectivity": "https://psychonautwiki.org/wiki/Thought_connectivity", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Tracers": "https://psychonautwiki.org/wiki/Tracers", + "Transformations": "https://psychonautwiki.org/wiki/Transformations" + }, + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "dose_note": " NOTE: Dosage ranges will vary between fungus strains. The doses given are for *dried* mushrooms, which are many times more potent by weight than those consumed when wet.", + "sources": { + "_general": [ + "A study done on psilocybin leads psychiatrists to believe there are implications that it may help to treat ptsd - http://bjp.rcpsych.org/content/200/3/238.short" + ] + }, + "combos": { + "lsd": { + "status": "Low Risk & Synergy" + }, + "dmt": { + "status": "Low Risk & Synergy" + }, + "mescaline": { + "status": "Low Risk & Synergy" + }, + "dox": { + "status": "Low Risk & Synergy" + }, + "nbomes": { + "status": "Low Risk & Synergy" + }, + "2c-x": { + "status": "Low Risk & Synergy" + }, + "2c-t-x": { + "status": "Low Risk & Synergy" + }, + "amt": { + "status": "Low Risk & Synergy" + }, + "5-meo-xxt": { + "status": "Low Risk & Synergy" + }, + "cannabis": { + "status": "Caution", + "note": "Cannabis has an unexpectedly strong and somewhat unpredictable synergy with psychedelics." + }, + "ketamine": { + "status": "Low Risk & Synergy" + }, + "mxe": { + "status": "Low Risk & Synergy" + }, + "dxm": { + "status": "Low Risk & Synergy" + }, + "pcp": { + "status": "Low Risk & Synergy" + }, + "nitrous": { + "status": "Low Risk & Synergy" + }, + "amphetamines": { + "status": "Caution", + "note": "Stimulants increase anxiety levels and the risk of thought loops which can lead to negative experiences" + }, + "mdma": { + "status": "Low Risk & Synergy" + }, + "cocaine": { + "status": "Caution", + "note": "Stimulants increase anxiety levels and the risk of thought loops which can lead to negative experiences" + }, + "caffeine": { + "status": "Low Risk & No Synergy" + }, + "alcohol": { + "status": "Low Risk & Decrease" + }, + "ghb/gbl": { + "status": "Low Risk & Decrease" + }, + "opioids": { + "status": "Low Risk & No Synergy" + }, + "tramadol": { + "status": "Unsafe", + "note": "Tramadol is well known to lower seizure threshold and psychedelics also cause occasional seizures." + }, + "benzodiazepines": { + "status": "Low Risk & Decrease" + }, + "benzos": { + "status": "Low Risk & Decrease" + }, + "maois": { + "status": "Low Risk & Synergy" + }, + "ssris": { + "status": "Low Risk & Decrease" + } + }, + "id": 521 + }, + "hdep-28": { + "name": "hdep-28", + "properties": { + "summary": "Most likely a TRI, such as HDMP-28, short history of human use.", + "onset": "1-15 minutes.", + "duration": "2-5 hours.", + "avoid": "Other stimulants.", + "dose": "Oral Light: 15-30mg Common: 30-50mg Strong: 50-100mg | Insufflated Light: 5-15mg Common: 15-35mg Strong: 35-60mg", + "aliases": [ + "ethylnaphthidate" + ], + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ], + "after-effects": "1-8 hours." + }, + "pretty_name": "HDEP-28", + "aliases": [ + "ethylnaphthidate" + ], + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "15-30mg", + "Common": "30-50mg", + "Strong": "50-100mg" + }, + "Insufflated": { + "Light": "5-15mg", + "Common": "15-35mg", + "Strong": "35-60mg" + } + }, + "formatted_duration": { + "value": "2-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "1-15", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 522 + }, + "methallylescaline": { + "name": "methallylescaline", + "properties": { + "summary": "Mescaline analogue first synthesised by Alexander Shulgin, derived from and less potent than allylescaline. A psychedelic phenethylamine which causes stimulation, euphoria and hallucinatory experiences.", + "aliases": [ + "mal" + ], + "duration": "6-12 hours Varies GREATLY on dose.", + "onset": "20-60 minutes.", + "dose": "Oral Threshold: 10-15mg Low: 15-25mg Common: 25-40mg Heavy: 40mg+", + "after-effects": "3-5 hours.", + "categories": [ + "psychedelic", + "research-chemical" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia." + }, + "pretty_name": "Methallylescaline", + "aliases": [ + "mal" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Threshold": "10-15mg", + "Low": "15-25mg", + "Common": "25-40mg", + "Heavy": "40mg+" + } + }, + "formatted_duration": { + "value": "6-12", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-60", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Methallylescaline.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal099.shtml" + }, + "pweffects": { + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "After images": "https://psychonautwiki.org/wiki/After_images", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Bodily control enhancement": "https://psychonautwiki.org/wiki/Bodily_control_enhancement", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Symmetrical texture repetition": "https://psychonautwiki.org/wiki/Symmetrical_texture_repetition", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought disorganization": "https://psychonautwiki.org/wiki/Thought_disorganization", + "Thought loops": "https://psychonautwiki.org/wiki/Thought_loops", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Tracers": "https://psychonautwiki.org/wiki/Tracers", + "Transformations": "https://psychonautwiki.org/wiki/Transformations", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "3-5", + "_unit": "hours" + }, + "id": 523 + }, + "2c-p": { + "name": "2c-p", + "properties": { + "summary": "A synthetic phenylethlyamine that is sometimes compared in effects to 2C-E, yet with a much longer duration. With a much more pronouced bodyload. Is one of the most potent of the 2C-X series.", + "aliases": [ + "2cp" + ], + "dose": "Oral Light: 2-4mg Common: 4-6mg Strong: 6-10mg | Insufflated Light: 1-3mg Common: 3-5mg Strong: 5-10mg.", + "duration": "10-16 hours", + "onset": "Oral: 60-180 minutes | Insufflated: 15-45 minutes", + "after-effects": "6-24 hours", + "effects": "Euphoria, Giggling, Empathy, Insight, Brightened Colors, Closed/Open Eye Visuals, Enhanced Tactile-Sensation, Mental/Physical Stimulation, Decreased Appetite, Pupil-Dilation, Restlessness, Changes in Perception-Of-Time, Ego-Softening, Nausea, Sweating/Chills, Muscle-Tension, Confusion, Insomnia", + "categories": [ + "psychedelic", + "research-chemical" + ], + "test-kits": "Marquis: Yellow. | Mecke: Green > Brown. | Mandelin: Green. | Froehde: Green. | Liebermann: Green. | Ehrlich: No colour change." + }, + "pretty_name": "2C-P", + "aliases": [ + "2cp" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "2-4mg", + "Common": "4-6mg", + "Strong": "6-10mg" + }, + "Insufflated": { + "Light": "1-3mg", + "Common": "3-5mg", + "Strong": "5-10mg." + } + }, + "formatted_duration": { + "value": "10-16", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "60-180", + "Insufflated": "15-45", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "Giggling", + "Empathy", + "Insight", + "Brightened Colors", + "Closed/Open Eye Visuals", + "Enhanced Tactile-Sensation", + "Mental/Physical Stimulation", + "Decreased Appetite", + "Pupil-Dilation", + "Restlessness", + "Changes in Perception-Of-Time", + "Ego-Softening", + "Nausea", + "Sweating/Chills", + "Muscle-Tension", + "Confusion", + "Insomnia" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_2CP.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal036.shtml" + }, + "pweffects": { + "8B Geometry - Exposure to inner mechanics of consciousness": "https://psychonautwiki.org/wiki/8B_Geometry_-_Exposure_to_inner_mechanics_of_consciousness", + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "After images": "https://psychonautwiki.org/wiki/After_images", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Bodily control enhancement": "https://psychonautwiki.org/wiki/Bodily_control_enhancement", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Creativity enhancement": "https://psychonautwiki.org/wiki/Creativity_enhancement", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Depth perception distortions": "https://psychonautwiki.org/wiki/Depth_perception_distortions", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Feelings of interdependent opposites": "https://psychonautwiki.org/wiki/Feelings_of_interdependent_opposites", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Increased blood pressure": "https://psychonautwiki.org/wiki/Increased_blood_pressure", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Machinescapes": "https://psychonautwiki.org/wiki/Machinescapes", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Personal meaning enhancement": "https://psychonautwiki.org/wiki/Personal_meaning_enhancement", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spirituality enhancement": "https://psychonautwiki.org/wiki/Spirituality_enhancement", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Subconscious communication": "https://psychonautwiki.org/wiki/Subconscious_communication", + "Symmetrical texture repetition": "https://psychonautwiki.org/wiki/Symmetrical_texture_repetition", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Temperature regulation suppression": "https://psychonautwiki.org/wiki/Temperature_regulation_suppression", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought loops": "https://psychonautwiki.org/wiki/Thought_loops", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Tracers": "https://psychonautwiki.org/wiki/Tracers", + "Transformations": "https://psychonautwiki.org/wiki/Transformations", + "Unity and interconnectedness": "https://psychonautwiki.org/wiki/Unity_and_interconnectedness", + "Unspeakable horrors": "https://psychonautwiki.org/wiki/Unspeakable_horrors" + }, + "formatted_aftereffects": { + "value": "6-24", + "_unit": "hours" + }, + "id": 524 + }, + "amobarbital": { + "name": "amobarbital", + "properties": { + "summary": "A sedative and hypnotic barbiturate first discovered in 1923. Formerly widely used recreationally and medically, barbiturates have declined in popularity with the appearance of benzodiazepines and other drugs with less serious consequences in overdose.", + "duration": "5-9 hours", + "onset": "10-30 minutes.", + "dose": "Low: 50mg Common: 50-75mg Strong: 75-150mg+", + "avoid": "All other CNS depressants.", + "categories": [ + "depressant", + "habit-forming", + "barbiturate" + ], + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "bioavaiability": "Oral: Roughly 95%.", + "after-effects": "2-12 hours." + }, + "pretty_name": "Amobarbital", + "categories": [ + "depressant", + "habit-forming", + "barbiturate" + ], + "formatted_dose": { + "Oral": { + "Low": "50mg", + "Common": "50-75mg", + "Strong": "75-150mg+" + } + }, + "formatted_duration": { + "value": "5-9", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-30", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "formatted_aftereffects": { + "value": "2-12", + "_unit": "hours" + }, + "id": 525 + }, + "mexazolam": { + "name": "mexazolam", + "properties": { + "summary": "Benzodiazepine derivative that has been trialed for anxiety and was found to be effective for anxiety at one week week follow-ups yet after three weeks it had lost its therapeutic anxiolytic properties and becoming no more effective than placebo.", + "dose": "Oral Light: 0.25-0.5mg Common: 0.5-1.5mg Strong: 1.5-2mg Heavy: 2-3mg.", + "onset": "5-45 minutes.", + "duration": "4-8 hours.", + "after-effects": "1-12 hours.", + "aliases": [ + "melex", + "sedoxil" + ], + "categories": [ + "depressant", + "habit-forming" + ] + }, + "pretty_name": "Mexazolam", + "aliases": [ + "melex", + "sedoxil" + ], + "categories": [ + "depressant", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "0.25-0.5mg", + "Common": "0.5-1.5mg", + "Strong": "1.5-2mg", + "Heavy": "2-3mg." + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "5-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 526 + }, + "modafinil": { + "name": "modafinil", + "properties": { + "summary": "A wakefulness promoting, long acting stimulant which is typically only used functionally, because there is no real euphoric component to its effects. Also prescribed for daytime sleeping disorders.", + "dose": "Common: 100-300mg", + "onset": "30-45 minutes", + "duration": "12-16 hours.", + "categories": [ + "stimulant", + "habit-forming", + "nootropic", + "common" + ], + "aliases": [ + "provigil" + ], + "after-effects": "1-16 hours." + }, + "pretty_name": "Modafinil", + "aliases": [ + "provigil" + ], + "categories": [ + "stimulant", + "habit-forming", + "nootropic", + "common" + ], + "formatted_dose": { + "Oral": { + "Common": "100-300mg" + } + }, + "formatted_duration": { + "value": "12-16", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-45", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Modafinil.shtml" + }, + "pweffects": { + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Appetite suppression": "https://psychonautwiki.org/wiki/Appetite_suppression", + "Body odor alteration": "https://psychonautwiki.org/wiki/Body_odor_alteration", + "Dehydration": "https://psychonautwiki.org/wiki/Dehydration", + "Diarrhea": "https://psychonautwiki.org/wiki/Diarrhea", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Focus enhancement": "https://psychonautwiki.org/wiki/Focus_enhancement", + "Headaches": "https://psychonautwiki.org/wiki/Headaches", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Memory enhancement": "https://psychonautwiki.org/wiki/Memory_enhancement", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Photophobia": "https://psychonautwiki.org/wiki/Photophobia", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "1-16", + "_unit": "hours" + }, + "sources": { + "_general": [ + "Modafinil augmentation of selective serotonin reuptake inhibitor therapy in MDD partial responders with persistent fatigue and sleepiness. - http://www.ncbi.nlm.nih.gov/pubmed/17729016", + "Pharmacogenetics of modafinil after sleep loss: catechol-O-methyltransferase genotype modulates waking functions but not recovery sleep. - http://www.ncbi.nlm.nih.gov/pubmed/19037200", + "Evidence for the involvement of dopamine transporters in behavioral stimulant effects of modafinil. - http://www.ncbi.nlm.nih.gov/pubmed/19197004", + "Effects of modafinil on attention performance, short-term memory and executive function in university students: a randomized trial. - http://www.ncbi.nlm.nih.gov/pubmed/26135067", + "The vigilance promoting drug modafinil decreases GABA release in the medial preoptic area and in the posterior hypothalamus of the awake rat: possi... - http://www.ncbi.nlm.nih.gov/pubmed/8977135", + "Modafinil has been found to interact with oral anti contraceptives, causing mainly low dosage regiments of steroidal drugs to be weakened to the point of no longer working. - http://www.modafinilfacts.com/contraceptives.htm" + ] + }, + "id": 527 + }, + "pre-084": { + "name": "pre-084", + "properties": { + "summary": "A sigma-1 receptor agonist derived structurally from PCP. It has cognitive enhancing effects as well as antidepressant effects, and shows promise in treating many nervous system diseases such as ALS and parkinsons.", + "categories": [ + "tentative" + ], + "onset": "15-30 minutes.", + "duration": "6-10 hours.", + "note": "Not much is known about this drug, so be cautious." + }, + "pretty_name": "PRE-084", + "categories": [ + "tentative" + ], + "formatted_duration": { + "value": "6-10", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-30", + "_unit": "minutes" + }, + "id": 528 + }, + "benzodioxole-fentanyl": { + "name": "benzodioxole-fentanyl", + "properties": { + "summary": "An analogue of Fentanyl that is not found in literature.", + "categories": [ + "opioid", + "depressant", + "research-chemical", + "tentative" + ] + }, + "pretty_name": "BENZODIOXOLE-FENTANYL", + "categories": [ + "opioid", + "depressant", + "research-chemical", + "tentative" + ], + "id": 529 + }, + "mem": { + "name": "mem", + "properties": { + "duration": "8-16 hours (Highly dependant on dose)", + "summary": "A rare stimulant, psychedelic and amphetamine discovered by Alexander Shulgin. Related to the DOx class of drugs, little is known about this obscure compound's pharmacology, however it is likely to be potent and have a long duration.", + "dose": "Threshold: 15mg Low: 15-25mg Common: 25-35mg Strong: 35-45mg+.", + "onset": "Within 60 minutes.", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "effects": "Euphoria, empathy, insight, brightened colour, Closed/Open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception, ego softening, sweating/chills, muscle tension, confusion, insomnia.", + "after-effects": "1-12 hours." + }, + "pretty_name": "MEM", + "categories": [ + "psychedelic", + "research-chemical", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Threshold": "15mg", + "Low": "15-25mg", + "Common": "25-35mg", + "Strong": "35-45mg+." + } + }, + "formatted_duration": { + "value": "8-16", + "_unit": "hours" + }, + "formatted_onset": { + "value": "Within", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "empathy", + "insight", + "brightened colour", + "Closed/Open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception", + "ego softening", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_MEM.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal122.shtml" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 530 + }, + "pyrophenidone": { + "name": "pyrophenidone", + "properties": { + "summary": "An NDRI pyrovalerone derivative reported to have very similar subjective effects. Virtually no information exists about this drug's effects in humans.", + "dose": "Vaporized Light: 5-10mg Common: 10-25mg Strong: 25-50mg Heavy: 50mg+. | Insufflated Light: 20-40mg Common: 40-60mg Strong: 60-90mg Heavy: 90mg+", + "duration": "Vaporized: 1-1.5 hours | Insufflated: 1-3 hours", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "onset": "Vaporized 1-30 seconds. | Insufflated 5-15 minutes.", + "after-effects": "1-3 hours." + }, + "pretty_name": "Pyrophenidone", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "tentative" + ], + "formatted_dose": { + "Vaporized": { + "Light": "5-10mg", + "Common": "10-25mg", + "Strong": "25-50mg", + "Heavy": "50mg+." + }, + "Insufflated": { + "Light": "20-40mg", + "Common": "40-60mg", + "Strong": "60-90mg", + "Heavy": "90mg+" + } + }, + "formatted_duration": { + "Vaporized": "1-1.5", + "Insufflated": "1-3", + "_unit": "hours" + }, + "formatted_onset": { + "Vaporized": "1-30", + "Insufflated": "5-15", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-3", + "_unit": "hours" + }, + "id": 531 + }, + "hdmp-28": { + "name": "hdmp-28", + "properties": { + "summary": "Also commonly known as methylnapthidate. A functional stimulant similar to methylphenidate but with a longer duration. Not especially recreational.", + "dose": "Oral Threshold: 8-10mg Light: 10-15 Common: 15-30mg Strong: 30-50mg+", + "onset": "1-10 minutes.", + "duration": "2-4 hours. (Dose dependent)", + "avoid": "Other stimulants.", + "aliases": [ + "methylnaphtidate" + ], + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ], + "after-effects": "1-8 hours." + }, + "pretty_name": "HDMP-28", + "aliases": [ + "methylnaphtidate" + ], + "categories": [ + "stimulant", + "research-chemical", + "tentative", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Threshold": "8-10mg", + "Light": "10-15", + "Common": "15-30mg", + "Strong": "30-50mg+" + } + }, + "formatted_duration": { + "value": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "value": "1-10", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_HDMP28.shtml" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 532 + }, + "fasoracetam": { + "name": "fasoracetam", + "properties": { + "summary": "A substance in the racetam family. Appears to be a GABA(B) agonist, and has shown to block memory disruptions caused by Baclofen, another GABA(B) Agonist. Similar to another compound in the racetam family Coluracetam, it enhances High affinity choline reuptake (HACU). Also research is conducted if it helps with ADHD and Congitive impairment.", + "dose": "Low: 2.5-5mg Common: 5-10mg Strong: 10-25mg.", + "duration": "4-8 hours.", + "onset": "10-45 minutes.", + "categories": [ + "research-chemical", + "nootropic", + "tentative" + ], + "after-effects": "1-6 hours." + }, + "pretty_name": "Fasoracetam", + "categories": [ + "research-chemical", + "nootropic", + "tentative" + ], + "formatted_dose": { + "Oral": { + "Low": "2.5-5mg", + "Common": "5-10mg", + "Strong": "10-25mg." + } + }, + "formatted_duration": { + "value": "4-8", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-6", + "_unit": "hours" + }, + "id": 533 + }, + "amphetamine": { + "name": "amphetamine", + "properties": { + "dose": "Insufflated Light: 15-25mg Common: 25-40mg Strong: 40-75mg Heavy: 75-100mg | Oral Light: 10-20mg Common: 20-50mg Strong: 50-70mg Heavy: 70-90mg | NOTE: Street amphetamine is generally very impure, if you're working with a more pure chemical, lower doses will have greater effects.", + "duration": "Oral: 4-8 hours | Insufflated: 3-6 hours", + "effects": "Increased focus, abundance of energy, racing thoughts, elevated heartrate.", + "summary": "A very popular CNS stimulant available on prescription and black markets. Recreational in high doses, producing mild euphoria and an abundance of energy. Popular in eastern europe and the US.", + "onset": "Oral: 15-30 minutes. | Insufflated: 5-10 minutes.", + "detection": "Blood: 12 hours. Saliva: ~3 days. Urine: 1-4 days. Hair: Up to 90 days.", + "after-effects": "1-12 hours.", + "aliases": [ + "speed", + "pepp", + "amphetamines", + "amphetamin", + "amfetamine", + "amph", + "hearts", + "pep" + ], + "marquis": "Strong reddish orange - Dark reddish brown", + "categories": [ + "stimulant", + "habit-forming", + "common" + ], + "avoid": "other stimulants, and depressants. Mixing depressants and stimulants is very rough on the heart. MXE is also to be avoided (possibility of serotonin syndrome).", + "pubchemcid": "92939" + }, + "pretty_name": "Amphetamine", + "aliases": [ + "speed", + "pepp", + "amphetamines", + "amphetamin", + "amfetamine", + "amph", + "hearts", + "pep" + ], + "categories": [ + "stimulant", + "habit-forming", + "common" + ], + "formatted_dose": { + "Insufflated": { + "Light": "15-25mg", + "Common": "25-40mg", + "Strong": "40-75mg", + "Heavy": "75-100mg" + }, + "Oral": { + "Light": "10-20mg", + "Common": "20-50mg", + "Strong": "50-70mg", + "Heavy": "70-90mg" + } + }, + "formatted_duration": { + "Oral": "4-8", + "Insufflated": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-30", + "Insufflated": "5-10", + "_unit": "minutes" + }, + "formatted_effects": [ + "Increased focus", + "abundance of energy", + "racing thoughts", + "elevated heartrate", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Amphetamines.shtml" + }, + "pweffects": { + "Abnormal heartbeat": "https://psychonautwiki.org/wiki/Abnormal_heartbeat", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Appetite suppression": "https://psychonautwiki.org/wiki/Appetite_suppression", + "Bronchodilation": "https://psychonautwiki.org/wiki/Bronchodilation", + "Cognitive euphoria": "https://psychonautwiki.org/wiki/Cognitive_euphoria", + "Cognitive fatigue": "https://psychonautwiki.org/wiki/Cognitive_fatigue", + "Compulsive redosing": "https://psychonautwiki.org/wiki/Compulsive_redosing", + "Dehydration": "https://psychonautwiki.org/wiki/Dehydration", + "Depression": "https://psychonautwiki.org/wiki/Depression", + "Focus enhancement": "https://psychonautwiki.org/wiki/Focus_enhancement", + "Frequent urination": "https://psychonautwiki.org/wiki/Frequent_urination", + "Increased blood pressure": "https://psychonautwiki.org/wiki/Increased_blood_pressure", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Increased perspiration": "https://psychonautwiki.org/wiki/Increased_perspiration", + "Irritability": "https://psychonautwiki.org/wiki/Irritability", + "Memory enhancement": "https://psychonautwiki.org/wiki/Memory_enhancement", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Teeth grinding": "https://psychonautwiki.org/wiki/Teeth_grinding", + "Temporary erectile dysfunction": "https://psychonautwiki.org/wiki/Temporary_erectile_dysfunction", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Thought organization": "https://psychonautwiki.org/wiki/Thought_organization", + "Vasoconstriction": "https://psychonautwiki.org/wiki/Vasoconstriction", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "dose_note": " NOTE: Street amphetamine is generally very impure, if you're working with a more pure chemical, lower doses will have greater effects.", + "sources": { + "_general": [ + "Treatment for amphetamine dependence and abuse. - http://www.ncbi.nlm.nih.gov/pubmed/11687171", + "Comparative and interactive human psychopharmacologic effects of ketamine and amphetamine: implications for glutamatergic and dopaminergic models - https://www.ncbi.nlm.nih.gov/pubmed/16143730", + "Treatment for amphetamine dependence and abuse. - https://www.ncbi.nlm.nih.gov/pubmed/11687171", + "Comparative and interactive human psychopharmacologic effects of ketamine and amphetamine: implications for glutamatergic and dopaminergic model ps... - https://www.ncbi.nlm.nih.gov/pubmed/16143730", + "The beta-lactam antibiotic ceftriaxone inhibits physical dependence and abstinence-induced withdrawal from cocaine, amphetamine, methamphetamine, a... - https://www.ncbi.nlm.nih.gov/pubmed/18342307", + "A comparison of methylphenidate-, amphetamine-, and methamphetamine-induced hyperthermia and neurotoxicity in male Sprague-Dawley rats during the w... - https://www.ncbi.nlm.nih.gov/pubmed/22289608", + "Enduring changes in brain and behavior produced by chronic amphetamine administration: a review and evaluation of animal models of amphetamine psyc... - https://www.ncbi.nlm.nih.gov/pubmed/3527341", + "L-DOPA exacerbates amphetamine-induced dopamine depletion. - https://www.ncbi.nlm.nih.gov/pubmed/9565967", + "Amphetamines in the treatment of Parkinson's disease. - http://www.ncbi.nlm.nih.gov/pubmed/1097600", + "Effect of dopamine D2/D3 receptor antagonist sulpiride on amphetamine-induced changes in striatal extracellular dopamine. - http://www.ncbi.nlm.nih.gov/pubmed/11343690", + "Behavioral and neuropharmacological analysis of amphetamine and 2,5-dimethoxy-4-methylamphetamine in rats. - http://www.ncbi.nlm.nih.gov/pubmed/1208759", + "Identification of di(beta-phenylisopropyl)amine as the main ingredient in illicit amphetamine tablets. - http://www.ncbi.nlm.nih.gov/pubmed/12645186", + "Long-term opiate effects on amphetamine-induced dopamine release in the nucleus accumbens core and conditioned place preference. - http://www.ncbi.nlm.nih.gov/pubmed/14751461", + "Microglial activation is a pharmacologically specific marker for the neurotoxic amphetamines. - http://www.ncbi.nlm.nih.gov/pubmed/15337264", + "Caffeine induces differential cross tolerance to the amphetamine-like discriminative stimulus effects of dopaminergic agonists. - http://www.ncbi.nlm.nih.gov/pubmed/15833596", + "Christmas gingerbread (Lebkuchen) and Christmas cheer--review of the potential role of mood elevating amphetamine-like compounds formed in vivo and... - http://www.ncbi.nlm.nih.gov/pubmed/16007907", + "Dual intoxication with diazepam and amphetamine: this drug interaction probably potentiates myocardial ischemia. - http://www.ncbi.nlm.nih.gov/pubmed/17320309", + "Update on amphetamine neurotoxicity and its relevance to the treatment of ADHD. - http://www.ncbi.nlm.nih.gov/pubmed/17606768", + "Mephedrone, compared with MDMA (ecstasy) and amphetamine, rapidly increases both dopamine and 5-HT levels in nucleus accumbens of awake rats. - http://www.ncbi.nlm.nih.gov/pubmed/21615721", + "Aminorex, a metabolite of the cocaine adulterant levamisole, exerts amphetamine like actions at monoamine transporters. - http://www.ncbi.nlm.nih.gov/pubmed/24296074", + "Long-lasting effects of escalating doses of d-amphetamine on brain monoamines, amphetamine-induced stereotyped behavior and spontaneous nocturnal l... - http://www.ncbi.nlm.nih.gov/pubmed/2440058", + "Amphetamine modulates excitatory neurotransmission through endocytosis of the glutamate transporter EAAT3 in dopamine neurons. - http://www.ncbi.nlm.nih.gov/pubmed/25033183", + "Acute methoxetamine and amphetamine poisoning with fatal outcome: a case report. - http://www.ncbi.nlm.nih.gov/pubmed/25060403", + "[Antitussive effect of amphetamine]. - http://www.ncbi.nlm.nih.gov/pubmed/552131", + "Amphetamine-clonidine interaction on neurotransmission in the vas deferens of the rat. - http://www.ncbi.nlm.nih.gov/pubmed/6098834", + "Self-injection of amphetamine directly into the brain. - http://www.ncbi.nlm.nih.gov/pubmed/6415748", + "Amphetamine-induced analgesia does not involve brain opioids. - http://www.ncbi.nlm.nih.gov/pubmed/6468501", + "Amphetamine-metabolites of deprenyl involved in protection against neurotoxicity induced by MPTP and 2'-methyl-MPTP. - http://www.ncbi.nlm.nih.gov/pubmed/7931228", + "L-DOPA exacerbates amphetamine-induced dopamine depletion. - http://www.ncbi.nlm.nih.gov/pubmed/9565967", + "Long-lasting psychotomimetic consequences of repeated low-dose amphetamine exposure in rhesus monkeys. - http://www.ncbi.nlm.nih.gov/pubmed/9885781", + "Use of naltrexone has been found to successfully aid in recovery from amphetamine addiction - http://ajp.psychiatryonline.org/doi/abs/10.1176/appi.ajp.2008.08020304", + "According to drugs.com 's interaction checker, there is a potential for serotonin syndrome when mixing amphetamines and ssri's. The threshold dose for danger however is unknown. https://www.drugs.com/interactions-check.php?drug_list=2543-0,679-0", + "Amphetamine has a half life of 7-31 hours: Mosby's Dental Drug Reference Ninth Edition 2010", + "Pregnancy category C according to the FDA. Evidence has shown usage during pregnancy can cause premature birth, low birthweight, and withdrawal syndrome in the baby. This occurs more often in abuse of adderall. Recommendation is to consult with a physician if you are pregnant.", + "Pregnancy category C according to the FDA. - https://www.accessdata.fda.gov/drugsatfda_docs/label/2007/011522s040lbl.pdf" + ] + }, + "id": 534 + }, + "flutoprazepam": { + "name": "flutoprazepam", + "properties": { + "summary": "A potent benzodiazepine that is roughly 4-5x the potency of Diazepam and has a longer duration, rarely seen outside of Japan. Sedative, hypnotic and anxiolytic. May cause amnesia and loss of inhibitions in excess. Do not mix with other depressants.", + "duration": "12-16 hours", + "after-effects": "24-36 hours", + "avoid": "All other CNS depressants.", + "dose": "Light: 0.5-1mg Common: 1.5-3mg Strong: 3-5mg+", + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "aliases": [ + "restas" + ], + "onset": "15-45 minutes.", + "effects": "Anxiolytic, Sedative, Muscle Relaxant, Amnesia, Dystaxia, Hypnotic.", + "dose_to_diazepam": "Flutoprazepam - ~2.5mg ~=10mg Diazepam." + }, + "pretty_name": "Flutoprazepam", + "aliases": [ + "restas" + ], + "categories": [ + "benzodiazepine", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "0.5-1mg", + "Common": "1.5-3mg", + "Strong": "3-5mg+" + } + }, + "formatted_duration": { + "value": "12-16", + "_unit": "hours" + }, + "formatted_onset": { + "value": "15-45", + "_unit": "minutes" + }, + "formatted_effects": [ + "Anxiolytic", + "Sedative", + "Muscle Relaxant", + "Amnesia", + "Dystaxia", + "Hypnotic", + "" + ], + "formatted_aftereffects": { + "value": "24-36", + "_unit": "hours" + }, + "id": 535 + }, + "5-eapb": { + "name": "5-eapb", + "properties": { + "summary": "A empathogen sold as a replacement to 5-MAPB after it was banned in the UK, but said to be less enjoyable and never gained much popularity.", + "duration": "Oral: 5-6 hours Insufflated: 3-4 hours.", + "dose": "Oral Light: 50-60mg Common: 60-100mg Strong: 100-150+mg | Insufflated Light: 30-40mg Common: 40-60mg Strong: 60-100+mg", + "onset": "Oral 30-60 minutes Insufflated 5-10 minutes.", + "aliases": [ + "5eapb" + ], + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "empathogen", + "habit-forming" + ], + "effects": "Euphoria, increased energy/alertness, Decreased need for sleep, Increased sociability, mood lift, increase sexuality, Excessive talking, Decreased appetite, Weight loss, Sweating, Distrubed sleep patterns, Bruxia, Visual and audiotory hallucinations itchiness, agressiveness, moodiness." + }, + "pretty_name": "5-EAPB", + "aliases": [ + "5eapb" + ], + "categories": [ + "stimulant", + "psychedelic", + "research-chemical", + "empathogen", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Light": "50-60mg", + "Common": "60-100mg", + "Strong": "100-150+mg" + }, + "Insufflated": { + "Light": "30-40mg", + "Common": "40-60mg", + "Strong": "60-100+mg" + } + }, + "formatted_duration": { + "Oral": "5-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "Oral", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "Decreased need for sleep", + "Increased sociability", + "mood lift", + "increase sexuality", + "Excessive talking", + "Decreased appetite", + "Weight loss", + "Sweating", + "Distrubed sleep patterns", + "Bruxia", + "Visual and audiotory hallucinations itchiness", + "agressiveness", + "moodiness", + "" + ], + "id": 536 + }, + "propranolol": { + "name": "propranolol", + "properties": { + "dose": "Oral Light: 10-30mg Common: 40-80mg Strong: 80-140mg.", + "onset": "10-45 minutes.", + "duration": "3-7 hours.", + "avoid": "All other CNS depressants.", + "summary": "Is a nonselective beta blocker. It is used in medication for high blood pressure, anxiety, and tremors. Also fun fact, it was the first successful beta-blocker developed.", + "aliases": [ + "inderal", + "hemangeol", + "innopran" + ], + "categories": [ + "depressant", + "common" + ], + "after-effects": "1-8 hours." + }, + "pretty_name": "Propranolol", + "aliases": [ + "inderal", + "hemangeol", + "innopran" + ], + "categories": [ + "depressant", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "10-30mg", + "Common": "40-80mg", + "Strong": "80-140mg." + } + }, + "formatted_duration": { + "value": "3-7", + "_unit": "hours" + }, + "formatted_onset": { + "value": "10-45", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 537 + }, + "pv-9": { + "name": "pv-9", + "properties": { + "summary": "Inactive.", + "categories": [ + "inactive" + ] + }, + "pretty_name": "PV-9", + "categories": [ + "inactive" + ], + "id": 538 + }, + "tapentadol": { + "name": "tapentadol", + "properties": { + "summary": "An opioid analgesic drug with potency somewhere between tramadol and morphine, and with a similar action to Tramadol. Also an adrenergic reuptake inhibitor. High addiction potential. Potential for respiratory depression in overdose. Should not be combined with depressants or stimulants.", + "onset": "Oral_IR: 20-40 minutes. | Oral_ER: 60-120 minutes.", + "duration": "Oral_IR: 3-5 hours | Oral_ER: 5-8 hours.", + "avoid": "All other CNS depressants", + "categories": [ + "opioid", + "habit-forming", + "depressant" + ], + "dose": "Oral Light: 25-50mg Common: 50-75mg Strong: 75-150mg+ | NOTE: Doses are for no tolerance. Insufflated administration is ineffective.", + "effects": "Euphoria, Dry Mouth, Mood lift, Itchiness, Relaxant, Constipation, Pupil constriction, Analgesia.", + "after-effects": "1-12 hours." + }, + "pretty_name": "Tapentadol", + "categories": [ + "opioid", + "habit-forming", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "25-50mg", + "Common": "50-75mg", + "Strong": "75-150mg+" + } + }, + "formatted_duration": { + "Oral_IR": "3-5", + "Oral_ER": "5-8", + "_unit": "hours" + }, + "formatted_onset": { + "Oral_IR": "20-40", + "Oral_ER": "60-120", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "Dry Mouth", + "Mood lift", + "Itchiness", + "Relaxant", + "Constipation", + "Pupil constriction", + "Analgesia", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Tapentadol.shtml" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "dose_note": " NOTE: Doses are for no tolerance. Insufflated administration is ineffective.", + "id": 539 + }, + "mxm": { + "name": "mxm", + "properties": { + "summary": "An arylcyclohexamine, dissociative and anaesthetic closely related to methoxetamine, ketamine and PCP. It has seen some popularity among RC users, being advertised as an MXE replacement after its illegalisation in many parts of the world - however, users report a more stimulating experience closer to those caused by PCP and its analogues.", + "dose": "Threshold: 10-20mg Light: 20-40mg Common: 40-60mg Strong: 60-100mg+", + "categories": [ + "dissociative", + "research-chemical", + "habit-forming" + ], + "duration": "3-5 hours. (Dependant on dose/ROA)", + "onset": "Varying widely from reports of 30 minutes up to four hours.", + "after-effects": "2-4 hours.", + "avoid": "CNS depressants.", + "aliases": [ + "methoxmetamine" + ] + }, + "pretty_name": "MXM", + "aliases": [ + "methoxmetamine" + ], + "categories": [ + "dissociative", + "research-chemical", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Threshold": "10-20mg", + "Light": "20-40mg", + "Common": "40-60mg", + "Strong": "60-100mg+" + } + }, + "formatted_duration": { + "value": "3-5", + "_unit": "hours" + }, + "formatted_onset": { + "value": "Varying", + "_unit": "hours" + }, + "formatted_aftereffects": { + "value": "2-4", + "_unit": "hours" + }, + "dose_note": " NOTE: (Once again, do not take this as a catch all.)", + "id": 540 + }, + "4-ho-mipt": { + "name": "4-ho-mipt", + "properties": { + "dose": "Oral Threshold: 5-10mg Light: 10-15mg Common: 15-20mg Strong: 20-30mg Heavy: 40mg+", + "summary": "A reasonably popular tryptamine deriviative and Psilocin analogue, first synthesised by Alexander Shulgin. It has been reported as having comparable effects to psychedelic mushrooms, though with a shorter duration.", + "duration": "3-6 hours", + "onset": "20-90 minutes depending on stomach contents.", + "effects": "Brightened colors, visual distortions, altered perception, a sense of conectedness with the world around you, heightend emotions, paranoia, unwanted thoughts.", + "aliases": [ + "4homipt", + "homipt", + "ho-mipt", + "4-ho", + "miprocin" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "after-effects": "1-8 hours." + }, + "pretty_name": "4-HO-MiPT", + "aliases": [ + "4homipt", + "homipt", + "ho-mipt", + "4-ho", + "miprocin" + ], + "categories": [ + "psychedelic", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Threshold": "5-10mg", + "Light": "10-15mg", + "Common": "15-20mg", + "Strong": "20-30mg", + "Heavy": "40mg+" + } + }, + "formatted_duration": { + "value": "3-6", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "Brightened colors", + "visual distortions", + "altered perception", + "a sense of conectedness with the world around you", + "heightend emotions", + "paranoia", + "unwanted thoughts", + "" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_4HOMiPT.shtml", + "tihkal": "https://www.erowid.org/library/books_online/tihkal/tihkal22.shtml" + }, + "pweffects": { + "8B Geometry - Exposure to inner mechanics of consciousness": "https://psychonautwiki.org/wiki/8B_Geometry_-_Exposure_to_inner_mechanics_of_consciousness", + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "After images": "https://psychonautwiki.org/wiki/After_images", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Delusions": "https://psychonautwiki.org/wiki/Delusions", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Déjà vu": "https://psychonautwiki.org/wiki/D%C3%A9j%C3%A0_vu", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Enhancement and suppression cycles": "https://psychonautwiki.org/wiki/Enhancement_and_suppression_cycles", + "Feelings of interdependent opposites": "https://psychonautwiki.org/wiki/Feelings_of_interdependent_opposites", + "Feelings of predeterminism": "https://psychonautwiki.org/wiki/Feelings_of_predeterminism", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Runny nose": "https://psychonautwiki.org/wiki/Runny_nose", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Sedation": "https://psychonautwiki.org/wiki/Sedation", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Subconscious communication": "https://psychonautwiki.org/wiki/Subconscious_communication", + "Symmetrical texture repetition": "https://psychonautwiki.org/wiki/Symmetrical_texture_repetition", + "Synaesthesia": "https://psychonautwiki.org/wiki/Synaesthesia", + "Thought connectivity": "https://psychonautwiki.org/wiki/Thought_connectivity", + "Thought loops": "https://psychonautwiki.org/wiki/Thought_loops", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Tracers": "https://psychonautwiki.org/wiki/Tracers", + "Transformations": "https://psychonautwiki.org/wiki/Transformations", + "Unity and interconnectedness": "https://psychonautwiki.org/wiki/Unity_and_interconnectedness", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness", + "Watery eyes": "https://psychonautwiki.org/wiki/Watery_eyes" + }, + "formatted_aftereffects": { + "value": "1-8", + "_unit": "hours" + }, + "id": 541 + }, + "2c-e": { + "name": "2c-e", + "properties": { + "dose": "Oral Light: 5-10mg Common: 10-15mg Strong: 15-30mg Heavy: 25-40mg | Insufflated Light: 1-3mg Common: 3-7mg Strong: 6-10mg Heavy: 10mg+", + "aliases": [ + "2ce" + ], + "duration": "6-14 hours (depending on dose)", + "onset": "20-90 minutes", + "summary": "An intense psychedelic drug with very strong visuals, sometimes criticised for its relatively uncomfortable body load. Otherwise, effects are comparable to other 2c-x drugs.", + "effects": "euphoria, giggling, empathy, insight, brightened color, closed/open eye visuals, enhanced tactile sensation, mental/physical stimulation, decreased appetite, pupil dilation, restlessness, change in perception of time, ego softening, nausea, sweating/chills, muscle tension, confusion, insomnia", + "categories": [ + "psychedelic", + "research-chemical", + "common" + ], + "after-effects": "2-6 hours", + "test-kits": "Marquis: Yellow-Pale Brown. | Mecke: Yellow > Brown. | Mandelin: Yellow-Green. | Froehde: Yellow. | Liebermann: Yellow > Black. | Simon's: No colour change. | Ehrlich: No colour change." + }, + "pretty_name": "2C-E", + "aliases": [ + "2ce" + ], + "categories": [ + "psychedelic", + "research-chemical", + "common" + ], + "formatted_dose": { + "Oral": { + "Light": "5-10mg", + "Common": "10-15mg", + "Strong": "15-30mg", + "Heavy": "25-40mg" + }, + "Insufflated": { + "Light": "1-3mg", + "Common": "3-7mg", + "Strong": "6-10mg", + "Heavy": "10mg+" + } + }, + "formatted_duration": { + "value": "6-14", + "_unit": "hours" + }, + "formatted_onset": { + "value": "20-90", + "_unit": "minutes" + }, + "formatted_effects": [ + "euphoria", + "giggling", + "empathy", + "insight", + "brightened color", + "closed/open eye visuals", + "enhanced tactile sensation", + "mental/physical stimulation", + "decreased appetite", + "pupil dilation", + "restlessness", + "change in perception of time", + "ego softening", + "nausea", + "sweating/chills", + "muscle tension", + "confusion", + "insomnia" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_2CE.shtml", + "pihkal": "https://www.erowid.org/library/books_online/pihkal/pihkal024.shtml" + }, + "pweffects": { + "8B Geometry - Exposure to inner mechanics of consciousness": "https://psychonautwiki.org/wiki/8B_Geometry_-_Exposure_to_inner_mechanics_of_consciousness", + "Acuity enhancement": "https://psychonautwiki.org/wiki/Acuity_enhancement", + "After images": "https://psychonautwiki.org/wiki/After_images", + "Analysis enhancement": "https://psychonautwiki.org/wiki/Analysis_enhancement", + "Auditory distortion": "https://psychonautwiki.org/wiki/Auditory_distortion", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Bodily control enhancement": "https://psychonautwiki.org/wiki/Bodily_control_enhancement", + "Colour enhancement": "https://psychonautwiki.org/wiki/Colour_enhancement", + "Colour shifting": "https://psychonautwiki.org/wiki/Colour_shifting", + "Conceptual thinking": "https://psychonautwiki.org/wiki/Conceptual_thinking", + "Creativity enhancement": "https://psychonautwiki.org/wiki/Creativity_enhancement", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Empathy, love, and sociability enhancement": "https://psychonautwiki.org/wiki/Empathy,_love,_and_sociability_enhancement", + "Geometry": "https://psychonautwiki.org/wiki/Geometry", + "Immersion enhancement": "https://psychonautwiki.org/wiki/Immersion_enhancement", + "Increased blood pressure": "https://psychonautwiki.org/wiki/Increased_blood_pressure", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Memory suppression": "https://psychonautwiki.org/wiki/Memory_suppression", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Novelty enhancement": "https://psychonautwiki.org/wiki/Novelty_enhancement", + "Pattern recognition enhancement": "https://psychonautwiki.org/wiki/Pattern_recognition_enhancement", + "Personal bias suppression": "https://psychonautwiki.org/wiki/Personal_bias_suppression", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Scenery slicing": "https://psychonautwiki.org/wiki/Scenery_slicing", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Spirituality enhancement": "https://psychonautwiki.org/wiki/Spirituality_enhancement", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Symmetrical texture repetition": "https://psychonautwiki.org/wiki/Symmetrical_texture_repetition", + "Synaesthesia": "https://psychonautwiki.org/wiki/Synaesthesia", + "Tactile enhancement": "https://psychonautwiki.org/wiki/Tactile_enhancement", + "Temperature regulation suppression": "https://psychonautwiki.org/wiki/Temperature_regulation_suppression", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Thought connectivity": "https://psychonautwiki.org/wiki/Thought_connectivity", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Tracers": "https://psychonautwiki.org/wiki/Tracers", + "Transformations": "https://psychonautwiki.org/wiki/Transformations", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "2-6", + "_unit": "hours" + }, + "id": 542 + }, + "datura": { + "name": "datura", + "properties": { + "summary": "A family of plants containing various Tropane alkaloids. Produces long-lasting deliriant effects including very realistic and often unpleasant hallucinations along with short-term amnesia. Datura plants are toxic to humans, and potency varies greatly from plant-to-plant, making the drug extremely difficult to dose safely. Not typically regarded as recreational.", + "effects": "surreal interactions with world, hallucinations, dry mouth, nausea, fear, anxiety, amnesia, difficulty breathing, confusion, delirium", + "avoid": "Yes. Just avoid it.", + "duration": "12-72+ hours.", + "onset": "60-120 minutes", + "after-effects": "24-72 hours", + "categories": [ + "depressant", + "tentative", + "deliriant" + ], + "warning": "Datura can be incredibly dangerous, dosing can be hard to determine and caution should be used. In general this drug should be avoided." + }, + "pretty_name": "Datura", + "categories": [ + "depressant", + "tentative", + "deliriant" + ], + "formatted_dose": { + "none": { + "NOTE": "There" + } + }, + "formatted_duration": { + "value": "12-72+", + "_unit": "hours" + }, + "formatted_onset": { + "value": "60-120", + "_unit": "minutes" + }, + "formatted_effects": [ + "surreal interactions with world", + "hallucinations", + "dry mouth", + "nausea", + "fear", + "anxiety", + "amnesia", + "difficulty breathing", + "confusion", + "delirium" + ], + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Datura.shtml" + }, + "pweffects": { + "Abnormal heartbeat": "https://psychonautwiki.org/wiki/Abnormal_heartbeat", + "Acuity suppression": "https://psychonautwiki.org/wiki/Acuity_suppression", + "After images": "https://psychonautwiki.org/wiki/After_images", + "Amnesia": "https://psychonautwiki.org/wiki/Amnesia", + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Auditory enhancement": "https://psychonautwiki.org/wiki/Auditory_enhancement", + "Auditory hallucinations": "https://psychonautwiki.org/wiki/Auditory_hallucinations", + "Autonomous entities": "https://psychonautwiki.org/wiki/Autonomous_entities", + "Cognitive dysphoria": "https://psychonautwiki.org/wiki/Cognitive_dysphoria", + "Depression": "https://psychonautwiki.org/wiki/Depression", + "Difficulty urinating": "https://psychonautwiki.org/wiki/Difficulty_urinating", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Dream potentiation": "https://psychonautwiki.org/wiki/Dream_potentiation", + "Drifting": "https://psychonautwiki.org/wiki/Drifting", + "Emotion suppression": "https://psychonautwiki.org/wiki/Emotion_suppression", + "External hallucinations": "https://psychonautwiki.org/wiki/External_hallucinations", + "Frequent urination": "https://psychonautwiki.org/wiki/Frequent_urination", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Information processing suppression": "https://psychonautwiki.org/wiki/Information_processing_suppression", + "Internal hallucinations": "https://psychonautwiki.org/wiki/Internal_hallucinations", + "Language suppression": "https://psychonautwiki.org/wiki/Language_suppression", + "Muscle cramps": "https://psychonautwiki.org/wiki/Muscle_cramps", + "Muscle spasms": "https://psychonautwiki.org/wiki/Muscle_spasms", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Paranoia": "https://psychonautwiki.org/wiki/Paranoia", + "Pattern recognition suppression": "https://psychonautwiki.org/wiki/Pattern_recognition_suppression", + "Perception of increased weight": "https://psychonautwiki.org/wiki/Perception_of_increased_weight", + "Peripheral information misinterpretation": "https://psychonautwiki.org/wiki/Peripheral_information_misinterpretation", + "Perspective alterations": "https://psychonautwiki.org/wiki/Perspective_alterations", + "Photophobia": "https://psychonautwiki.org/wiki/Photophobia", + "Psychosis": "https://psychonautwiki.org/wiki/Psychosis", + "Pupil dilation": "https://psychonautwiki.org/wiki/Pupil_dilation", + "Restless leg syndrome": "https://psychonautwiki.org/wiki/Restless_leg_syndrome", + "Scenarios and plots": "https://psychonautwiki.org/wiki/Scenarios_and_plots", + "Settings, sceneries, and landscapes": "https://psychonautwiki.org/wiki/Settings,_sceneries,_and_landscapes", + "Shadow people": "https://psychonautwiki.org/wiki/Shadow_people", + "Spontaneous tactile sensations": "https://psychonautwiki.org/wiki/Spontaneous_tactile_sensations", + "Thought deceleration": "https://psychonautwiki.org/wiki/Thought_deceleration", + "Thought disorganization": "https://psychonautwiki.org/wiki/Thought_disorganization", + "Time distortion": "https://psychonautwiki.org/wiki/Time_distortion", + "Unspeakable horrors": "https://psychonautwiki.org/wiki/Unspeakable_horrors", + "Vibrating vision": "https://psychonautwiki.org/wiki/Vibrating_vision", + "Visual haze": "https://psychonautwiki.org/wiki/Visual_haze" + }, + "formatted_aftereffects": { + "value": "24-72", + "_unit": "hours" + }, + "id": 543 + }, + "thiopropamine": { + "name": "thiopropamine", + "properties": { + "summary": "A substance that is closely related to Methiopopramine (MPA). Is roughly about 1/3rd the potency of amphetamine, differs from amphetmine from the phenyl ring is switched with a thiophene ring.", + "dose": "Oral Light: 20-50mg Common: 50-100mg Strong: 100-125mg+", + "onset": "Oral: 15-45 minutes. | Insufflated: 5-15mg.", + "duration": "Oral: 1-4 hours. | Insufflated: 1-2 hours.", + "after-effects": "Oral: 1-3 hours | Insufflated: 1-2 hours.", + "categories": [ + "stimulant", + "habit-forming", + "research-chemical" + ], + "aliases": [ + "tpa", + "normethiopropamine", + "a-methyl-2-thipheneethanamine" + ] + }, + "pretty_name": "Thiopropamine", + "aliases": [ + "tpa", + "normethiopropamine", + "a-methyl-2-thipheneethanamine" + ], + "categories": [ + "stimulant", + "habit-forming", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "Light": "20-50mg", + "Common": "50-100mg", + "Strong": "100-125mg+" + } + }, + "formatted_duration": { + "Oral": "1-4", + "Insufflated": "1-2", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-45", + "Insufflated": "5-15mg.", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "Oral": "1-3", + "Insufflated": "1-2", + "_unit": "hours" + }, + "id": 544 + }, + "mdphp": { + "name": "mdphp", + "properties": { + "summary": "MDPHP aka 'Monkey-Dust' is a substituted cathinone and pyrovalerone which has been sold as an alternative to a-PHP and MDPV. Said to be less intense than MDPV with similar effects. MDPHP potency is said to vary widely, and there are reports of mixed composition batches containing other drugs. Very little is known about MDPHP in terms of toxicity, pharmacology and metabolism.", + "duration": "Oral: 3-6 hours | Insufflated/Inhaled: 2-4 hours", + "onset": "Oral: 30-60 minutes | Insufflated: 5-15 minutes", + "dose": "NOTE: Dose data is tentative; There is a large variance in potency and composition of batches, and as such caution should be used when taking MDPHP. See ~mdphp summary | Oral Light: 10-20mg Common: 20-35mg Strong: 35+mg | Insufflated/Inhaled Light: 5-10mg Common: 10-20mg Strong: 20+mg", + "onset:": "Oral: 2-36 minutes | Inflatted/Inhaled: 5-15 minutes", + "after-effects": "Oral: 2-16h | Insufflated/Inhaled: 2-36h", + "effects": "Stimulation, Incresed Motivation, Mood Enhancement, Euphoria, Sexual Enhancement, Anxiety, Paranoia, Dry Mouth, Muscle Tension, Restlessness, Uncomfortable Stimulation", + "categories": [ + "stimulant", + "tentative", + "habit-forming", + "research-chemical" + ], + "aliases": [ + "monkey-dust" + ] + }, + "pretty_name": "Mdphp", + "aliases": [ + "monkey-dust" + ], + "categories": [ + "stimulant", + "tentative", + "habit-forming", + "research-chemical" + ], + "formatted_dose": { + "Oral": { + "t": "10-20mg", + "Common": "20-35mg", + "Strong": "35+mg" + }, + "Insufflated/Inhaled": { + "Light": "5-10mg", + "Common": "10-20mg", + "Strong": "20+mg" + } + }, + "formatted_duration": { + "Oral": "3-6", + "Insufflated/Inhaled": "2-4", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "30-60", + "Insufflated": "5-15", + "_unit": "minutes" + }, + "formatted_effects": [ + "Stimulation", + "Incresed Motivation", + "Mood Enhancement", + "Euphoria", + "Sexual Enhancement", + "Anxiety", + "Paranoia", + "Dry Mouth", + "Muscle Tension", + "Restlessness", + "Uncomfortable Stimulation" + ], + "formatted_aftereffects": { + "Oral": "2-16h", + "Insufflated/Inhaled": "2-36h" + }, + "dose_note": "NOTE: Dose data is tentative; There is a large variance in potency and composition of batches, and as such caution should be used when taking MDPHP. See ~mdphp summary ", + "id": 545 + }, + "butyrfentanyl": { + "name": "butyrfentanyl", + "properties": { + "summary": "Potent short-acting opioid and fentanyl analogue. Often dispensed in a nasal spray. This is an highly potent drug - exercise extreme caution. May cause respiratory depression and death in overdose.", + "onset": "Oral: 15-30 minutes. Insufflated: 5-10 minutes.", + "duration": "Oral: 3-4 hours. Insufflated: 2-3 hours.", + "alias": "b-f", + "categories": [ + "opioid", + "research-chemical", + "habit-forming", + "tentative", + "depressant" + ], + "dose": "Oral Light: 400-800ug Common: 800-1500ug Strong: 1.5-3mg || Note: It's a potent drug, be careful.", + "aliases": [ + "bf", + "b-f" + ], + "avoid": "All other CNS depressants.", + "after-effects": "1-4 hours." + }, + "pretty_name": "Butyrfentanyl", + "aliases": [ + "bf", + "b-f" + ], + "categories": [ + "opioid", + "research-chemical", + "habit-forming", + "tentative", + "depressant" + ], + "formatted_dose": { + "Oral": { + "Light": "400-800ug", + "Common": "800-1500ug", + "Strong": "1.5-3mg" + }, + "": {} + }, + "formatted_duration": { + "Oral": "3-4", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "15-30", + "_unit": "minutes" + }, + "formatted_aftereffects": { + "value": "1-4", + "_unit": "hours" + }, + "dose_note": " Note: It's a potent drug, be careful.", + "id": 546 + }, + "armodafinil": { + "name": "armodafinil", + "properties": { + "summary": "The more potent of the two modafinil isomers, said to have a longer duration and lesser side effects. Sometimes prescribed for ADHD and daytime sleepiness.", + "dose": "Common: 50-150mg's", + "duration": "12-16 hours.", + "onset": "30-45 minutes.", + "categories": [ + "stimulant", + "nootropic", + "habit-forming" + ], + "aliases": [ + "nuvigil" + ], + "bioavailability": "Oral 97.78%.", + "after-effects": "1-12 hours." + }, + "pretty_name": "Armodafinil", + "aliases": [ + "nuvigil" + ], + "categories": [ + "stimulant", + "nootropic", + "habit-forming" + ], + "formatted_dose": { + "Oral": { + "Common": "50-150mg" + } + }, + "formatted_duration": { + "value": "12-16", + "_unit": "hours" + }, + "formatted_onset": { + "value": "30-45", + "_unit": "minutes" + }, + "links": { + "experiences": "https://www.erowid.org/experiences/subs/exp_Armodafinil.shtml" + }, + "pweffects": { + "Anxiety": "https://psychonautwiki.org/wiki/Anxiety", + "Appetite suppression": "https://psychonautwiki.org/wiki/Appetite_suppression", + "Body odor alteration": "https://psychonautwiki.org/wiki/Body_odor_alteration", + "Dehydration": "https://psychonautwiki.org/wiki/Dehydration", + "Diarrhea": "https://psychonautwiki.org/wiki/Diarrhea", + "Dizziness": "https://psychonautwiki.org/wiki/Dizziness", + "Emotion enhancement": "https://psychonautwiki.org/wiki/Emotion_enhancement", + "Focus enhancement": "https://psychonautwiki.org/wiki/Focus_enhancement", + "Headaches": "https://psychonautwiki.org/wiki/Headaches", + "Increased heart rate": "https://psychonautwiki.org/wiki/Increased_heart_rate", + "Increased libido": "https://psychonautwiki.org/wiki/Increased_libido", + "Memory enhancement": "https://psychonautwiki.org/wiki/Memory_enhancement", + "Motivation enhancement": "https://psychonautwiki.org/wiki/Motivation_enhancement", + "Nausea": "https://psychonautwiki.org/wiki/Nausea", + "Photophobia": "https://psychonautwiki.org/wiki/Photophobia", + "Stimulation": "https://psychonautwiki.org/wiki/Stimulation", + "Thought acceleration": "https://psychonautwiki.org/wiki/Thought_acceleration", + "Wakefulness": "https://psychonautwiki.org/wiki/Wakefulness" + }, + "formatted_aftereffects": { + "value": "1-12", + "_unit": "hours" + }, + "id": 547 + }, + "amfonelicacid": { + "name": "amfonelicacid", + "properties": { + "summary": "A dopaminergic stimulant discovered by Sterling-Winthrop accidentally while developing antibiotics. Discontinued due to undesirable stimulant effects, it has had some popularity as a recreational drug.", + "onset": "Oral: 30-45 minutes. | Insufflated: 5-15 minutes.", + "dose": "Threshold: 2-4mg Common: 4-10mg Strong: 10mg+", + "duration": "Oral: 8-12 hours. | Insufflated: 6-10 hours.", + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "nootropic" + ], + "aliases": [ + "aa", + "afa", + "win25978" + ], + "effects": "Euphoria, increased energy/alertness, Decreased need for sleep, Increased sociability, mood lift, increase sexuality, Excessive talking, Decreased appetite, Weight loss, Sweating, Distrubed sleep patterns, Bruxia, Visual and audiotory hallucinations itchiness, agressiveness, moodiness.", + "after-effects": "1-24 hours." + }, + "pretty_name": "Amfonelic acid", + "aliases": [ + "aa", + "afa", + "win25978" + ], + "categories": [ + "stimulant", + "research-chemical", + "habit-forming", + "nootropic" + ], + "formatted_dose": { + "Oral": { + "Threshold": "2-4mg", + "Common": "4-10mg", + "Strong": "10mg+" + } + }, + "formatted_duration": { + "Oral": "8-12", + "Insufflated": "6-10", + "_unit": "hours" + }, + "formatted_onset": { + "Oral": "30-45", + "Insufflated": "5-15", + "_unit": "minutes" + }, + "formatted_effects": [ + "Euphoria", + "increased energy/alertness", + "Decreased need for sleep", + "Increased sociability", + "mood lift", + "increase sexuality", + "Excessive talking", + "Decreased appetite", + "Weight loss", + "Sweating", + "Distrubed sleep patterns", + "Bruxia", + "Visual and audiotory hallucinations itchiness", + "agressiveness", + "moodiness", + "" + ], + "formatted_aftereffects": { + "value": "1-24", + "_unit": "hours" + }, + "id": 548 + } +} \ No newline at end of file diff --git a/tripsit/getAllDrugs.py b/tripsit/getAllDrugs.py new file mode 100644 index 0000000..41b3f17 --- /dev/null +++ b/tripsit/getAllDrugs.py @@ -0,0 +1,27 @@ +import requests, json +import pandas as pd + +# API URL +url = "http://tripbot.tripsit.me/api/tripsit/getAllDrugs" +r = requests.get(url) +data = r.json() + +# Format dict and load into df +data = json.dumps(data["data"][0], indent=2, sort_keys=False, ensure_ascii=False) +df = pd.DataFrame.from_dict(json.loads(data), orient="index") + +# Add id for each drug for rasa +id = [] +for x in range(0, len(df)): + id.append(x) +df["id"] = id + +# Write to JSON file +with open("tripsit/getAllDrugs.json", "w") as fp: + # Clean NaN values + clean_data = { + k1: {k: v for k, v in v1.items() if v == v and v is not None} + for k1, v1 in df.to_dict("index").items() + } + # Set ensure_ascii to false to ensure we can keep greek letters (like alpha) + fp.write(json.dumps(clean_data, indent=2, ensure_ascii=False)) diff --git a/tripsit/get_data.ipynb b/tripsit/get_data.ipynb deleted file mode 100644 index 4be9da9..0000000 --- a/tripsit/get_data.ipynb +++ /dev/null @@ -1,37 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 1, - "source": [ - "import pandas as pd" - ], - "outputs": [], - "metadata": {} - } - ], - "metadata": { - "orig_nbformat": 4, - "language_info": { - "name": "python", - "version": "3.8.11", - "mimetype": "text/x-python", - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "pygments_lexer": "ipython3", - "nbconvert_exporter": "python", - "file_extension": ".py" - }, - "kernelspec": { - "name": "python3", - "display_name": "Python 3.9.7 64-bit ('pablo-bot': conda)" - }, - "interpreter": { - "hash": "9b8925f46c4eb81faf51dd413b2890c72e106e6d9cdc933e302e3dbb556b2244" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} \ No newline at end of file