{
	"info": {
		"_postman_id": "32cef0e0-5f4c-4680-ae60-53e4dee51d19",
		"name": "America Lottery Results API (All States)",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "15223897",
		"_collection_link": "https://winter-shuttle-228164.postman.co/workspace/NosyAPI~d55cf5d0-398b-45bc-b421-a4600c6ead47/collection/15223897-32cef0e0-5f4c-4680-ae60-53e4dee51d19?action=share&source=collection_link&creator=15223897"
	},
	"item": [
		{
			"name": "Listing States",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/lottery-results/states",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"lottery-results",
						"states"
					]
				}
			},
			"response": []
		},
		{
			"name": "Listing State Games",
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"body": {
					"mode": "formdata",
					"formdata": []
				},
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/lottery-results/states/game-list?state=KS",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"lottery-results",
						"states",
						"game-list"
					],
					"query": [
						{
							"key": "state",
							"value": "KS"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Powerball & MegaMillion",
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"body": {
					"mode": "formdata",
					"formdata": []
				},
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/lottery-results/main-draw",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"lottery-results",
						"main-draw"
					]
				}
			},
			"response": []
		},
		{
			"name": "Drawing Results",
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"body": {
					"mode": "formdata",
					"formdata": []
				},
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/lottery-results/game-result?gameID=24&drawID=98114",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"lottery-results",
						"game-result"
					],
					"query": [
						{
							"key": "gameID",
							"value": "24"
						},
						{
							"key": "drawID",
							"value": "98114"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Past Draw Dates for the Game",
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"body": {
					"mode": "formdata",
					"formdata": []
				},
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/lottery-results/past-draws-dates?gameID=66",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"lottery-results",
						"past-draws-dates"
					],
					"query": [
						{
							"key": "gameID",
							"value": "66"
						}
					]
				}
			},
			"response": []
		}
	]
}