{
	"info": {
		"_postman_id": "47431a37-fe75-4f32-8325-573b1d80943f",
		"name": "Spaceflight News Collection",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "1",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://api.spaceflightnewsapi.net/v3/articles?id=17780",
					"protocol": "https",
					"host": [
						"api",
						"spaceflightnewsapi",
						"net"
					],
					"path": [
						"v3",
						"articles"
					],
					"query": [
						{
							"key": "id",
							"value": "17780"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "2",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://api.spaceflightnewsapi.net/v3/articles?title_contains=Dmitry",
					"protocol": "https",
					"host": [
						"api",
						"spaceflightnewsapi",
						"net"
					],
					"path": [
						"v3",
						"articles"
					],
					"query": [
						{
							"key": "title_contains",
							"value": "Dmitry"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "3",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://api.spaceflightnewsapi.net/v3/blogs?url_contains=planet",
					"protocol": "https",
					"host": [
						"api",
						"spaceflightnewsapi",
						"net"
					],
					"path": [
						"v3",
						"blogs"
					],
					"query": [
						{
							"key": "url_contains",
							"value": "planet"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "4",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://api.spaceflightnewsapi.net/v3/articles?summary=A SpaceX Dragon cargo resupply spacecraft is set to depart the International Space Station on Monday, Jan. 9, returning scientific research samples and hardware to Earth for NASA.",
					"protocol": "https",
					"host": [
						"api",
						"spaceflightnewsapi",
						"net"
					],
					"path": [
						"v3",
						"articles"
					],
					"query": [
						{
							"key": "summary",
							"value": "A SpaceX Dragon cargo resupply spacecraft is set to depart the International Space Station on Monday, Jan. 9, returning scientific research samples and hardware to Earth for NASA."
						}
					]
				}
			},
			"response": []
		}
	]
}