API Collection & API GET Call
Welcome, this guide shows you how to set up an API Collection in Nowa, send request, and display real data in your app.
We created an API collection feature to help you organize your APIs into groups of requests that share the same base URL and headers.
1. Create the API Collection​
In this step, you will learn to create an API collection.
info
If you define at the collection level, it will automatically apply to all requests within the collection, so you don’t need to repeat it for each API request.

Class name and File path for Collections
When you name your collection, Nowa shows you two things:
- Class name: The Dart class name that Nowa generates. Think of it as the “handle” you’ll use when working with this collection inside Circuit.
- Path: The file path where the collection will be stored in your project.
You can create a new collection by clicking the “+” icon, choosing New Collection from the list, and then confirming with Submit.