{
	"info": {
		"_postman_id": "ad33b39b-3836-462a-9090-39cd2d6c83bb",
		"name": "Loto API",
		"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-ad33b39b-3836-462a-9090-39cd2d6c83bb?action=share&source=collection_link&creator=15223897"
	},
	"item": [
		{
			"name": "Loto Sonuç Tarihleri",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/lotto/getResult?type=12&date=2020-12-31",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"lotto",
						"getResult"
					],
					"query": [
						{
							"key": "type",
							"value": "12"
						},
						{
							"key": "date",
							"value": "2020-12-31"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Sayısal Loto Sonuçları API",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/lotto/getDateList?type=6",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"lotto",
						"getDateList"
					],
					"query": [
						{
							"key": "type",
							"value": "6"
						}
					]
				}
			},
			"response": []
		}
	]
}
