{
	"info": {
		"_postman_id": "81581b80-bd50-43e9-914d-5576617f43ec",
		"name": "Amerika Loto Sonuçları API (Tüm Eyaletler)",
		"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-81581b80-bd50-43e9-914d-5576617f43ec?action=share&source=collection_link&creator=15223897"
	},
	"item": [
		{
			"name": "Eyaletleri Listeleme",
			"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": "Eyalet Oyunları Listeleme",
			"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": "Tüm Eyaletlerde Yer Alan Oyunlar",
			"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": "Oyun Sonuçları",
			"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": "Geçmiş Oyun Tarihleri",
			"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": []
		}
	]
}