{
  "info": {
    "_postman_id": "dc323363-feee-4b7e-ab20-8916f80b673f",
    "name": "UK Lotto Results API",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "32473380"
  },
  "item": [
    {
      "name": "uk-lottery/games",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-NSYP",
            "value": "",
            "type": "text"
          }
        ],
        "url": {
          "raw": "https://www.nosyapi.com/apiv2/service/uk-lottery/games",
          "protocol": "https",
          "host": [
            "www",
            "nosyapi",
            "com"
          ],
          "path": [
            "apiv2",
            "service",
            "uk-lottery",
            "games"
          ]
        }
      },
      "response": []
    },
    {
      "name": "uk-lottery/game-details",
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      },
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-NSYP",
            "value": "",
            "type": "text"
          }
        ],
        "body": {
          "mode": "formdata",
          "formdata": [
            {
              "key": "gameID",
              "value": "1",
              "type": "text",
              "uuid": "33ae9e00-635f-4b61-b995-34955f7e91c0"
            }
          ]
        },
        "url": {
          "raw": "https://www.nosyapi.com/apiv2/service/uk-lottery/game-details",
          "protocol": "https",
          "host": [
            "www",
            "nosyapi",
            "com"
          ],
          "path": [
            "apiv2",
            "service",
            "uk-lottery",
            "game-details"
          ]
        }
      },
      "response": []
    },
    {
      "name": "uk-lottery/draw-history",
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      },
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-NSYP",
            "value": "",
            "type": "text"
          }
        ],
        "body": {
          "mode": "formdata",
          "formdata": [
            {
              "key": "gameID",
              "value": "1",
              "type": "text",
              "uuid": "33ae9e00-635f-4b61-b995-34955f7e91c0"
            }
          ]
        },
        "url": {
          "raw": "https://www.nosyapi.com/apiv2/service/uk-lottery/draw-history",
          "protocol": "https",
          "host": [
            "www",
            "nosyapi",
            "com"
          ],
          "path": [
            "apiv2",
            "service",
            "uk-lottery",
            "draw-history"
          ]
        }
      },
      "response": []
    },
    {
      "name": "uk-lottery/draw-details",
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      },
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-NSYP",
            "value": "",
            "type": "text"
          }
        ],
        "body": {
          "mode": "formdata",
          "formdata": [
            {
              "key": "gameID",
              "value": "6",
              "type": "text",
              "uuid": "33ae9e00-635f-4b61-b995-34955f7e91c0"
            },
            {
              "key": "drawID",
              "value": "3196",
              "type": "text",
              "uuid": "43fe04f4-5aed-4ebf-a471-e896cc12acb7"
            }
          ]
        },
        "url": {
          "raw": "https://www.nosyapi.com/apiv2/service/uk-lottery/draw-details",
          "protocol": "https",
          "host": [
            "www",
            "nosyapi",
            "com"
          ],
          "path": [
            "apiv2",
            "service",
            "uk-lottery",
            "draw-details"
          ]
        }
      },
      "response": []
    }
  ]
}