Skip to content

Welcome to the Dattebayo API documentation! This documentation provides a comprehensive guide to accessing data from the Naruto universe via our API.

Notifications You must be signed in to change notification settings

viniciusschuelter/dattebayo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dattebayo API

This project was generated with Node

Documentation

Welcome to the Dattebayo API documentation! This documentation provides a comprehensive guide to accessing data from the Naruto universe via our API. The base URL for the API is https://dattebayo-api.onrender.com.

  1. Introduction
  2. Collections
  3. Endpoints

Introduction

The Dattebayo API is designed to provide developers with access to a rich array of data from the Naruto anime. With our API, you can retrieve information about characters, clans, villages, kekkeigenkai, tailed beasts, teams, Akatsuki, and Kara.

Collections

characters

Retrieve information about characters from the Naruto universe.

Endpoints

  • Get All characters: GET /characters

  • Get characters by IDs: GET /characters/ids

clans

Access details about various clans within the Naruto world.

Endpoints

  • Get All clans: GET /clans

  • Get clans by IDs: GET /clans/ids

villages

Fetch information about hidden villages in the Naruto universe.

Endpoints

  • Get All villages: GET /villages

  • Get villages by IDs: GET /villages/ids

kekkei-genkai

Discover the secrets of Kekkei-genkai and their unique abilities.

Endpoints

  • Get All kekkei-genkai: GET /kekkei-genkai

  • Get kekkei-genkai by IDs: GET /kekkei-genkai/ids

tailed-beasts

Learn about the powerful tailed beasts and their significance.

Endpoints

  • Get All tailed-beasts: GET /tailed-beasts

  • Get tailed-beasts by IDs: GET /tailed-beasts/ids

teams

Explore ninja teams and their dynamic compositions.

Endpoints

  • Get All teams: GET /teams

  • Get teams by IDs: GET /teams/ids

akatsuki

Uncover the enigmatic organization known as Akatsuki.

Endpoints

  • Get All akatsuki: GET /akatsuki

  • Get akatsuki by IDs: GET /akatsuki/ids

kara

Dive into the shadows with information about the organization Kara.

Endpoints

  • Get All kara: GET /kara

  • Get kara by IDs: GET /kara/ids

Endpoints

Get All Items

Retrieve paginated items from a collection.

  • Endpoint: ${baseUrl}/${collectionName}
  • Method: GET
  • Query Parameters:
    • page: Current page number.
    • limit: Number of items per page.
    • name: (Optional) Filter items by name.

Get Items by IDs

Retrieve items by their IDs.

  • Endpoint: ${baseUrl}/${collectionName}/${ids}
  • Method: GET
  • Param:
    • ids: Array of item IDs.

Development server

Run npm run start to up this API

About

Welcome to the Dattebayo API documentation! This documentation provides a comprehensive guide to accessing data from the Naruto universe via our API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published