← Back to Dashboard

PlaceGOAT

AnimalsActiveUnknownAuth: NoneDoc: Unknown
Swagger DocumentationVisit Website ↗

Description

Placeholder goat images

✨ AI Summary

The PlaceGOAT domain, described as a source for placeholder goat images, is currently for sale and not an active API.

Code Example

import requests

width = 300
height = 200
url = f"https://placegoat.com/{width}/{height}"
response = requests.get(url)

# In a real scenario, you'd check response.status_code and content type
# and save the image if successful.
# with open('goat_image.jpg', 'wb') as f:
#     f.write(response.content)
# print(response.status_code)

Live Health Metrics

Last 50 checks (10 min intervals)