Skip to main content

Documentation Index

Fetch the complete documentation index at: https://api.docs.onlydrams.app/llms.txt

Use this file to discover all available pages before exploring further.

Returns a list of blind bottles.

Parameters

No parameters.

Returns

Returns a paginated object of blind instances owned by the logged in user if the logged in user is a Platinum Tier member. If prefixed with the blind id, will return those blind instances associated with that blind and owned by the logged in user. Returns a 403 if the logged in user is not a Platinum Tier member.
  curl -H "Authorization: $ACCESS_TOKEN" \
    --request GET \
    --url https://api.onlydrams.app/api/v1/blinds/:blind_id/blind_instances/:blind_instance_id/blind_bottles
  {
    "total":4,
    "has_more":false,
    "data":[
      {
        "id":"7a7d1303-8946-4d15-ada3-8e3c5c89ba71",
        "nose_rating":null,
        "pallette_rating":null,
        "bottle":
          {
            "id":"74ead180-2326-4b19-b3b1-602f4d3c1d23",
            "price":63.62,
            "secondary":0.0,
            "secondary_outer_bound":0.0,
            "enhanced_pricing":false,
            "rarity":"common",
            "size":"750",
            "image_url":null,
            "juice":
              {
                "id":"65427c3b-9b17-4239-8de8-6213ee3e63d3",
                "name":"Gorgoroth",
                "age":12,
                "proof":91.5,
                "variety":"scotch",
                "origin":"Kentucky",
                "release":null,
                "rarity":"common",
                "sizes":[
                  {
                    "id":"74ead180-2326-4b19-b3b1-602f4d3c1d23",
                    "size":"750",
                    "price":63.62,
                    "secondary":0.0,
                    "secondary_outer_bound":0.0,
                    "rarity":"common",
                    "image_url":null,
                    "sku":"383845265538",
                    "optionals":[]
                  }
                ],
                "distillery":
                  {
                    "id":"30095d6c-c216-444a-a230-cc08fd8f2ba2",
                    "name":"willett"
                  },
                "review_count":0,
                "average_rating":0,
                "territories":[],
                "mashbill":[],
                "months_old":null,
                "days_old":null,
                "pickable":false,
                "finish_cask_type":[],
                "notes":null
              },
            "optionals":[],
            "batches":[],
            "vintages":[]
          },
          "guessed_bottle":null,
          "correct":false,
          "blind_instance":
            {
              "id":"bee6848e-a6b8-40fb-9218-ce9b159a194f",
              "time_to_complete":null
            }
        }
      ]
    }
  }