#3

GitHub API

GET
💡
GitHub REST API endpoint
Endpoint
https://api.github.com/
Method
GET
cURL Example
curl -X GET "https://api.github.com/"
#4

JSONPlaceholder

GET
💡
Free fake API for testing and prototyping
Endpoint
https://jsonplaceholder.typicode.com/posts/1/
Method
GET
cURL Example
curl -X GET "https://jsonplaceholder.typicode.com/posts/1/"
#6

Cat Facts API

GET
💡
Random cat facts API
Endpoint
https://catfact.ninja/fact/
Method
GET
cURL Example
curl -X GET "https://catfact.ninja/fact/"
#2

Google

GET
💡
Google homepage - always online
Endpoint
https://www.google.com/
Method
GET
cURL Example
curl -X GET "https://www.google.com/"
#5

OpenWeather API

GET
💡
Weather data API service
Endpoint
https://api.openweathermap.org/
Method
GET
cURL Example
curl -X GET "https://api.openweathermap.org/"
#7

IP Info

GET
💡
IP geolocation service
Endpoint
https://ipinfo.io/json/
Method
GET
cURL Example
curl -X GET "https://ipinfo.io/json/"