You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,12 +137,12 @@ as parameters to a http GET request. A JSON dictionary is returned nominally.
137
137
**Fields**
138
138
139
139
-`date` A string in YYYY-MM-DD format indicating the date of the APOD image (example: 2014-11-03). Defaults to today's date. Must be after 1995-06-16, the first day an APOD picture was posted. There are no images for tomorrow available through this API.
140
-
-`concept_tags` A boolean indicating whether concept tags should be returned with the rest of the response. The concept tags are not necessarily included in the explanation, but rather derived from common search tags that are associated with the description text. (Better than just pure text search.) Defaults to False.
141
-
-`hd` A boolean parameter indicating whether or not high-resolution images should be returned. This is present for legacy purposes, it is always ignored by the service and high-resolution urls are returned regardless.
140
+
-`concept_tags` A boolean`True|False`indicating whether concept tags should be returned with the rest of the response. The concept tags are not necessarily included in the explanation, but rather derived from common search tags that are associated with the description text. (Better than just pure text search.) Defaults to False.
141
+
-`hd` A boolean`True|False`parameter indicating whether or not high-resolution images should be returned. This is present for legacy purposes, it is always ignored by the service and high-resolution urls are returned regardless.
142
142
-`count` A positive integer, no greater than 100. If this is specified then`count` randomly chosen images will be returned in a JSON array. Cannot be used in conjunction with`date` or`start_date` and`end_date`.
143
143
-`start_date` A string in YYYY-MM-DD format indicating the start of a date range. All images in the range from`start_date` to`end_date` will be returned in a JSON array. Cannot be used with`date`.
144
144
-`end_date` A string in YYYY-MM-DD format indicating that end of a date range. If`start_date` is specified without an`end_date` then`end_date` defaults to the current date.
145
-
-`thumbs` If set to`true`, the API returns URL of video thumbnail. If an APOD is not a video, this parameter is ignored.
145
+
-`thumbs` If set to`true|false`, the API returns URL of video thumbnail. If an APOD is not a video, this parameter is ignored.