{
	"info": {
		"_postman_id": "d8ee8680-0c37-4cd0-b01c-009c42591800",
		"name": "Havalimanları 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-d8ee8680-0c37-4cd0-b01c-009c42591800?action=share&source=collection_link&creator=15223897"
	},
	"item": [
		{
			"name": "Ülkeleri 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/airports/countries",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"airports",
						"countries"
					]
				}
			},
			"response": []
		},
		{
			"name": "Havalimanı 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/airports/list",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"airports",
						"list"
					]
				}
			},
			"response": []
		},
		{
			"name": "Havayolu Firmalarını 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/airports/airlines",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"airports",
						"airlines"
					]
				}
			},
			"response": []
		},
		{
			"name": "Havayolu Firma Detayları",
			"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/airports/airlines/details?iata=tk",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"airports",
						"airlines",
						"details"
					],
					"query": [
						{
							"key": "iata",
							"value": "tk"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Havalimanı Listeleme Ülkelere Göre",
			"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/airports/list?country=turkey",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"airports",
						"list"
					],
					"query": [
						{
							"key": "country",
							"value": "turkey"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Havalimanı Detayları (Pist ve Havayolları)",
			"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/airports/details?iata=IST",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"airports",
						"details"
					],
					"query": [
						{
							"key": "iata",
							"value": "IST"
						}
					]
				}
			},
			"response": []
		}
	]
}
