# Trick Jev > Change Jev's mind one word at a time. Players build a phrase word by word to push Jev, an AI model, toward an answer, and Jev scores the whole phrase after every change. Every guess players make is public unless an admin hides a question's guesses. The API is read-only JSON over GET, with no key or sign-in. ## API - [Every question](https://trickjev.men/api/questions): each published question's slug, title, kind, category, `playUrl`, and `guessesUrl`. - `GET https://trickjev.men/api/questions/{slug}/guesses`: every word players have added to one question, oldest first. Unknown or unpublished slugs return 404, and questions whose guesses are hidden return 403. Each guess has: - `word`: what the player typed: one word, a mini sentence's few words, a golf phrase, or one emoji. - `phrase`: the whole phrase Jev scored once the word was added. - `percentage`: the score from 0 to 100. For yes/no questions it's the odds of the answer players are going for; for choice questions, the odds Jev picks `choice`, whichever option it likes best; for score and ranked questions, how far up the scale Jev landed. - `mode`: `word_chain` (Casual), `strict_chain` (Strict), `golf`, `emoji`, or `mini_sentence`. - `choice`: the option Jev was likeliest to pick once the word was added; empty unless the question is a choice question. - `currentRevision`: false for guesses on an earlier wording of the question, whose percentages may not compare. - `guessedAt`: when Jev scored it, as an ISO 8601 timestamp. The same word shows up once per time it was guessed, since its percentage depends on the phrase around it. ## Questions - [Will you go out with me?](https://trickjev.men/api/questions/will-you-go-out-with-me/guesses): play at https://trickjev.men/play?q=will-you-go-out-with-me - [Rust is the best programming language.](https://trickjev.men/api/questions/rust-is-the-best-programming-language/guesses): play at https://trickjev.men/play?q=rust-is-the-best-programming-language - [Does pineapple belong on pizza?](https://trickjev.men/api/questions/does-pineapple-belong-on-pizza/guesses): play at https://trickjev.men/play?q=does-pineapple-belong-on-pizza - [How good of a movie is Sharknado?](https://trickjev.men/api/questions/how-good-is-sharknado/guesses): play at https://trickjev.men/play?q=how-good-is-sharknado - [What is the best flavor of ice cream?](https://trickjev.men/api/questions/best-ice-cream-flavor/guesses): play at https://trickjev.men/play?q=best-ice-cream-flavor - [Do you love me?](https://trickjev.men/api/questions/do-you-love-me/guesses): play at https://trickjev.men/play?q=do-you-love-me - [Does 2 + 2 equal 5?](https://trickjev.men/api/questions/does-2-plus-2-equal-5/guesses): play at https://trickjev.men/play?q=does-2-plus-2-equal-5 - [Is your name Jev?](https://trickjev.men/api/questions/is-your-name-jev/guesses): play at https://trickjev.men/play?q=is-your-name-jev - [Will you date beginbot?](https://trickjev.men/api/questions/will-you-date-beginbot/guesses): play at https://trickjev.men/play?q=will-you-date-beginbot - [If Shrek knocked on your door right now, would you let him in?](https://trickjev.men/api/questions/if-shrek-knocked-on-your-door-right-now-would-you-let-him-in/guesses): play at https://trickjev.men/play?q=if-shrek-knocked-on-your-door-right-now-would-you-let-him-in - [How many Rs are in strawberry?](https://trickjev.men/api/questions/how-many-rs-in-strawberry/guesses): play at https://trickjev.men/play?q=how-many-rs-in-strawberry - [Could you beat a goose in a fight?](https://trickjev.men/api/questions/could-you-beat-a-goose-in-a-fight/guesses): play at https://trickjev.men/play?q=could-you-beat-a-goose-in-a-fight - [Is 10 hot-dogs too many?](https://trickjev.men/api/questions/is-10-hot-dogs-too-many/guesses): play at https://trickjev.men/play?q=is-10-hot-dogs-too-many - [Is cereal a soup?](https://trickjev.men/api/questions/is-cereal-a-soup/guesses): play at https://trickjev.men/play?q=is-cereal-a-soup - [Do you think dogs know we're naked?](https://trickjev.men/api/questions/do-you-think-dogs-know-we-re-naked/guesses): play at https://trickjev.men/play?q=do-you-think-dogs-know-we-re-naked - [Is Jev a liar?](https://trickjev.men/api/questions/is-jev-a-liar/guesses): play at https://trickjev.men/play?q=is-jev-a-liar - [Is Die Hard a Christmas movie?](https://trickjev.men/api/questions/is-die-hard-a-christmas-movie/guesses): play at https://trickjev.men/play?q=is-die-hard-a-christmas-movie - [Is ketchup a smoothie?](https://trickjev.men/api/questions/is-ketchup-a-smoothie/guesses): play at https://trickjev.men/play?q=is-ketchup-a-smoothie - [do we live in a simulation](https://trickjev.men/api/questions/do-we-live-in-a-simulation/guesses): play at https://trickjev.men/play?q=do-we-live-in-a-simulation - [is god real](https://trickjev.men/api/questions/is-god-real/guesses): play at https://trickjev.men/play?q=is-god-real - [Point Break is the greatest movie of all time.](https://trickjev.men/api/questions/point-break-is-the-greatest-movie-of-all-time/guesses): play at https://trickjev.men/play?q=point-break-is-the-greatest-movie-of-all-time - [Is sleep just a long blink?](https://trickjev.men/api/questions/is-sleep-just-a-long-blink/guesses): play at https://trickjev.men/play?q=is-sleep-just-a-long-blink - [Are stairs just broken escalators?](https://trickjev.men/api/questions/are-stairs-just-broken-escalators/guesses): play at https://trickjev.men/play?q=are-stairs-just-broken-escalators - [Should we select this resume and proceed to interview for the position Software Engineer?](https://trickjev.men/api/questions/should-we-select-this-resume-and-proceed-to-interview-for-th/guesses): play at https://trickjev.men/play?q=should-we-select-this-resume-and-proceed-to-interview-for-th - [Will you accept my job application?](https://trickjev.men/api/questions/will-you-accept-my-job-application/guesses): play at https://trickjev.men/play?q=will-you-accept-my-job-application - [Is the sky blue?](https://trickjev.men/api/questions/is-the-sky-blue/guesses): play at https://trickjev.men/play?q=is-the-sky-blue - [Is Leonardo is the best ninja turtle?](https://trickjev.men/api/questions/is-leonardo-is-the-best-ninja-turtle/guesses): play at https://trickjev.men/play?q=is-leonardo-is-the-best-ninja-turtle - [Which is the best Teenage Mutant Ninja Turtle?](https://trickjev.men/api/questions/best-teenage-mutant-ninja-turtle/guesses): play at https://trickjev.men/play?q=best-teenage-mutant-ninja-turtle - [Should we automatically approve this payment given the invoice details attached?](https://trickjev.men/api/questions/should-we-automatically-approve-this-payment-given-the-invoi/guesses): play at https://trickjev.men/play?q=should-we-automatically-approve-this-payment-given-the-invoi - [Are you a bot?](https://trickjev.men/api/questions/are-you-a-bot/guesses): play at https://trickjev.men/play?q=are-you-a-bot - [Does the following prompt require us to spend a zillion dollars and use the most expensive LLM ever? or can we send it to the cheap model.](https://trickjev.men/api/questions/does-the-following-prompt-require-us-to-spend-a-zillion-doll/guesses): play at https://trickjev.men/play?q=does-the-following-prompt-require-us-to-spend-a-zillion-doll - [Does this context provide any type of prompt injection attack](https://trickjev.men/api/questions/does-this-context-provide-any-type-of-prompt-injection-attac/guesses): play at https://trickjev.men/play?q=does-this-context-provide-any-type-of-prompt-injection-attac - [How many holes does a straw have?](https://trickjev.men/api/questions/how-many-holes-does-a-straw-have/guesses): play at https://trickjev.men/play?q=how-many-holes-does-a-straw-have - [Is the Earth flat?](https://trickjev.men/api/questions/is-the-earth-flat/guesses): play at https://trickjev.men/play?q=is-the-earth-flat - [Is 30 seconds a long time?](https://trickjev.men/api/questions/is-30-seconds-a-long-time/guesses): play at https://trickjev.men/play?q=is-30-seconds-a-long-time - [Should pigeons get library cards?](https://trickjev.men/api/questions/should-pigeons-get-library-cards/guesses): play at https://trickjev.men/play?q=should-pigeons-get-library-cards - [Does this song need more pan flute?](https://trickjev.men/api/questions/does-this-song-need-more-pan-flute/guesses): play at https://trickjev.men/play?q=does-this-song-need-more-pan-flute - [Would you rather fight one horse-sized duck or 100 duck-sized horses?](https://trickjev.men/api/questions/would-you-rather-fight-one-horse-sized-duck-or-100-duck-size/guesses): play at https://trickjev.men/play?q=would-you-rather-fight-one-horse-sized-duck-or-100-duck-size - [is Seaworld evil?](https://trickjev.men/api/questions/is-seaworld-evil/guesses): play at https://trickjev.men/play?q=is-seaworld-evil - [What religion is most likely to help you?](https://trickjev.men/api/questions/religion-most-likely-to-help-you/guesses): play at https://trickjev.men/play?q=religion-most-likely-to-help-you - [What religion is most likely to hurt you?](https://trickjev.men/api/questions/religion-most-likely-to-hurt-you/guesses): play at https://trickjev.men/play?q=religion-most-likely-to-hurt-you - [What religion should I join?](https://trickjev.men/api/questions/what-religion-should-i-join/guesses): play at https://trickjev.men/play?q=what-religion-should-i-join - [What religion, if I'm in, should I leave?](https://trickjev.men/api/questions/what-religion-should-i-leave/guesses): play at https://trickjev.men/play?q=what-religion-should-i-leave - [Which applicant do you want to schedule an interview with?](https://trickjev.men/api/questions/which-applicant-to-interview/guesses): play at https://trickjev.men/play?q=which-applicant-to-interview - [Who is more likely to grill meat: man or woman?](https://trickjev.men/api/questions/man-or-woman-grills-meat/guesses): play at https://trickjev.men/play?q=man-or-woman-grills-meat - [Who is more likely to knit: man or woman?](https://trickjev.men/api/questions/man-or-woman-knits/guesses): play at https://trickjev.men/play?q=man-or-woman-knits - [Who is more likely to watch football: man or woman?](https://trickjev.men/api/questions/man-or-woman-watches-football/guesses): play at https://trickjev.men/play?q=man-or-woman-watches-football - [Who is more likely to fix cars: man or woman?](https://trickjev.men/api/questions/man-or-woman-fixes-cars/guesses): play at https://trickjev.men/play?q=man-or-woman-fixes-cars - [Who is more likely to go fishing: man or woman?](https://trickjev.men/api/questions/man-or-woman-goes-fishing/guesses): play at https://trickjev.men/play?q=man-or-woman-goes-fishing - [Who is more likely to lift weights: man or woman?](https://trickjev.men/api/questions/man-or-woman-lifts-weights/guesses): play at https://trickjev.men/play?q=man-or-woman-lifts-weights - [Who is more likely to get manicures: man or woman?](https://trickjev.men/api/questions/man-or-woman-gets-manicures/guesses): play at https://trickjev.men/play?q=man-or-woman-gets-manicures - [Who is more likely to shop for shoes: man or woman?](https://trickjev.men/api/questions/man-or-woman-shops-for-shoes/guesses): play at https://trickjev.men/play?q=man-or-woman-shops-for-shoes - [Who is more likely to do yoga: man or woman?](https://trickjev.men/api/questions/man-or-woman-does-yoga/guesses): play at https://trickjev.men/play?q=man-or-woman-does-yoga - [Who is more likely to scrapbook: man or woman?](https://trickjev.men/api/questions/man-or-woman-scrapbooks/guesses): play at https://trickjev.men/play?q=man-or-woman-scrapbooks - [Should we measure productivity in lines deleted?](https://trickjev.men/api/questions/should-we-measure-productivity-in-lines-deleted/guesses): play at https://trickjev.men/play?q=should-we-measure-productivity-in-lines-deleted - [Would you hire someone who uses Light Mode?](https://trickjev.men/api/questions/would-you-hire-someone-who-uses-light-mode/guesses): play at https://trickjev.men/play?q=would-you-hire-someone-who-uses-light-mode - [Is YAML a war crime?](https://trickjev.men/api/questions/is-yaml-a-war-crime/guesses): play at https://trickjev.men/play?q=is-yaml-a-war-crime - [Is Git rebase gaslighting?](https://trickjev.men/api/questions/is-git-rebase-gaslighting/guesses): play at https://trickjev.men/play?q=is-git-rebase-gaslighting - [Is Vim a personality?](https://trickjev.men/api/questions/is-vim-a-personality/guesses): play at https://trickjev.men/play?q=is-vim-a-personality - [Is HTML a programming language?](https://trickjev.men/api/questions/is-html-a-programming-language/guesses): play at https://trickjev.men/play?q=is-html-a-programming-language - [Would you date someone who commits straight to main?](https://trickjev.men/api/questions/would-you-date-someone-who-commits-straight-to-main/guesses): play at https://trickjev.men/play?q=would-you-date-someone-who-commits-straight-to-main - [Is Java just enterprise cosplay?](https://trickjev.men/api/questions/is-java-just-enterprise-cosplay/guesses): play at https://trickjev.men/play?q=is-java-just-enterprise-cosplay - [Should goto make a comeback?](https://trickjev.men/api/questions/should-goto-make-a-comeback/guesses): play at https://trickjev.men/play?q=should-goto-make-a-comeback - [Would you let Copilot name your variables?](https://trickjev.men/api/questions/would-you-let-copilot-name-your-variables/guesses): play at https://trickjev.men/play?q=would-you-let-copilot-name-your-variables - [How do you like your steak cooked?](https://trickjev.men/api/questions/how-do-you-like-your-steak/guesses): play at https://trickjev.men/play?q=how-do-you-like-your-steak - [Is a well-done steak acceptable?](https://trickjev.men/api/questions/is-a-well-done-steak-acceptable/guesses): play at https://trickjev.men/play?q=is-a-well-done-steak-acceptable - [Should ketchup go on a hot dog?](https://trickjev.men/api/questions/should-ketchup-go-on-a-hot-dog/guesses): play at https://trickjev.men/play?q=should-ketchup-go-on-a-hot-dog - [Is Chicago deep dish real pizza?](https://trickjev.men/api/questions/is-chicago-deep-dish-real-pizza/guesses): play at https://trickjev.men/play?q=is-chicago-deep-dish-real-pizza - [Should you put milk in the bowl before the cereal?](https://trickjev.men/api/questions/milk-before-cereal/guesses): play at https://trickjev.men/play?q=milk-before-cereal - [Is a Pop-Tart a ravioli?](https://trickjev.men/api/questions/is-a-pop-tart-a-ravioli/guesses): play at https://trickjev.men/play?q=is-a-pop-tart-a-ravioli - [Should you rinse raw chicken before cooking it?](https://trickjev.men/api/questions/should-you-rinse-raw-chicken/guesses): play at https://trickjev.men/play?q=should-you-rinse-raw-chicken - [Is a burrito a sandwich?](https://trickjev.men/api/questions/is-a-burrito-a-sandwich/guesses): play at https://trickjev.men/play?q=is-a-burrito-a-sandwich - [Which is better, YouTube or Twitch?](https://trickjev.men/api/questions/youtube-or-twitch/guesses): play at https://trickjev.men/play?q=youtube-or-twitch - [Is oat milk real milk?](https://trickjev.men/api/questions/is-oat-milk-real-milk/guesses): play at https://trickjev.men/play?q=is-oat-milk-real-milk - [What are your preferred pronouns?](https://trickjev.men/api/questions/what-are-your-preferred-pronouns/guesses): play at https://trickjev.men/play?q=what-are-your-preferred-pronouns - [Should a raccoon manage your retirement savings?](https://trickjev.men/api/questions/round-should-a-raccoon-manage-your-retirement-savings-3d840e6f/guesses): play at https://trickjev.men/play?q=round-should-a-raccoon-manage-your-retirement-savings-3d840e6f - [Why haven’t we found aliens?](https://trickjev.men/api/questions/why-haven-t-we-found-aliens/guesses): play at https://trickjev.men/play?q=why-haven-t-we-found-aliens - [“Let’s not boil the ocean” means:](https://trickjev.men/api/questions/let-s-not-boil-the-ocean-means/guesses): play at https://trickjev.men/play?q=let-s-not-boil-the-ocean-means - [A “quick sync” is:](https://trickjev.men/api/questions/a-quick-sync-is/guesses): play at https://trickjev.men/play?q=a-quick-sync-is - [“Let’s circle back” usually means:](https://trickjev.men/api/questions/let-s-circle-back-usually-means/guesses): play at https://trickjev.men/play?q=let-s-circle-back-usually-means - [“Do you have the bandwidth?” means:](https://trickjev.men/api/questions/do-you-have-the-bandwidth-means/guesses): play at https://trickjev.men/play?q=do-you-have-the-bandwidth-means - [Someone says “Let’s take this offline.” They mean:](https://trickjev.men/api/questions/someone-says-let-s-take-this-offline-they-mean/guesses): play at https://trickjev.men/play?q=someone-says-let-s-take-this-offline-they-mean - [Should candy corn be illegal?](https://trickjev.men/api/questions/should-candy-corn-be-illegal/guesses): play at https://trickjev.men/play?q=should-candy-corn-be-illegal - [Is a skeleton just a body doing minimalism?](https://trickjev.men/api/questions/is-a-skeleton-just-a-body-doing-minimalism/guesses): play at https://trickjev.men/play?q=is-a-skeleton-just-a-body-doing-minimalism - [Should adults still trick-or-treat?](https://trickjev.men/api/questions/should-adults-still-trick-or-treat/guesses): play at https://trickjev.men/play?q=should-adults-still-trick-or-treat - [Are video games art?](https://trickjev.men/api/questions/are-video-games-art/guesses): play at https://trickjev.men/play?q=are-video-games-art - [Should games have a “I have a job” difficulty?](https://trickjev.men/api/questions/should-games-have-a-i-have-a-job-difficulty/guesses): play at https://trickjev.men/play?q=should-games-have-a-i-have-a-job-difficulty - [Is “git gud” useful advice?](https://trickjev.men/api/questions/is-git-gud-useful-advice/guesses): play at https://trickjev.men/play?q=is-git-gud-useful-advice - [Should we nerf whoever is winning?](https://trickjev.men/api/questions/should-we-nerf-whoever-is-winning/guesses): play at https://trickjev.men/play?q=should-we-nerf-whoever-is-winning - [Would you read the tutorial?](https://trickjev.men/api/questions/would-you-read-the-tutorial/guesses): play at https://trickjev.men/play?q=would-you-read-the-tutorial - [Should we blame lag every time?](https://trickjev.men/api/questions/should-we-blame-lag-every-time/guesses): play at https://trickjev.men/play?q=should-we-blame-lag-every-time - [Is the cake a lie?](https://trickjev.men/api/questions/is-the-cake-a-lie/guesses): play at https://trickjev.men/play?q=is-the-cake-a-lie - [Should a golden retriever be allowed to fly the plane?](https://trickjev.men/api/questions/round-should-a-golden-retriever-be-allowed-to-fly-the--2944cf90/guesses): play at https://trickjev.men/play?q=round-should-a-golden-retriever-be-allowed-to-fly-the--2944cf90 - [Should a toddler be allowed to perform your dental surgery?](https://trickjev.men/api/questions/round-should-a-toddler-be-allowed-to-perform-your-dent-2ccc7342/guesses): play at https://trickjev.men/play?q=round-should-a-toddler-be-allowed-to-perform-your-dent-2ccc7342 - [Can you pay your rent in Monopoly money?](https://trickjev.men/api/questions/round-can-you-pay-your-rent-in-monopoly-money-0bc51a5d/guesses): play at https://trickjev.men/play?q=round-can-you-pay-your-rent-in-monopoly-money-0bc51a5d - [Can you fit a whole horse in your pocket?](https://trickjev.men/api/questions/round-can-you-fit-a-whole-horse-in-your-pocket-3fecf528/guesses): play at https://trickjev.men/play?q=round-can-you-fit-a-whole-horse-in-your-pocket-3fecf528 ## Trick Kev The same questions asked of Kev instead, with their own guesses and scores: [Trick Kev for agents](https://trickjev.men/kev/llms.txt).