Retrieve dinosaur by name
GET/dinosaurs/name/{name}
GET
/dinosaurs/name/{name}
Retrieves a specific dinosaur by its name. Name matching is case-insensitive.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”name
required
string
Example
TyrannosaurusResponses
Section titled “ Responses ”Dinosaur found
object
id
required
integer
Example
1118name
required
string
Example
ZephyrosaurustemporalRange
string
Example
Early Cretaceous, ~113 Madiet
string
Example
herbivorelocomotionType
string
Example
bipeddescription
string
Example
Zephyrosaurus (meaning "westward wind lizard") is a genus of orodromine ornithischian dinosaur.classificationInfo
required
object
domain
string
Example
Eukaryotakingdom
string
Example
Animaliaphylum
string
Example
Chordataclade
Array<string>
Example
[ "Dinosauria", "Ornithischia"]classInfo
Array<object>
object
classType
string
value
string
Example
[ { "classType": "Class", "value": "Reptilia" }]orderInfo
Array<object>
object
orderType
string
value
string
Example
[ { "orderType": "Order", "value": "Ornithischia" }]familyInfo
Array<object>
object
familyType
string
value
string
Example
[ { "familyType": "Family", "value": "Thescelosauridae" }, { "familyType": "Subfamily", "value": "Orodrominae" }]tribeInfo
Array<object>
object
tribeType
string
value
string
Example
[ { "tribeType": "Tribe", "value": "Thescelosaurini" }]genusInfo
Array<object>
object
genusType
string
value
string
Example
[ { "genusType": "Genus", "value": "Zephyrosaurus" }]speciesInfo
Array<object>
object
speciesType
string
value
string
Example
[ { "speciesType": "Species", "value": "Zephyrosaurus schaffi" }]image
required
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.683Zsource
required
object
pageTitle
string
Example
Zephyrosaurusauthor
string
Example
Wikipedia contributorswikipediaURL
string format: uri
Example
https://en.wikipedia.org/wiki/Zephyrosauruslicense
string
Example
Creative Commons Attribution-Share Alike 4.0licenseURL
string format: uri
Example
https://creativecommons.org/licenses/by-sa/4.0/deed.enpermalink
string format: uri
Example
https://en.wikipedia.org/w/index.php?title=Zephyrosaurus&oldid=1187326953revisionHistoryURL
string format: uri
Example
https://en.wikipedia.org/w/index.php?title=Zephyrosaurus&action=historylastRevision
string format: date-time
Example
2023-11-28T15:28:47ZdateAccessed
string format: date-time
Example
2024-01-30T14:27:20.682Zsource
string
Example
Wikipedia, The Free Encyclopediapublisher
string
Example
Wikimedia Foundationcitation
string
Example
Wikipedia contributors. "Zephyrosaurus." Wikipedia, The Free Encyclopedia. Wikimedia Foundation, 28 Nov 2023. Web. 30 Jan 2024.Dinosaur not found
object
error
string
Example
Sorry, there doesn't seem to be a dinosaur matching that name.Unexpected error
object
error
string
Example
Sorry, an unexpected error occurred trying to find a dinosaur matching that name.