All Projects → JessVel → sakura-card-captor-api

JessVel / sakura-card-captor-api

Licence: other
protected-taiga-89091.herokuapp.com/

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to sakura-card-captor-api

police-cad
This is a easy to setup and use police server CAD. Includes a signup/login for both Civilians and Police Officers. Also this is mobile friendly. Built for GTA V's Modding framework: FiveM.
Stars: ✭ 49 (+53.13%)
Mutual labels:  heroku
heroku-deploy
A simple action to build, push and deploy your dockerized app to your Heroku Application
Stars: ✭ 40 (+25%)
Mutual labels:  heroku
WhiteDevil
🌀Quick Response Whatsapp Bot🌀
Stars: ✭ 45 (+40.63%)
Mutual labels:  heroku
heroku-local
this code is now in https://github.com/heroku/cli
Stars: ✭ 21 (-34.37%)
Mutual labels:  heroku
heroku-wordpress
Template project for deploying WordPress 5.7.2 to Heroku
Stars: ✭ 49 (+53.13%)
Mutual labels:  heroku
django-dialogflow
[Maintainer Required] Dialogflow Django is a web client to chat 💖
Stars: ✭ 26 (-18.75%)
Mutual labels:  heroku
react-phoenix-users-boilerplate
Elixir/Phoenix + React + users template/boilerplate.
Stars: ✭ 71 (+121.88%)
Mutual labels:  heroku
generator-vars-jekyll
Generator for raw web app with CircleCI, Jekyll, Webpack, Express + more.
Stars: ✭ 18 (-43.75%)
Mutual labels:  heroku
Google Translater V2
Google Translater v2
Stars: ✭ 30 (-6.25%)
Mutual labels:  heroku
ULTRA-X
No description or website provided.
Stars: ✭ 60 (+87.5%)
Mutual labels:  heroku
travel app
Travel App using Flutter 💙
Stars: ✭ 74 (+131.25%)
Mutual labels:  heroku
Covid-19-API
A realtime API for coronavirus cases on Heroku. Data automatically updated every 10 minutes!
Stars: ✭ 59 (+84.38%)
Mutual labels:  heroku
heroku-slugs
CLI Plugin to manage downloading of slugs
Stars: ✭ 36 (+12.5%)
Mutual labels:  heroku
ak-cli
🔖 Collection of useful cli commands
Stars: ✭ 39 (+21.88%)
Mutual labels:  heroku
kuebikobot
A telegram bot that deploys to heroku/aws and downloads links and torrents and uploads to google drive and returns public share link
Stars: ✭ 127 (+296.88%)
Mutual labels:  heroku
pydf
PDF generation in python using wkhtmltopdf for heroku and docker
Stars: ✭ 68 (+112.5%)
Mutual labels:  heroku
order-management
Simple Order Management web application built using NodeJS, ExpressJS, Polymer, MongoDB
Stars: ✭ 33 (+3.13%)
Mutual labels:  heroku
binance-spot-order-notification-heoku
[binance order trade fill notification] Telegram Notification when Binance order created, cancelled or filled. Ready to Deploy on Heroku
Stars: ✭ 30 (-6.25%)
Mutual labels:  heroku
buffalo-heroku
Archived use github.com/gobuffalo/buffalo-heroku
Stars: ✭ 16 (-50%)
Mutual labels:  heroku
ZestX-Frontend
Month-Long Fest Website ZestX with some Awsome UI and Intact Backend. Implemented admin page for user and event management
Stars: ✭ 28 (-12.5%)
Mutual labels:  heroku

Sakura CardCaptor API

ScreenShot

https://protected-taiga-89091.herokuapp.com/

HTTP METHOD GET
api/card gets all cards
api/card/:id gets card by id

api/card

This call will return a maximum of 60 cards. The default is 60.

  • Example of object:
{
  "data": [
    {
      "_id":"6039396a68347a4a842920cf",
      "cardNumber":1,
      "spanishName":"Viento",
      "englishName":"The Windy",
      "kanji":"",
      "Rōmaji":"Kaze",
      "appeardManga":"1",
      "appeardAnime":"1",
      "clowCard":"https://static.wikia.nocookie.net/sakuracardcaptors/images/6/6d/Viento.jpg/revision/latest/scale-to-width-down/210?cb=20181225230616&path-prefix=es",
      "sakuraCard":"https://static.wikia.nocookie.net/sakuracardcaptors/images/7/7e/Viento_Sakura.jpg/revision/latest/scale-to-width-down/210?cb=20201116174455&path-prefix=es",
      "__v":0
    },
    { ... },
    { ... }
  ]
}

These are the supported query string parameters:

Parameters Description
page The page of data to access. Defaults to 1.
pageSize The maximum amount of cards to return. Defaults to 60 (max is also 60).

Simple usage:

# Get all Cards
curl "https://protected-taiga-89091.herokuapp.com/api/card"

# Get page 3 of data with a page size of 10 Cards
curl "https://protected-taiga-89091.herokuapp.com/api/card?pageSize=10&page=3"

There are currently nine available resources:

_id: Card id.
cardNumber: This is the card number, not the id.
spanishName: Card name in spanish language.
englishName: Card name in english language.
kanji: Card name in logographic Japanese characters.
Rōmaji: Card name in western alphabet transcription.
appeardManga: Number of manga in which the card first appeard.
appeardAnime : Number of episode in which the card first appeard.
clowCard: Image of the Clow Card.
sakuraCard: Image of the Sakura Card

Start proyect 🚀

npm install

npm run dev

Clow cards and Sakura cards API made with a lot of love for the community 🌈

Contributions are welcome 💕

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].