diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml deleted file mode 100644 index 149b9d8..0000000 --- a/.github/workflows/codeql.yml +++ /dev/null @@ -1,70 +0,0 @@ -# For most projects, this workflow file will not need changing; you simply need -# to commit it to your repository. -# -# You may wish to alter this file to override the set of languages analyzed, -# or to provide custom queries or build logic. -# -# ******** NOTE ******** -# We have attempted to detect the languages in your repository. Please check -# the `language` matrix defined below to confirm you have the correct set of -# supported CodeQL languages. -# -name: "CodeQL" - -on: - push: - branches: [ main ] - pull_request: - # The branches below must be a subset of the branches above - branches: [ main ] - schedule: - - cron: '31 16 * * 5' - -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - permissions: - actions: read - contents: read - security-events: write - - strategy: - fail-fast: false - matrix: - language: [ ] - # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] - # Learn more about CodeQL language support at https://git.io/codeql-language-support - - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - # Initializes the CodeQL tools for scanning. - - name: Initialize CodeQL - uses: github/codeql-action/init@v2 - with: - languages: ${{ matrix.language }} - # If you wish to specify custom queries, you can do so here or in a config file. - # By default, queries listed here will override any specified in a config file. - # Prefix the list here with "+" to use these queries and those in the config file. - # queries: ./path/to/local/query, your-org/your-repo/queries@main - - # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). - # If this step fails, then you should remove it and run the build manually (see below) - - name: Autobuild - uses: github/codeql-action/autobuild@v2 - - # â„šī¸ Command-line programs to run using the OS shell. - # 📚 https://git.io/JvXDl - - # âœī¸ If the Autobuild fails above, remove it and uncomment the following three lines - # and modify them (or add more) to build your code if your project - # uses a compiled language - - #- run: | - # make bootstrap - # make release - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml new file mode 100644 index 0000000..e31d81c --- /dev/null +++ b/.github/workflows/jekyll-gh-pages.yml @@ -0,0 +1,51 @@ +# Sample workflow for building and deploying a Jekyll site to GitHub Pages +name: Deploy Jekyll with GitHub Pages dependencies preinstalled + +on: + # Runs on pushes targeting the default branch + push: + branches: ["main"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + # Build job + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Setup Pages + uses: actions/configure-pages@v5 + - name: Build with Jekyll + uses: actions/jekyll-build-pages@v1 + with: + source: ./ + destination: ./_site + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + + # Deployment job + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml deleted file mode 100644 index 5297949..0000000 --- a/.github/workflows/jekyll.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Jekyll site CI - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Build the site in the jekyll/builder container - run: | - docker run \ - -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \ - jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future" diff --git a/README.md b/README.md index 29fc76c..74122f9 100644 --- a/README.md +++ b/README.md @@ -1,69 +1,106 @@ -[![GitHub forks](https://img.shields.io/github/forks/inirey/API-COLLECTION?style=social)](https://github.com/inirey/API-COLLECTION/network)    [![GitHub stars](https://img.shields.io/github/stars/inirey/API-COLLECTION?style=social)](https://github.com/inirey/API-COLLECTION/stargazers) - -# Daftar REST API untuk kebutuhan Whatsapp bot - -Daftar API untuk kebutuhan Whatsapp bot - -### LIST API - -| Nama API | Developer | URL | Status | Deskripsi | Auth | -| --------------- |:---------:|:---:|:-------:|:----------|:------:| -| Xteam | XTEAM | [Link](https://xteam.xyz) | `Aktif` | API collection. | `APIKEY` | -| Danzz Api | Danzz Coding | [Link](https://danzzapi.xyz) | `Aktif` | API collection. | `APIKEY` | -| Api Danzz | Danzz Coding | [Link](https://api-danzz.xyz) | `Aktif` | API collection. | `APIKEY` | -| Antei codes| Antei codes Team | [Link](https://antei.codes/) | `Aktif` | API collection. | `APIKEY` | -| Vhtear | veza | [Link](https://vhtear.com) | `Aktif` | API collection | `APIKEY` | -| Caliph Rest API | [Caliph](https://github.com/Caliph91) | [Link](https://caliphapi.com) | `Aktif` | API collection | `APIKEY` | -| Faza Api | Fadly ID | [Link](https://api-faza.herokuapp.com) | `Aktif` | API collection | `APIKEY` | -| Ramlan Api | Ramlan ID | [Link](https://api-ramlan.herokuapp.com) | `Aktif` | API collection | `APIKEY` | -| Hardianto | Hardianto | [Link](https://hardianto.xyz) | `Aktif` | API collection | `APIKEY` | -| Hadi Api | m hadi | [Link](https://hadi-api.herokuapp.com/api) | `Aktif` | API collection | Tidak | -| Zenz Api | [zhwzein](https://github.com/zhwzein) | [Link](https://zenzapis.xyz) | `Aktif` | API collection | `APIKEY` | -| Zeks Api | vinz | [Link](https://zeks.me) | `Aktif` | API collection | `APIKEY` | -| Rns Api | Reysekha | [Link](https://sekha.me) | `Aktif` | API collection | `APIKEY` | -| Starz Api | Bintang | [Link](http://st4rz.herokuapp.com/) | `Aktif` | API collection | Tidak | -| Xcode | xcode7 | [Link](https://api-xcoders.xyz/) | `Aktif` | API collection | `APIKEY` | -| ArugaZ API | ArugaZ | [Link](https://restfulapi.my.id/arugaz) | `Aktif` | Hasil Scrape Website - Lengkap | Tidak | -| Neoxr | neoxr | [Link](https://api.neoxr.eu.org) | `Aktif` | API Collection | `APIKEY` | -| Lolhuman Api| lolhuman | [Link](https://api.lolhuman.xyz) | `Aktif` | API collection | `APIKEY` | -| Bx Hunter | ikyy | [Link](https://bx-hunter.herokuapp.com) | `Aktif` | API collection | `APIKEY` | -| Ostch | ibnusyawall | [Link](https://ostch.herokuapp.com) | `Aktif` | API collection | `APIKEY` | -| Tobz API | Toby | [Link](https://tobz-api.herokuapp.com) | `Aktif` | API collection | `APIKEY` | -| zeksais | zeksais | [Link](http://zekais-api.herokuapp.com) | `Aktif` | API collection | `APIKEY` | -| Dhnjing | Dehan | [Link](https://dhnjing.xyz) | `Aktif` | API collection | `APIKEY` | -| Mfarels Api | mfarels | [Link](https://www.mfarels.id) | `Aktif` | Api collection | Tidak | -| Kocakz | ArugaZ | [Link](https://kocakz.herokuapp.com) | `Aktif` | API collection | Tidak | -| Revita Api | Revita | [Link](https://revita.herokuapp.com) | `Aktif` | API collection | `APIKEY` | -| nzcha Api | MRHRTZ | [Link](https://nzcha-apii.herokuapp.com) | `Aktif` | API collection | Tidak | -| Jarx Api | Fajar | [Link](https://api.jarx.me) | `Aktif` | API collection | `APIKEY` | -| Zeeone Api | zeeone | [Link](https://api-zeeoneofc.herokuapp.com) | `Aktif` | API collection | `APIKEY` | -| Nurutomo Api | Nurutomo | [Link](https://nurutomo.herokuapp.com) | `Aktif` | API collection | Tidak | -| Erdwpe Api | Erdwpe | [Link](https://api.erdwpe.com) | `Aktif` | API collection | Tidak | -| AdiOfficial API | M imam Adi | [Link](https://api.adiofficial.xyz) | `Aktif` | API collection. | `APIKEY` | -| Melcanz Rest Api | [ariffb25](https://github.com/ariffb25) & [melcanz](https://github.com/melcanz) | [Link](https://melcanz.com) | `Aktif` | API collection | `APIKEY` | -| Botstyle-api | [Benniismael](https://github.com/botstylee) | [Link](https://bsbt-api-rest.herokuapp.com/) | `Aktif` | API collection | `APIKEY` | -| Onichan Api | [FERDIZ-afk](https://github.com/FERDIZ-afk) | [Link](https://oni-chan.my.id/) | `Aktif` | API collection | `APIKEY` | -| Free Rest API | [SAMPINDO](https://sampindo.id) | [Link](https://freeapi.sampindo.id/) | `Aktif` | API Collection | Tidak | -| Kotzyy API | [Kotzyy](https://github.com/Kotzyy) | [Link](https://api.justkotz.tech) | `Aktif` | API Collection | `APIKEY` | -| Sanuwa API | [Sanuwa](https://github.com/sanuwaofficial) | [Link](https://sanuw-api.herokuapp.com/) | `Aktif` | API Collection | `APIKEY` | -| Wibusoft Api | [Arugaz](https://github.com/arugaz) | [Link](https://api.wibusoft.com) | `Aktif` | API collection | `TIDAK` | -| Daphuy Api | dappa | [Link](https://dapuhy.xyz/) | `Aktif` | API collection | `APIKEY` | -| Jojo Api | jojo | [Link](https://docs-jojo.herokuapp.com) | `Aktif` | API collection | `TIDAK` | -| Zacros Api | Zacros Team | [Link](https://api.zacros.my.id/) | `Aktif` | API collection | `TIDAK` | -| Cakrayp Api | [Cakra YP](https://github.com/cakrayp) | [Link](https://cakrayp.herokuapp.com) | `Aktif` | API collection | `APIKEY` | -| Restu Api | [MuhammadRestu999](https://github.com/MuhammadRestu999) | [Link](https://restu-restapi.herokuapp.com) | `Aktif` | RestApi full json | Tidak | -| Wann ofc | wannofc | [Link](https://api-invibot.herokuapp.com) | `Aktif` | API collection | `APIKEY` | -| TOXIC DEVIL API | [TOXIC-DEVIL](https://github.com/TOXIC-DEVIL) | [Link](https://api-toxic-devil-production.up.railway.app) | `Aktif` | TOXIC DEVIL API - Free Rest API| `TIDAK` | -| YUU API | sidaniid | [Link](https://yuuapi.herokuapp.com) | `Aktif` | API Collection| `APIKEY` | -| AquaBot API | [Sanuwa](https://github.com/sanuwaofficial) | [Link](https://api-aquabot.herokuapp.com/) | `Aktif` | API Collection | `APIKEY` | -| violetics API | FazOne, Dehante,Zyy | [Link](https://violetics.pw) | `Aktif` | API Collection | `APIKEY` | -| Yourclowns API | Reysekha | [Link](https://yourclown.eu.org) | `Aktif` | API Collection | `APIKEY` | -| BETABOTZ API | Lanz | [Link](https://betabotz-api.herokuapp.com) | `Aktif` | API Collection | `APIKEY` | -| Fatih Arridho API | Fatih | [Link](https://fatiharridho.herokuapp.com) | `Aktif` | API Collection | `TIDAK` | -| JUSTNPC API | Ditzzy | [Link](https://api.justnpc.ml) | `Aktif` | API Collection | `YA` | -| Erza API | erza | [Link](https://erzaa.site) | `Aktif` | API Collection | `YA` | - - -## :fire: Tambahan - -Jika ingin menambahkan List API nya langsung aja pull request Arigatou :) +[![GitHub forks](https://img.shields.io/github/forks/inirey/API-COLLECTION?style=social)](https://github.com/inirey/API-COLLECTION/network)    [![GitHub stars](https://img.shields.io/github/stars/inirey/API-COLLECTION?style=social)](https://github.com/inirey/API-COLLECTION/stargazers) + +# Daftar REST API untuk kebutuhan Whatsapp bot + +Daftar API untuk kebutuhan Whatsapp bot + +### LIST API + +| Nama API | Developer | URL | Status | Deskripsi | Auth | +| --------------- |:---------:|:---:|:-------:|:----------|:------:| +| Fgsi RestAPIs | [FongsiDev](https://github.com/Fgsi-APIs) | [Link](https://fgsi1-restapi.hf.space) | `Aktif` | Fgsi RestAPIs | `TIDAK` | +| TOXIC DEVIL API | [TOXIC-DEVIL](https://github.com/TOXIC-DEVIL) | [Link](https://toxicdevilapi.vercel.app/) | `Aktif` | TOXIC DEVIL API - Free Rest API | `TIDAK` | +| NirKYY API | [PurPur](https://whatsapp.com/channel/0029Vb3qLJRDuMRdjacRwe2T) | [Link](https://toxicdevilapi.vercel.app/) | `Aktif` | Nirkyy Logic AI & collection | `TIDAK` | +| XZN API | XZN | [link](https://xzn.wtf) | `Aktif` | API collection. | `APIKEY` | +| ZEXXA API | [Kira-Master](https://github.com/Kira-Master) | [link](https://web-kira-master.cloud.okteto.net/) | `Aktif` | API collection. | `APIKEY` | +| ZEXXA DEV | [ZexxaDevID](https://github.com/ZexxaDevID) | [link](http://myfirstexpress-1.xvdxsix.repl.co/) | `Aktif` | API collection. | TIDAK | +| Kimzz API | Kimzz store | [link](https://api.kimzzoffc.me) | `Aktif` | API collection. | `APIKEY` | +| Xcode API | [Riy](https://github.com/riycoders) | [Link](https://api.xcodeteam.xyz/) | `Aktif` | API collection. | `APIKEY` | +| KYOUKA API | KyoukaDev | [link](https//github.com/Yuri-Neko)| [link](https://api.nekostore.my.id) | `Aktif` | API collection. | `APIKEY` | +| Api Rull | Rull | [link](https://apiruulzz.my.id) | `Aktif` | API collection. | `APIKEY` | +| Xteam | XTEAM | [Link](https://xteam.xyz) | `Aktif` | API collection. | `APIKEY` | +| Danzz Api | Danzz Coding | [Link](https://danzzapi.xyz) | `Aktif` | API collection. | `APIKEY` | +| Api Danzz | Danzz Coding | [Link](https://api-danzz.xyz) | `Aktif` | API collection. | `APIKEY` | +| Antei codes| Antei codes Team | [Link](https://antei.codes/) | `Aktif` | API collection. | `APIKEY` | +| Vhtear | veza | [Link](https://vhtear.com) | `Aktif` | API collection | `APIKEY` | +| Caliph API | [CaliphDev](https://caliphdev.com) | [Link](https://api.caliph.biz.id) | `Aktif` | API collection | `APIKEY` | +| Tiklydown API | [CaliphDev](https://caliphdev.com) | [Link](https://api.tiklydown.eu.org) | `Aktif` | TikTok API | `-` | +| Fadzzz Api | FADZZZ PROJECT | [Link](https://api.fadzzzproject.my.id) | `Aktif` | API collection | `TIDAK` | +| Ramlan Api | Ramlan ID | [Link](https://api-ramlan.herokuapp.com) | `Aktif` | API collection | `APIKEY` | +| Hardianto | Hardianto | [Link](https://hardianto.xyz) | `Aktif` | API collection | `APIKEY` | +| Hadi Api | m hadi | [Link](https://hadi-api.herokuapp.com/api) | `Aktif` | API collection | Tidak | +| Zenext Api | [zhwzein](https://github.com/zhwzein) | [Link](https://api.ouzen.xyz) | `Aktif` | API collection | `APIKEY` | +| Zeks Api | vinz | [Link](https://zeks.me) | `Aktif` | API collection | `APIKEY` | +| Rinz api | Rinz | [Link](https://rinz.my.id) | `Aktif` | API collection | `APIKEY` | +| Starz Api | Bintang | [Link](http://st4rz.herokuapp.com/) | `Aktif` | API collection | Tidak | +| Xcode | xcode7 | [Link](https://api-xcoders.xyz/) | `Aktif` | API collection | `APIKEY` | +| ArugaZ API | ArugaZ | [Link](https://restfulapi.my.id/arugaz) | `Aktif` | Hasil Scrape Website - Lengkap | Tidak | +| Neoxr | neoxr | [Link](https://api.neoxr.eu.org) | `Aktif` | API Collection | `APIKEY` | +| Lolhuman Api| lolhuman | [Link](https://api.lolhuman.xyz) | `Aktif` | API collection | `APIKEY` | +| Bx Hunter | ikyy | [Link](https://bx-hunter.herokuapp.com) | `Aktif` | API collection | `APIKEY` | +| Ostch | ibnusyawall | [Link](https://ostch.herokuapp.com) | `Aktif` | API collection | `APIKEY` | +| Tobz API | Toby | [Link](https://tobz-api.herokuapp.com) | `Aktif` | API collection | `APIKEY` | +| zeksais | zeksais | [Link](http://zekais-api.herokuapp.com) | `Aktif` | API collection | `APIKEY` | +| Dhnjing | Dehan | [Link](https://dhnjing.xyz) | `Aktif` | API collection | `APIKEY` | +| Mfarels Api | mfarels | [Link](https://www.mfarels.id) | `Aktif` | Api collection | Tidak | +| Kocakz | ArugaZ | [Link](https://kocakz.herokuapp.com) | `Aktif` | API collection | Tidak | +| Revita Api | Revita | [Link](https://revita.herokuapp.com) | `Aktif` | API collection | `APIKEY` | +| nzcha Api | MRHRTZ | [Link](https://nzcha-apii.herokuapp.com) | `Aktif` | API collection | Tidak | +| Jarx Api | Fajar | [Link](https://api.jarx.me) | `Aktif` | API collection | `APIKEY` | +| Zeeone Api | zeeone | [Link](https://api-zeeoneofc.herokuapp.com) | `Aktif` | API collection | `APIKEY` | +| Nurutomo Api | Nurutomo | [Link](https://nurutomo.herokuapp.com) | `Aktif` | API collection | Tidak | +| Erdwpe Api | Erdwpe | [Link](https://api.erdwpe.com) | `Aktif` | API collection | Tidak | +| AdiOfficial API | M imam Adi | [Link](https://api.adiofficial.xyz) | `Aktif` | API collection. | `APIKEY` | +| Melcanz Rest Api | [ariffb25](https://github.com/ariffb25) & [melcanz](https://github.com/melcanz) | [Link](https://melcanz.com) | `Aktif` | API collection | `APIKEY` | +| Botstyle-api | [Benniismael](https://github.com/botstylee) | [Link](rest-beni.herokuapp.com/) | `Aktif` | API collection | `TIDAK` | +| Onichan Api | [FERDIZ-afk](https://github.com/FERDIZ-afk) | [Link](https://oni-chan.my.id/) | `Aktif` | API collection | `APIKEY` | +| Free Rest API | [SAMPINDO](https://sampindo.id) | [Link](https://freeapi.sampindo.id/) | `Aktif` | API Collection | Tidak | +| Kotzyy API | [Kotzyy](https://github.com/Kotzyy) | [Link](https://api.justkotz.tech) | `Aktif` | API Collection | `APIKEY` | +| Sanuwa API | [Sanuwa](https://github.com/sanuwaofficial) | [Link](https://sanuw-api.herokuapp.com/) | `Aktif` | API Collection | `APIKEY` | +| Wibusoft Api | [Arugaz](https://github.com/arugaz) | [Link](https://wibusoft.com) | `Aktif` | API collection | `TIDAK` | +| Daphuy Api | dappa | [Link](https://dapuhy.xyz/) | `Aktif` | API collection | `APIKEY` | +| Jojo Api | jojo | [Link](https://docs-jojo.herokuapp.com) | `Aktif` | API collection | `TIDAK` | +| Zacros Api | Zacros Team | [Link](https://api.zacros.my.id/) | `Aktif` | API collection | `TIDAK` | +| Cakrayp Api | [Cakra YP](https://github.com/cakrayp) | [Link](https://cloudsmart.my.id) | `Aktif` | API collection | `APIKEY` | +| Restu Api | [MuhammadRestu999](https://github.com/MuhammadRestu999) | [Link](https://restu-restapi.herokuapp.com) | `Aktif` | RestApi full json | Tidak | +| Wann ofc | wannofc | [Link](https://api-invibot.herokuapp.com) | `Aktif` | API collection | `APIKEY` | +| YUU API | sidaniid | [Link](https://yuuapi.herokuapp.com) | `Aktif` | API Collection| `APIKEY` | +| AquaBot API | [Sanuwa](https://github.com/sanuwaofficial) | [Link](https://api-aquabot.herokuapp.com/) | `Aktif` | API Collection | `APIKEY` | +| violetics API | FazOne, Dehante,Zyy | [Link](https://violetics.pw) | `Aktif` | API Collection | `APIKEY` | +| Yourclowns API | Rey | [Link](https://yourclown.eu.org) | `Aktif` | API Collection | `APIKEY` | +| BetaBotz API | Lann | [Link](https://api.betabotz.eu.org) | `Aktif` | API Collection | `APIKEY` | +| Fatih Arridho API | Fatih | [Link](https://fatiharridho.herokuapp.com) | `Aktif` | API Collection | `TIDAK` | +| JUSTNPC API | Ditzzy | [Link](https://api.justnpc.ml) | `Aktif` | API Collection | `YA` | +| Erza API | erza | [Link](https://erzaa.site) | `Tidak` | API Collection | `TIDAK` | +| Rullz API | Rull | [link](https://apiruulzz.my.id) | `Aktif` | API Collection | `YA` | +| API KYOUKA | FAJAR TKJ | [link](https://kyoukanime.my.id) | `Aktif` | API Collection | `YA` | +| ZeroOne API | [Bintang1302](https://github.com/Bintang1302) | [Link](https://zerooneapi.eu.org) | `Aktif` | API Collection | `YA` | +| Noid API | [xgorn](https://github.com/X-Gorn) | [Link](https://xgorn.is-a.dev/) | `Aktif` | API Collection | `APIKEY` | +| MySiraj API | [Arizerr](https://github.com/Arizerr) | [Link](https://mysiraj.ddns.net/docs) | `Aktif` | Free Rest Api | `Tidak` | +| Miftah API | [Miftah](https://github.com/miftah0908) | [Link](https://api.miftah.xyz) | `Aktif` | API Collection | `APIKEY` | +| Xyro API | [Xyro](https://github.com/xyroinee) | [Link](https://api.xyroinee.xyz) | `Aktif` | API Collection | `APIKEY` | +| VihangaYT API | [VihangYT](https://github.com/vihangayt0) | [Link](https://vihangayt.me) | `Aktif` | API Collection | `Tidak` | +| Zaynn API | [Zaynn](https://github.com/zaynrck) | [Link](https://api.zaynn.my.id) | `Aktif` | API Collection | `APIKEY` | +| Nimesh Offical API | [Nimesh Official](https://github.com/nimesh-official) | [Link](https://api.nimeshofficial.xyz) | `Aktif` | API Collection | `APIKEY` | +| Zayn-C API | [NathanaeL](https://github.com/natgvlite) | [Link](https://api.zayn-c.my.id) | `Aktif` | Free Rest API | `Tidak` | +| Nimesh Official API | [Nimesh Official](https://github.com/nimesh-official) | [Link](https://api.nimeshofficial.xyz) | `Aktif` | API Collection | `APIKEY` | +| VELIXS R-API | [Ilsya](https://github.com/ilsyaa) | [Link](https://velixs.com/rapi) | `Aktif` | API Collection | `APIKEY` | +| ZonerAPIs | [TegarPriyadi](https://github.com/TegarPriyadi) | [Link](https://api.zonerweb.biz.id/) | `Aktif` | API Collection | `APIKEY` | +| VihangaYT API | [VihangYT](https://github.com/vihangayt0) | [Link](https://api.vihangayt.asia) | `Aktif` | API Collection | `Tidak` | +| Miftah APIs | [Miftah](https://github.com/miftahganzz) | [Link](https://api.miftahganzz.my.id) | `Aktif` | API Collection | `APIKEY` | +| ITzpire API | [Miftah](https://github.com/miftahganzz) | [Link](https://itzpire.site) | `Aktif` | API Collection | `Tidak` | +| onesytex Api | [mr.one](https://github.com/onepunya) | [Link](https://onesytex.my.id) | `Aktif` | API Collection | `Tidak` | +| MAHER API | [Maher Zubair](https://github.com/Maher-Zubair) | [Link](https://api.maher-zubair.tech) | `Aktif` | API Collection | `Tidak` | +| SAMIR API | [SamirApi](https://github.com/samirxpikachuio) | [Link](https://samirxpikachu.onrender.com) | `Aktif` | API Collection | `Tidak` | +| Mininxd API | [Mininxd](https://github.com/mininxd) | [Link](https://api.mininxd.my.id/) | `Aktif` | API Collection | `Tidak` | +| AgatZ API | [AgatZ](https://github.com/agatdwi) | [Link](https://api.agatz.xyz) | `Aktif` | API Collection | `Tidak` | +| Termai API | [TermaiApi](https://github.com/Rifza123) | [Link](https://xterm.tech) | `Aktif` | API Collection | `APIKEY` | +| Chiwa RestAPI | [@akane_chiwa](https://github.com/aiprojectchiwa) | [Link](https://api.chiwa.my.id) | `Aktif` | 100% Free and PowerFull RestFullAPI | `TIDAK` | +| Hitori API | [Hitori](https://github.com/bangdanzz) | [Link](https://my.hitori.pw) | `Aktif` | API Collection | `APIKEY` | +| Dluxtzy API | [Wahyubotz78](https://github.com/Wahyubotz78) | [Link](https://api.dluxtzy.my.id) | `Aktif` | API Collection | `APIKEY` | +| Genux API | [Genux Official](https://github.com/genux-official) | [Link](https://api.genux.me) | `Aktif` | API Collection | `APIKEY` | + + +## :fire: Tambahan + +Jika ingin menambahkan List API nya langsung aja pull request Arigatou :) diff --git a/ads.txt b/ads.txt new file mode 100644 index 0000000..80c433c --- /dev/null +++ b/ads.txt @@ -0,0 +1 @@ +google.com, pub-6099412887691041, DIRECT, f08c47fec0942fa0 diff --git a/log/a b/log/a new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/log/a @@ -0,0 +1 @@ + diff --git a/log/verified-icon.png b/log/verified-icon.png new file mode 100644 index 0000000..f3f11e1 Binary files /dev/null and b/log/verified-icon.png differ