The WHOAAA! API allows you to fetch random "whoa" moments said by actor Keanu Reeves in his movies.
"https://openapi-idk8.onrender.com"
GET `/whoa/random`
: Fetches a random "whoa" moment.GET `https://openapi-idk8.onrender.com/whoa/random`
{
"name": "Random WHOA",
"author": "OpenAPI",
"description": "Get a random WHOA for every 'whoa' said by actor Keanu Reeves in his movies.",
"0": {
"movie": "The Night Before",
"year": 1988,
"release_date": "1988-04-15",
"director": "Thom Eberhardt",
"character": "Winston Connelly",
"movie_duration": "01:30:18",
"timestamp": "00:40:21",
"full_line": "Whoa! OK! Whoa. Yeah. Whoa.",
"current_whoa_in_movie": 6,
"total_whoas_in_movie": 11,
"poster": "https://images.ctfassets.net/a6ek464hq2lg/7GlORd4lwAJs0tPtqzPmy2/815d20f7c8f452f62e8e7fbeb1f29ace/fAm7q29aXTT0eDKPxuXzAGm6dKR.jpeg",
"video": {
"1080p": "https://videos.ctfassets.net/a6ek464hq2lg/6zI8l6BBigDQFpYWX3At8n/3d81107d27b5bd736c609bab4d6ff201/The_Night_Before_6__1080p_.mp4",
"720p": "https://videos.ctfassets.net/a6ek464hq2lg/eiJDBM7tXFwuXCkzqKpcm/ea00b09c5ad44a736f059aea1f2f76a1/The_Night_Before_6__720p_.mp4",
"480p": "https://videos.ctfassets.net/a6ek464hq2lg/5UCAgRS6woTwEMC4G06R3s/d59abe93d8e589f8877c4b7aa24636fa/The_Night_Before_6__480p_.mp4",
"360p": "https://videos.ctfassets.net/a6ek464hq2lg/2sN9qryosgLhDNFguq0Rag/615a41c751c790ff1cec0057dc733aae/The_Night_Before_6__360p_.mp4"
},
"audio": "https://assets.ctfassets.net/a6ek464hq2lg/1lQYog2I58jLZt5D9heKGe/4289b17a57e2522dcc948561e1f2a532/The_Night_Before_6_Audio.mp3"
}
}
500 Internal Server Error: Returned when there's an issue fetching random "whoa" moments using the API.
Response Body:
{
"error": "Failed to fetch random WHOA"
}