Skip to content

an Api i made of miku too just show off and work on my own skills

Notifications You must be signed in to change notification settings

LeahJKH/MikuApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how too use the Miku Api

First off

if you see anything wrong gladly give me an issue and none of the things in this is owned by me so use with caution, !!DO NOT USE FOR COMERCIAL USE!!

!DISCLAIMER!

all of this is thanks
too Miku fans. i am myself a miku fan. thank you for supporting our queen and thanks too all the creators of the images and wikis! <3 also thanks too miku for being great in general

i will add more and more stuff like Vocaloid lists (Vocaloid 3 underway), finsish timeline, songs(maybe)

this is the vercel one the main link is www.miku-api.vercel.app/
too run this api locally do:
npm run miku

jump too

Json
-Fun facts
-Timeline
-Vocaloids
images
Example sites


json files:

funfact:

"https://miku-api.vercel.app/mikuFacts"
this is the link ^

its an array so remember index
253 objects
251 indexes

miku timeline

"https://miku-api.vercel.app/MikuTimeLine"
this is the link ^
do as you would an api
its an array object so remember index

this is how its set up:

[
    {
        "time": "",
        "event":"",
    }
]

vocaloids

"https://miku-api.vercel.app/vocaloids"
this is the link ^
its set up as an array with objects
here is an example

[
    {
        "name": "",
        "codename":"",
        "introduction":"",
        "Version":"",
        "image":""
    }
]

Currently it has 86 diffrent vocaloids
All of the original VOCALOID and VOCALOID 2
Currently doing VOCALOID3

images:

"https://miku-api.vercel.app/(add_the_right_folder_here)/(add_the_code_and_index_here).webp"
example on this would be
"https://miku-api.vercel.app/pfp/pfp12.webp"

folders:

cosplay

cosplay(file name c[index]) {
current objects: {
c1:
c2:
c3:
c4:
c5:
c6:
c7:
c8:
c9:
c10:
}
}

Full background fullBg(file name fb[index]) {
current objects: {
fb1:
fb2:
fb3:
fb4:
fb5:
fb6:
fb7:
fb8:
fb9:
fb10:
fb11:
fb12:
fb13:
fb14:
fb15:
fb16:
fb17:
}
}
Profile pictures pfp(file name pfp[index]) {
current objects: {
pfp1:
pfp2:
pfp3:
pfp4:
pfp5:
pfp6:
pfp7:
pfp8:
pfp9:
pfp10:
pfp11:
pfp12:
}
}
Transparent Background TransP(file name pfp[index]) {
current objects: {
tp1:
tp2:
tp3:
tp4:
tp5:
}
}
Vocaloids vocaloids(file name pfp[index]) {
current objects: {
vo1: Kaito v1
vo2: kaito v3
vo3: meiko v1
vo4: meiko v3
vo5: Miriam
vo6: Leon
vo7: Lola
vo8: Sweet ANN standard
vo9: Sweet ANN Taiwanese
vo10: Hatsune Miku v2
vo11: Hatsune Miku v3
vo12: Hatsune Miku v4
vo13: Prima standard
vo14: Prima Taiwanese
vo15: kagamine rin act 1
vo16: kagamine rin act 2
vo17: kagamine rin append
vo18: kagamine len act 1
vo19: kagamine len act 2
vo20: kagamine len append
vo21: Camui Gackpo V2
vo22: SONiKA standard
vo23: SONiKA Debute
vo24: SONiKA Chinese
vo25: SONiKA Taiwanese
vo26: SONiKA V4 concept
vo27: SF-A2 codename miki
vo28: kaai yuki
vo29: Hiyama Kiyoteru default
vo30: Hiyama Kiyoteru ICE MOUNTAIN
vo31: BIG AL V2 default
vo32: BIG AL V2 Taiwanese
vo33: BIG AL Debute
vo34: Tonio V2 default
vo35: Tonio V2 Taiwanese
vo36: lily V2 standard
vo37: lily V3 standard
vo38: Ryuto V2 standard
vo39: Ryuto V3 standard
vo40: Nekomura Iroha V2 default
vo41: Nekomura Iroha V2 Kittyler
vo42: Nekomura Iroha V4 Natural
vo43: Nekomura Iroha V4 Soft
vo44: Utatane Piko V2 default
vo45: Megurine Luka V2 default
vo46: Megurine Luka V4X standard
vo47: Hatsune Miku V2 append
vo48: Hatsune Miku V3 standard
vo49: Hatsune Miku V4 chinese
vo50: VY2 V2
vo51: VY2 V3 & V5
vo52: VY1 V2
vo53: VY1 V3
vo54: VY1 V4 & V5
vo55: Gumi/Megpoid V2
vo56: Gumi/Megpoid V3 sweet and power
vo57: Gumi/Megpoid V3 Adult
vo58: Gumi/Megpoid V3 Whisper
vo59: Gumi/Megpoid V3 English
vo60: Gumi/Megpoid V4 Native
vo61: Gumi/Megpoid V4 Adult
vo62: Gumi/Megpoid V4 Power
vo63: Gumi/Megpoid V4 Sweet
vo64: Gumi/Megpoid V4 Whisper
vo65: Gumi/Megpoid Normal
vo66: Gumi/Megpoid Solid
vo67: kagamine len V4X standard
vo68: kagamine rin V4X standard
vo69: Mew V3
vo70: SeeU V3 orginal
vo71: SeeU 400 Renewal edition
vo72: Tone Rion V3
vo73: Tone Rion V4 standard
vo74: Oliver V3 standard
vo75: Cul Debute
vo76: Cul V3 standard
vo77: yuzuki yukari V3
vo78: yuzuki yukari V4 JUN
vo79: yuzuki yukari V4 ONN
vo80: yuzuki yukari V4 LIN
vo81: Bruno V3 Debute
vo82: Bruno V3 Final
vo83: Bruno & Clara V3 2014 Redesign
vo84: Clara V3 Debute
vo85: Clara V3 Final
}
}

example sites:

html, css, javascript: https://github.com/LeahJKH/MikuShowcase

Releases

No releases published

Packages

No packages published