{
	"info": {
		"_postman_id": "51b31683-26e0-42d2-87b2-d96121e31b34",
		"name": "Iddaa Program API",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "32473380",
		"_collection_link": "https://www.postman.com/nosyapi/workspace/nosyapi/collection/32473380-51b31683-26e0-42d2-87b2-d96121e31b34?action=share&source=collection_link&creator=32473380"
	},
	"item": [
		{
			"name": "Oyun Tipleri (Futbol, Basketbol)",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/bettable-matches?type=1&date=2023-10-04",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"bettable-matches"
					],
					"query": [
						{
							"key": "type",
							"value": "1"
						},
						{
							"key": "date",
							"value": "2023-10-04"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Oyun Programı Aktif Ülkeler Listesi",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/bettable-matches/country?type=2",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"bettable-matches",
						"country"
					],
					"query": [
						{
							"key": "type",
							"value": "2"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Oyun Programı Aktif Ligler Listesi",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/bettable-matches/league?type=1&country=Türkiye",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"bettable-matches",
						"league"
					],
					"query": [
						{
							"key": "type",
							"value": "1"
						},
						{
							"key": "country",
							"value": "Türkiye"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Oyun Programı Aktif Tarih Listesi",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/bettable-matches/date?type=1&league=Türkiye Süper Lig",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"bettable-matches",
						"date"
					],
					"query": [
						{
							"key": "type",
							"value": "1"
						},
						{
							"key": "league",
							"value": "Türkiye Süper Lig"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "İddaa Programı Listeleme",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/bettable-matches?type=1&league=Türkiye Süper Lig&date=2023-09-30",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"bettable-matches"
					],
					"query": [
						{
							"key": "type",
							"value": "1"
						},
						{
							"key": "league",
							"value": "Türkiye Süper Lig"
						},
						{
							"key": "date",
							"value": "2023-09-30"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Maç Detay",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/bettable-matches/details?matchID=122626",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"bettable-matches",
						"details"
					],
					"query": [
						{
							"key": "matchID",
							"value": "122626"
						}
					]
				}
			},
			"response": []
		}
	]
}