Remote Data
Fetch and display data from external APIs. What can load remote JSON data and make it available in your templates.
Dog Facts
Random facts about dogs from the Dog API.
Loading dog facts...
// Dog API endpoint
GET https://dogapi.dog/api/v2/facts?limit=3
Dog Breeds
Browse dog breeds with details like lifespan, weight, and characteristics.
Loading breeds...
Page 1 of -
(- breeds)
// Paginated API request
GET https://dogapi.dog/api/v2/breeds?page[number]=1&page[size]=6
Random Dog Images
Random dog images from Dog CEO API.
Loading...
// Dog CEO API endpoint
GET https://dog.ceo/api/breeds/image/random/4
API Resources
Find more free APIs to use in your projects:
- Free APIs Directory - Curated list of free APIs
- Dog API - Dog breeds and facts
- Dog CEO - Random dog images