-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnasa_response.json
More file actions
99 lines (99 loc) · 3.38 KB
/
nasa_response.json
File metadata and controls
99 lines (99 loc) · 3.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"links" : {
"next" : "https://api.nasa.gov/neo/rest/v1/feed?start_date=2015-11-15&end_date=2015-11-22&api_key=DEMO_KEY",
"prev" : "https://api.nasa.gov/neo/rest/v1/feed?start_date=2015-11-08&end_date=2015-11-15&api_key=DEMO_KEY",
"self" : "https://api.nasa.gov/neo/rest/v1/feed?start_date=2015-11-15&end_date=2015-11-15&api_key=DEMO_KEY"
},
"element_count" : 2,
"near_earth_objects" : {
"2015-11-15" : [ {
"links" : {
"self" : "https://api.nasa.gov/neo/rest/v1/neo/3551325?api_key=DEMO_KEY"
},
"neo_reference_id" : "3551325",
"name" : "(2010 VU98)",
"nasa_jpl_url" : "http://ssd.jpl.nasa.gov/sbdb.cgi?sstr=3551325",
"absolute_magnitude_h" : 24.8,
"estimated_diameter" : {
"kilometers" : {
"estimated_diameter_min" : 0.0291443905,
"estimated_diameter_max" : 0.0651688382
},
"meters" : {
"estimated_diameter_min" : 29.1443904535,
"estimated_diameter_max" : 65.1688382168
},
"miles" : {
"estimated_diameter_min" : 0.018109479,
"estimated_diameter_max" : 0.0404940262
},
"feet" : {
"estimated_diameter_min" : 95.6180819754,
"estimated_diameter_max" : 213.8085311752
}
},
"is_potentially_hazardous_asteroid" : false,
"close_approach_data" : [ {
"close_approach_date" : "2015-11-15",
"epoch_date_close_approach" : 1447574400000,
"relative_velocity" : {
"kilometers_per_second" : "22.3676926798",
"kilometers_per_hour" : "80523.6936474096",
"miles_per_hour" : "50034.2917555252"
},
"miss_distance" : {
"astronomical" : "0.4429042394",
"lunar" : "172.2897491455",
"kilometers" : "66257532",
"miles" : "41170520"
},
"orbiting_body" : "Earth"
} ],
"orbital_data" : null
}, {
"links" : {
"self" : "https://api.nasa.gov/neo/rest/v1/neo/3483649?api_key=DEMO_KEY"
},
"neo_reference_id" : "3483649",
"name" : "(2009 XH8)",
"nasa_jpl_url" : "http://ssd.jpl.nasa.gov/sbdb.cgi?sstr=3483649",
"absolute_magnitude_h" : 23.2,
"estimated_diameter" : {
"kilometers" : {
"estimated_diameter_min" : 0.0608912622,
"estimated_diameter_max" : 0.1361570015
},
"meters" : {
"estimated_diameter_min" : 60.8912622106,
"estimated_diameter_max" : 136.1570015386
},
"miles" : {
"estimated_diameter_min" : 0.0378360645,
"estimated_diameter_max" : 0.0846040122
},
"feet" : {
"estimated_diameter_min" : 199.7744887109,
"estimated_diameter_max" : 446.7093369279
}
},
"is_potentially_hazardous_asteroid" : false,
"close_approach_data" : [ {
"close_approach_date" : "2015-11-15",
"epoch_date_close_approach" : 1447574400000,
"relative_velocity" : {
"kilometers_per_second" : "11.7341178528",
"kilometers_per_hour" : "42242.8242699817",
"miles_per_hour" : "26248.0482248673"
},
"miss_distance" : {
"astronomical" : "0.2889774522",
"lunar" : "112.4122238159",
"kilometers" : "43230412",
"miles" : "26862132"
},
"orbiting_body" : "Earth"
} ],
"orbital_data" : null
} ]
}
}