Last active
August 29, 2015 14:26
-
-
Save reedobrien/d36057608a682058b187 to your computer and use it in GitHub Desktop.
sample search response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"collection": { | |
"version": "1.0", | |
"href": "/search?q=sometxt", | |
"items": [{ | |
"href": "image/201405140003HQ/collection.json", | |
"data": [ | |
{ | |
"date_created": "2014-01-05T16:38:57Z", | |
"description": | |
"An Orbital Sciences Corporation Antares rocket is seen as it is rolled out to launch Pad-0A at NASA's Wallops Flight Facility, Sunday, January 5, 2014 in advance of a planned Wednesday, Jan. 8th, 1:32 p.m. EST launch, Wallops Island, VA. The Antares will launch a Cygnus spacecraft on a cargo resupply mission to the International Space Station. The Orbital-1 mission is Orbital Sciences' first contracted cargo delivery flight to the space station for NASA. Among the cargo aboard Cygnus set to launch to the space station are science experiments, crew provisions, spare parts and other hardware. Photo Credit: (NASA/Bill Ingalls)", | |
"keywords": ["Antares", "Cygnus", | |
"Mid-Atlantic Regional Spaceport(MARS)", | |
"NASA Wallops Flight Facility (WFF)", | |
"Rocket", "Virginia"], | |
"location": "Mid-Atlantic Regional Spaceport (MARS)", | |
"media_type": "image", | |
"nasa_id": "201405140003HQ", | |
"photographer": "NASA/Bill Ingalls", | |
"title": "Antares Rocket Rollout" | |
} | |
], | |
"links": [ | |
{ | |
"href": | |
"https://avail.cdn.example.com/image/201405140003HQ/201405140003HQ~thumb.jpg", | |
"rel": "preview", | |
"render": "image" | |
} | |
] | |
}] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment