{
link: "https://i.imgur.com/fClJeO6.jpg",
}
Status: 500 | Response type: json{
error: "API is starting up, please request again in a while"
}
Status: 429 | Response type: json{
"error": "Too many requests, please try again later."
}
const fetch = require('node-fetch')
fetch('https://some-random-api.ml/img/bird')
.then(res => res.json())
.then(json => {
console.log(json)
});
import requests
def get_bird():
#making a GET request to the endpoint.
resp = requests.get("https://some-random-api.ml/img/bird")
#checking if resp has a healthy status code.
if 300 > resp.status_code >= 200:
content = resp.json() #We have a dict now.
else:
content = f"Recieved a bad status code of {resp.status_code}."
print(content)
get_bird())
{
link: "https://i.imgur.com/fClJeO6.jpg",
}
Status: 500 | Response type: json{
error: "API is starting up, please request again in a while"
}
Status: 429 | Response type: json{
"error": "Too many requests, please try again later."
}
const fetch = require('node-fetch')
fetch('https://some-random-api.ml/img/cat')
.then(res => res.json())
.then(json => {
console.log(json)
});
import requests
def get_cat():
#making a GET request to the endpoint.
resp = requests.get("https://some-random-api.ml/img/cat")
#checking if resp has a healthy status code.
if 300 > resp.status_code >= 200:
content = resp.json() #We have a dict now.
else:
content = f"Recieved a bad status code of {resp.status_code}."
print(content)
get_cat())
{
link: "https://i.imgur.com/fClJeO6.jpg",
}
Status: 500 | Response type: json{
error: "API is starting up, please request again in a while"
}
Status: 429 | Response type: json{
"error": "Too many requests, please try again later."
}
const fetch = require('node-fetch')
fetch('https://some-random-api.ml/img/dog')
.then(res => res.json())
.then(json => {
console.log(json)
});
import requests
def get_dog():
#making a GET request to the endpoint.
resp = requests.get("https://some-random-api.ml/img/dog")
#checking if resp has a healthy status code.
if 300 > resp.status_code >= 200:
content = resp.json() #We have a dict now.
else:
content = f"Recieved a bad status code of {resp.status_code}."
print(content)
get_dog())
{
link: "https://i.imgur.com/fClJeO6.jpg",
}
Status: 500 | Response type: json{
error: "API is starting up, please request again in a while"
}
Status: 429 | Response type: json{
"error": "Too many requests, please try again later."
}
const fetch = require('node-fetch')
fetch('https://some-random-api.ml/img/fox')
.then(res => res.json())
.then(json => {
console.log(json)
});
import requests
def get_fox():
#making a GET request to the endpoint.
resp = requests.get("https://some-random-api.ml/img/fox")
#checking if resp has a healthy status code.
if 300 > resp.status_code >= 200:
content = resp.json() #We have a dict now.
else:
content = f"Recieved a bad status code of {resp.status_code}."
print(content)
get_fox())
{
link: "https://i.imgur.com/fClJeO6.jpg",
}
Status: 500 | Response type: json{
error: "API is starting up, please request again in a while"
}
Status: 429 | Response type: json{
"error": "Too many requests, please try again later."
}
const fetch = require('node-fetch')
fetch('https://some-random-api.ml/img/kangaroo')
.then(res => res.json())
.then(json => {
console.log(json)
});
import requests
def fetch():
#making a GET request to the endpoint.
resp = requests.get("https://some-random-api.ml/img/kangaroo")
#checking if resp has a healthy status code.
if 300 > resp.status_code >= 200:
content = resp.json() #We have a dict now.
else:
content = f"Recieved a bad status code of {resp.status_code}."
print(content)
fetch())
{
link: "https://i.imgur.com/fClJeO6.jpg",
}
Status: 500 | Response type: json{
error: "API is starting up, please request again in a while"
}
Status: 429 | Response type: json{
"error": "Too many requests, please try again later."
}
const fetch = require('node-fetch')
fetch('https://some-random-api.ml/img/koala')
.then(res => res.json())
.then(json => {
console.log(json)
});
import requests
def get_koala():
#making a GET request to the endpoint.
resp = requests.get("https://some-random-api.ml/img/koala")
#checking if resp has a healthy status code.
if 300 > resp.status_code >= 200:
content = resp.json() #We have a dict now.
else:
content = f"Recieved a bad status code of {resp.status_code}."
print(content)
get_koala())
{
link: "https://i.imgur.com/fClJeO6.jpg",
}
Status: 500 | Response type: json{
error: "API is starting up, please request again in a while"
}
Status: 429 | Response type: json{
"error": "Too many requests, please try again later."
}
const fetch = require('node-fetch')
fetch('https://some-random-api.ml/img/panda')
.then(res => res.json())
.then(json => {
console.log(json)
});
import requests
def get_panda():
#making a GET request to the endpoint.
resp = requests.get("https://some-random-api.ml/img/panda")
#checking if resp has a healthy status code.
if 300 > resp.status_code >= 200:
content = resp.json() #We have a dict now.
else:
content = f"Recieved a bad status code of {resp.status_code}."
print(content)
get_panda())
{
link: "https://i.imgur.com/fClJeO6.jpg",
}
Status: 500 | Response type: json{
error: "API is starting up, please request again in a while"
}
Status: 429 | Response type: json{
"error": "Too many requests, please try again later."
}
const fetch = require('node-fetch')
fetch('https://some-random-api.ml/img/pikachu')
.then(res => res.json())
.then(json => {
console.log(json)
});
import requests
def fetch():
#making a GET request to the endpoint.
resp = requests.get("https://some-random-api.ml/img/pikachu")
#checking if resp has a healthy status code.
if 300 > resp.status_code >= 200:
content = resp.json() #We have a dict now.
else:
content = f"Recieved a bad status code of {resp.status_code}."
print(content)
fetch())
{
link: "https://i.imgur.com/fClJeO6.jpg",
}
Status: 500 | Response type: json{
error: "API is starting up, please request again in a while"
}
Status: 429 | Response type: json{
"error": "Too many requests, please try again later."
}
const fetch = require('node-fetch')
fetch('https://some-random-api.ml/img/raccoon')
.then(res => res.json())
.then(json => {
console.log(json)
});
import requests
def fetch():
#making a GET request to the endpoint.
resp = requests.get("https://some-random-api.ml/img/raccoon")
#checking if resp has a healthy status code.
if 300 > resp.status_code >= 200:
content = resp.json() #We have a dict now.
else:
content = f"Recieved a bad status code of {resp.status_code}."
print(content)
fetch())
{
link: "https://i.imgur.com/fClJeO6.jpg",
}
Status: 500 | Response type: json{
error: "API is starting up, please request again in a while"
}
Status: 429 | Response type: json{
"error": "Too many requests, please try again later."
}
const fetch = require('node-fetch')
fetch('https://some-random-api.ml/img/red_panda')
.then(res => res.json())
.then(json => {
console.log(json)
});
import requests
def get_red_panda():
#making a GET request to the endpoint.
resp = requests.get("https://some-random-api.ml/img/red_panda")
#checking if resp has a healthy status code.
if 300 > resp.status_code >= 200:
content = resp.json() #We have a dict now.
else:
content = f"Recieved a bad status code of {resp.status_code}."
print(content)
get_red_panda())
{
link: "https://i.imgur.com/fClJeO6.jpg",
}
Status: 500 | Response type: json{
error: "API is starting up, please request again in a while"
}
Status: 429 | Response type: json{
"error": "Too many requests, please try again later."
}
const fetch = require('node-fetch')
fetch('https://some-random-api.ml/img/whale')
.then(res => res.json())
.then(json => {
console.log(json)
});
import requests
def fetch():
#making a GET request to the endpoint.
resp = requests.get("https://some-random-api.ml/img/whale")
#checking if resp has a healthy status code.
if 300 > resp.status_code >= 200:
content = resp.json() #We have a dict now.
else:
content = f"Recieved a bad status code of {resp.status_code}."
print(content)
fetch())