List riddles

GET URL: /all

Result

{
 "riddles": [
  {
   "id": 16,
   "question": "How do you get to Carnegie Hall?",
   "guesses": 1,
   "correct": 1,
   "difficulty": 0.0
  },
  {
   "id": 21,
   "question": "What has to be broken before you can use it?",
   "guesses": 1,
   "correct": 1,
   "difficulty": 0.0
  },
  {
   "id": 24,
   "question": "What have I got in my pocket?",
   "guesses": 0,
   "correct": 0,
   "difficulty": 0.0
  },
  {
   "id": 26,
   "question": "What has hands but cannot clap?",
   "guesses": 0,
   "correct": 0,
   "difficulty": 0.0
  },
  {
   "id": 27,
   "question": "What's the difference between you and me?",
   "guesses": 0,
   "correct": 0,
   "difficulty": 0.0
  },
  {
   "id": 28,
   "question": "why doesn't anyone talk to circles?",
   "guesses": 0,
   "correct": 0,
   "difficulty": 0.0
  },
  {
   "id": 5,
   "question": "What have I got in my pocket?",
   "guesses": 2,
   "correct": 1,
   "difficulty": 0.33333333333333337
  },
  {
   "id": 14,
   "question": "What is the most expensive fish?",
   "guesses": 2,
   "correct": 1,
   "difficulty": 0.33333333333333337
  },
  {
   "id": 19,
   "question": "What have I got in my pocket?",
   "guesses": 2,
   "correct": 1,
   "difficulty": 0.33333333333333337
  },
  {
   "id": 23,
   "question": "What have I got in my pocket?",
   "guesses": 2,
   "correct": 1,
   "difficulty": 0.33333333333333337
  },
  {
   "id": 6,
   "question": "What has to be broken before you can use it?",
   "guesses": 8,
   "correct": 4,
   "difficulty": 0.4444444444444444
  },
  {
   "id": 10,
   "question": "what's my favorite color?",
   "guesses": 8,
   "correct": 4,
   "difficulty": 0.4444444444444444
  },
  {
   "id": 1,
   "question": "Where do you get dragon milk?",
   "guesses": 27,
   "correct": 14,
   "difficulty": 0.4642857142857143
  },
  {
   "id": 11,
   "question": "hello",
   "guesses": 3,
   "correct": 1,
   "difficulty": 0.5
  },
  {
   "id": 17,
   "question": "How many UB students does it take to change a lightbulb?",
   "guesses": 1,
   "correct": 0,
   "difficulty": 0.5
  },
  {
   "id": 18,
   "question": "What have I got in my pocket?",
   "guesses": 1,
   "correct": 0,
   "difficulty": 0.5
  },
  {
   "id": 22,
   "question": "What has a head, a tail, is brown, and has no legs?",
   "guesses": 1,
   "correct": 0,
   "difficulty": 0.5
  },
  {
   "id": 25,
   "question": "Where is the shoe?",
   "guesses": 1,
   "correct": 0,
   "difficulty": 0.5
  },
  {
   "id": 15,
   "question": "Why did the snow-tuber cross the road?",
   "guesses": 10,
   "correct": 4,
   "difficulty": 0.5454545454545454
  },
  {
   "id": 9,
   "question": "What have I got in my pocket?",
   "guesses": 5,
   "correct": 1,
   "difficulty": 0.6666666666666667
  },
  {
   "id": 13,
   "question": "What have I got in my pocket?",
   "guesses": 2,
   "correct": 0,
   "difficulty": 0.6666666666666667
  },
  {
   "id": 8,
   "question": "What have I got in my pocket?",
   "guesses": 3,
   "correct": 0,
   "difficulty": 0.75
  },
  {
   "id": 20,
   "question": "Why did the chicken cross the road?",
   "guesses": 3,
   "correct": 0,
   "difficulty": 0.75
  },
  {
   "id": 2,
   "question": "What did the triangle say to the cirle?",
   "guesses": 21,
   "correct": 4,
   "difficulty": 0.7727272727272727
  },
  {
   "id": 3,
   "question": "What have I got in my pocket?",
   "guesses": 14,
   "correct": 2,
   "difficulty": 0.8
  },
  {
   "id": 12,
   "question": "What have I got in my pocket?",
   "guesses": 4,
   "correct": 0,
   "difficulty": 0.8
  },
  {
   "id": 7,
   "question": "how did the triangle hit on the other triangle?",
   "guesses": 12,
   "correct": 0,
   "difficulty": 0.9230769230769231
  },
  {
   "id": 4,
   "question": "How many eggs can a rooster lay?",
   "guesses": 17,
   "correct": 0,
   "difficulty": 0.9444444444444444
  }
 ]
}