About

What is this?

This website provides a RESTful API interface to detailed data objects built around the Bluey universe. Inspired by the PokéAPI, this project was created as a learning tool using NestJS for the backend and Astro for the frontend.

Bluey was chosen as the theme because my son loves the show, making it a fun and meaningful project to build.

What is an API?

An API (Application Programming Interface) allows developers to interact with data and functionality via standardized methods. In our case, we provide structured access to data on characters, episodes, and more from the Bluey universe.

A RESTful API follows conventions based on HTTP methods and provides a simple way to consume resources through URLs.

Why make another API?

Great question! Just like with Pokémon, there are scattered and incomplete resources about Bluey online. This API aims to centralize that information in one well-structured, reliable place.

It's also a great way to practice modern development, explore API design, and contribute something potentially useful for fans and developers.

What data do we provide?

  • Characters

The API is missing stuff!

We know! Feel free to open issues or contribute via our GitHub repository. We're constantly working on adding more content.

Who built this?

This project was started by Norman Torres as a personal project to explore modern frameworks and build something fun and useful. Inspired by his son and powered by the spirit of learning, this API is open for contribution.

Technology Stack

  • NestJS - for the RESTful backend
  • Astro - for the static frontend