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 single Blind Bottle object.

Parameters

No parameters.

Returns

Returns a single Blind Bottle object if one is found for the passed params. If none is round, an error will be returned instead.
  curl -H "Authorization: $ACCESS_TOKEN" \
    --request GET \
    --url /api/v1/blinds/:blind_id/blind_instances/:blind_instance_id/blind_bottles/:id
  {
    "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
        }
    }