Retrieve all dinosaur images
GET/images
GET
/images
Accepts page query for pagination.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”page
integer
Responses
Section titled “ Responses ”Successful operation
object
prevPage
URL to previous page, empty string if first page
string
Example
/api/v1/images?page=1currentPage
Current page number
integer
Example
2nextPage
URL to next page, empty string if last page
string
Example
/api/v1/images?page=3count
Number of items on current page
integer
Example
50data
Array<object>
object
title
string
Example
Zephyrosaurus in Copenhagendescription
string
Example
Zephyrosaurus skeleton, Natural History Museum of Denmark, Copenhagen.author
string
Example
FunkMonkauthorURL
string format: uri
Example
https://commons.wikimedia.org/wiki/User:FunkMonkimageURL
string format: uri
Example
https://commons.wikimedia.org/wiki/File:Zephyrosaurus_in_Copenhagen.jpglicense
string
Example
Creative Commons Attribution-Share Alike 3.0licenseURL
string format: uri
Example
https://creativecommons.org/licenses/by-sa/3.0dateCreated
string format: date-time
Example
2021-10-01T07:58:48.000ZdateAccessed
string format: date-time
Example
2024-01-30T14:27:20.683ZNo images found
object
error
string
Example
Sorry, there was an error retrieving all dinosaur imagesUnexpected error
object
error
string
Example
Sorry, an unexpected error occurred while retrieving all dinosaur images