Socket
Book a DemoInstallSign in
Socket

xorizn-scraper

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xorizn-scraper

Api Xorizn

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
4
-20%
Maintainers
1
Weekly downloads
 
Created
Source

Scraper - Typescript/Javascript NPMJS API

My card name

Hello everyone, I created an API document with the code I have created. There are a lot of scrapers that I made, you can use this nodejs code for your web and others. I hope you are all happy with the code I made even though I am a beginner programmer.

You can reach me here:



Thx to ^_^

Install

Use the stable version:

npm install xorizn-scraper

Or via yarn

yarn add xorizn-scraper

Use the unstable version (no guarantee of stability, but latest fixes + features)

yarn add github:Xorizn/xorizn-scraper

Then import your code using:

const xr = require('xorizn-scraper')

List

Search

import search code using:

const search = xr.search
# Acara Now
search.acara_now()
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})

output

{
  "creator":"@Xorizn",
  "info":"Use this code well, dont recode it!!!!!!!",
  "status":true,
  "result":"*ANTV*
17:00 - Nakusha
18:30 - Darna

*GTV*
17:00 - Super Deal Indonesia
18:30 - Kisah Viral +62 (Malam)

*INDOSIAR*
18:00 - Panggilan
20:00 - D'Koplo

*INEWS TV*
17:30 - iNews Room
18:30 - New Top Files

*KOMPAS TV*
17:30 - Sapa Indonesia Malam
19:30 - Berita Utama

*METRO TV*
17:30 - Prime Time News
20:05 - Top News

*MNCTV*
17:45 - Upin & Ipin Bermula
19:00 - Family 100

*NET TV*
17:30 - Zombiedumb
18:30 - Top Spot

*MOJI*
18:00 - Adzan Magrib
18:05 - Today's Update

*RCTI*
18:00 - Si Doel The Series
19:00 - Ikatan Cinta

*RTV*
16:30 - Sinema Keluarga
18:30 - Sinema Keluarga

*SCTV*
17:00 - Tajwid Cinta
19:00 - Cinta Setelah Cinta

*TRANS7*
18:00 - On The Spot
19:00 - Secret Story

*TRANSTV*
17:30 - Bikin Laper
18:30 - Ketawa Itu Berkah

*TVONE*
16:00 - Kabar Petang
18:30 - Apa Kabar Indonesia Malam

*TVRI*
18:00 - Klik Indonesia Petang
19:00 - Indonesia Bicara"
}
# Bukalapak

Required parameters

  • (search) type String
search.bukalapak('laptop')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": [
    {
      "title": "Laptop toshiba l740 640 core i3 ram 4gb kondisi normal ex kantor baterai bagus murah garansi",
      "rating": "4.8",
      "terjual": "Terjual 376",
      "harga": "Rp1.400.000",
      "image": "https://s4.bukalapak.com/img/93421826992/s-330-330/data.jpeg.webp",
      "link": "https://www.bukalapak.com/p/komputer/laptop/laptop-ultrabook/4h7ez3s-jual-laptop-toshiba-l740-640-core-i3-ram-4gb-kondisi-normal-ex-kantor-baterai-bagus-murah-garansi",
      "store": {
        "lokasi": "Kab. Tangerang",
        "nama": "Michayla  Computer",
        "link": "https://www.bukalapak.com/u/it_computer268"
      }
    },
    {
      "title": "Laptop Lenovo Thinkpad X280 i5 Gen8 Touchscreen FHD Murah saja",
      "rating": "5",
      "terjual": "Terjual 1",
      "harga": "Rp3.799.905",
      "image": "https://s0.bukalapak.com/img/04078325992/s-330-330/data.jpg.webp",
      "link": "https://www.bukalapak.com/p/komputer/laptop/notebook/4hg5y3g-jual-laptop-lenovo-thinkpad-x280-i5-gen8-touchscreen-fhd-murah-saja",
      "store": {
        "lokasi": "Jakarta Barat",
        "nama": "mimilaptop",
        "link": "https://www.bukalapak.com/u/tshong_men"
      }
    }
    ....
  ]
}
# Film

Required parameters

  • (search) type String
search.film('avatar')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": [
    {
      "title": "Avatar: The Way of Water (2022) Subtitle Indonesia",
      "quality": "HDTS2022",
      "type": "Movie",
      "upload": "2022",
      "link": "http://167.99.31.48/avatar-the-way-of-water-2022/",
      "thumbnail": "http://167.99.31.48/wp-content/uploads/2022/12/1672020358-7414-t6HIqrRAclMCA60NsSmeqe9RmNV-200x300.jpg"
    },
    {
      "title": "Avatar (2009) Subtitle Indonesia",
      "quality": "EXTENDED BluRay2009",
      "type": "Movie",
      "upload": "2009",
      "link": "http://167.99.31.48/avatar-2009/",
      "thumbnail": "http://167.99.31.48/wp-content/uploads/2023/01/1673147743-2565-jRXYjXNq0Cs2TcJjLkki24MLp7u-200x300.jpg"
    }
    .....
  ]
}
# Jadwal Sepakbola
search.jadwal_sepakbola()
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": "17 Januari 2023 - 02.45 - Empoli vs Sampdoria - Serie A\n17 Januari 2023 - 03.00 - Cadiz vs Elche - LaLiga Santander\n17 Januari 2023 - 04.15 - Defensor Sporting vs Montevideo Wanderers - Friendly\n17 Januari 2023 - 07.30 - Nacional vs Belgrano - Friendly\n17 Januari 2023 - 17.00 - Budapest Honved vs Kolubara - Friendly\n17 Januari 2023 - 17.00 - WSG Tirol vs Trencin - Friendly\n17 Januari 2023 - 18.00 - Lugano vs Freiburg II - Friendly\n17 Januari 2023 - 18.00 - Real Murcia vs Paderborn - Friendly\n17 Januari 2023 - 18.30 - Krylya Sovetov Samara vs Sumqayit - Friendly\n17 Januari 2023 - 19.00 - Zalaegerszeg vs Ruzomberok - Friendly\n17 Januari 2023 - 19.00 - Austria Wien vs Vasas Budapest - Friendly\n17 Januari 2023 - 19.00 - SK Prostejov vs Dukla Banska Bystrica - Friendly\n17 Januari 2023 - 20.00 - LASK vs Kapfenberger SV - Friendly\n17 Januari 2023 - 20.00 - Sandhausen vs FC Fastav Zlin - Friendly\n17 Januari 2023 - 21.00 - Amstetten vs TSV Hartberg - Friendly\n17 Januari 2023 - 21.00 - FC Krasnodar vs Levski Sofia - Friendly\n17 Januari 2023 - 21.30 - PFC Sochi vs Forte Taganrog - Friendly\n17 Januari 2023 - 22.30 - FC Rapperswil-Jona vs Winterthur - Friendly\n18 Januari 2023 - 01.00 - Real Sociedad vs Mallorca - Copa del Rey\n18 Januari 2023 - 01.30 - Sportfreunde Baumberg vs ASV Mettmann - Friendly\n18 Januari 2023 - 02.45 - Accrington Stanley vs Boreham Wood - FA Cup\n18 Januari 2023 - 02.45 - Forest Green Rovers vs Birmingham City - FA Cup\n18 Januari 2023 - 02.45 - Swansea City vs Bristol City - FA Cup\n18 Januari 2023 - 02.45 - Wigan Athletic vs Luton Town - FA Cup\n18 Januari 2023 - 02.45 - Wolverhampton Wanderers vs Liverpool - FA Cup\n18 Januari 2023 - 03.00 - West Bromwich Albion vs Chesterfield - FA Cup\n18 Januari 2023 - 03.00 - Deportivo Alaves vs Sevilla - Copa del Rey\n18 Januari 2023 - 03.00 - Napoli vs Cremonese - Coppa Italia\n18 Januari 2023 - 07.30 - Club River Plate vs Vasco da Gama - Friendly\n18 Januari 2023 - 16.00 - Persikabo 1973 vs Dewa United - Liga 1\n18 Januari 2023 - 18.30 - Persita Tangerang vs Persebaya Surabaya - Liga 1\n18 Januari 2023 - 19.00 - Broendby IF vs Naestved - Friendly\n18 Januari 2023 - 20.00 - Grasshopper vs Schaffhausen - Friendly\n18 Januari 2023 - 20.00 - Sturm Graz vs FC Vaduz - Friendly\n18 Januari 2023 - 21.00 - Hamburger SV vs Vancouver Whitecaps - Friendly\n18 Januari 2023 - 21.00 - Kalmar FF vs Lyngby - Friendly\n18 Januari 2023 - 21.30 - Lokomotiv Moscow vs Bunyodkor Tashkent - Friendly\n18 Januari 2023 - 22.00 - FK Graficar vs Zaglebie Lubin - Friendly\n18 Januari 2023 - 23.00 - SK Austria Klagenfurt vs Wolfsberger AC (A) - Friendly\n19 Januari 2023 - 00.00 - Aengelholms FF vs Helsingborg - Friendly\n19 Januari 2023 - 01.00 - Sporting Gijon vs Valencia - Copa del Rey\n19 Januari 2023 - 02.00 - AC Milan vs Inter - Super Cup\n19 Januari 2023 - 02.00 - Athletic Bilbao vs Espanyol - Copa del Rey\n19 Januari 2023 - 02.45 - Leeds United vs Cardiff City - FA Cup\n19 Januari 2023 - 03.00 - Crystal Palace vs Manchester United - Premier League\n19 Januari 2023 - 03.00 - Levante vs Atletico Madrid - Copa del Rey\n19 Januari 2023 - 03.00 - Real Betis vs Osasuna - Copa del Rey\n19 Januari 2023 - 16.00 - Bhayangkara FC vs Persik Kediri - Liga 1\n19 Januari 2023 - 18.00 - Krylya Sovetov Samara vs Szeged 2011 - Friendly\n19 Januari 2023 - 18.00 - Silkeborg vs Viborg - Friendly\n19 Januari 2023 - 18.00 - AGF vs Diosgyori VTK - Friendly\n19 Januari 2023 - 18.00 - FK Akhmat vs Partizan Beograd - Friendly\n19 Januari 2023 - 18.00 - Fakel Voronezh vs FK Spartak Subotica - Friendly\n19 Januari 2023 - 18.30 - Persis Solo vs Persija Jakarta - Liga 1\n19 Januari 2023 - 20.00 - CSKA Moscow vs FC Orenburg - Friendly\n19 Januari 2023 - 21.00 - Atalanta vs Spezia - Coppa Italia\n19 Januari 2023 - 22.00 - Bodo/Glimt vs Viking - Friendly\n20 Januari 2023 - 00.00 - Lazio vs Bologna - Coppa Italia\n20 Januari 2023 - 00.00 - Al Nasr & Al Hilal All Stars vs Paris Saint-Germain - Friendly\n20 Januari 2023 - 02.00 - AD Ceuta FC vs Barcelona - Copa del Rey\n20 Januari 2023 - 03.00 - Manchester City vs Tottenham Hotspur - Premier League\n20 Januari 2023 - 03.00 - Villarreal vs Real Madrid - Copa del Rey\n20 Januari 2023 - 03.00 - Juventus vs Monza - Coppa Italia\n20 Januari 2023 - 16.00 - Bali United vs PSM Makassar - Liga 1\n20 Januari 2023 - 18.00 - Haecken vs Norrby - Friendly\n20 Januari 2023 - 18.00 - TSV Hartberg vs SKN St. Poelten - Friendly\n20 Januari 2023 - 18.30 - Madura United vs Persib Bandung - Liga 1\n20 Januari 2023 - 19.15 - SV Ried vs Novi Pazar - Friendly\n20 Januari 2023 - 20.30 - AC Horsens vs AaB - Friendly\n20 Januari 2023 - 21.00 - Malmo FF vs Randers FC - Friendly\n20 Januari 2023 - 21.30 - Austria Wien vs Shakhtar Donetsk - Friendly\n20 Januari 2023 - 22.00 - Karlsruher SC vs FC Salzburg - Friendly\n20 Januari 2023 - 23.30 - Hammarby IF vs Sandvikens IF - Friendly\n21 Januari 2023 - 00.00 - IFK Gothenburg vs Degerfors - Friendly\n21 Januari 2023 - 02.00 - Excelsior vs FC Volendam - Eredivisie\n21 Januari 2023 - 02.30 - RB Leipzig vs Bayern Munich - Bundesliga\n21 Januari 2023 - 03.00 - Mallorca vs Celta Vigo - LaLiga Santander\n21 Januari 2023 - 03.10 - Marseille vs Rennes - Coupe de France\n21 Januari 2023 - 16.00 - PSIS Semarang vs Arema FC - Liga 1\n21 Januari 2023 - 18.00 - PFC CSKA-Sofia vs LASK - Friendly\n21 Januari 2023 - 18.00 - Paderborn vs Arminia Bielefeld - Friendly\n21 Januari 2023 - 18.00 - FC Rostov vs Bunyodkor Tashkent - Friendly\n21 Januari 2023 - 18.15 - PSS Sleman vs RANS Nusantara - Liga 1\n21 Januari 2023 - 18.30 - Borneo FC Samarinda vs Barito Putera - Liga 1\n21 Januari 2023 - 19.00 - Silkeborg vs Vendsyssel FF - Friendly\n21 Januari 2023 - 19.00 - FC Nordsjaelland vs OB - Friendly\n21 Januari 2023 - 19.30 - Sturm Graz vs Wisla Plock - Friendly\n21 Januari 2023 - 19.30 - St. Pauli vs FC Midtjylland - Friendly\n21 Januari 2023 - 19.30 - AIK vs Sollentuna FK - Friendly\n21 Januari 2023 - 19.30 - Liverpool vs Chelsea - Premier League\n21 Januari 2023 - 20.00 - Brommapojkarna vs Djurgaarden - Friendly\n21 Januari 2023 - 20.00 - Mjaellby vs BK Olympic - Friendly\n21 Januari 2023 - 20.00 - Rayo Vallecano vs Real Sociedad - LaLiga Santander\n21 Januari 2023 - 20.00 - Hittarps IK vs Helsingborg - Friendly\n21 Januari 2023 - 20.00 - Halmstads BK vs Oesters IF - Friendly\n21 Januari 2023 - 21.00 - Verona vs Lecce - Serie A\n21 Januari 2023 - 21.30 - Chambery vs Lyon - Coupe de France\n21 Januari 2023 - 21.30 - VfB Stuttgart vs Mainz - Bundesliga\n21 Januari 2023 - 21.30 - Wolfsburg vs Freiburg - Bundesliga\n21 Januari 2023 - 21.30 - Bochum vs Hertha Berlin - Bundesliga\n21 Januari 2023 - 21.30 - Union Berlin vs Hoffenheim - Bundesliga\n21 Januari 2023 - 21.30 - Eintracht Frankfurt vs Schalke 04 - Bundesliga\n21 Januari 2023 - 22.00 - AFC Bournemouth vs Nottingham Forest - Premier League\n21 Januari 2023 - 22.00 - West Ham United vs Everton - Premier League\n21 Januari 2023 - 22.00 - Austria Lustenau vs Aarau - Friendly\n21 Januari 2023 - 22.00 - Southampton vs Aston Villa - Premier League\n21 Januari 2023 - 22.00 - Leicester City vs Brighton & Hove Albion - Premier League\n21 Januari 2023 - 22.15 - Espanyol vs Real Betis - LaLiga Santander\n21 Januari 2023 - 22.30 - Sturm Graz vs Vozdovac - Friendly\n22 Januari 2023 - 00.00 - Toulouse vs AC Ajaccio - Coupe de France\n22 Januari 2023 - 00.00 - SC Bastia vs Lorient - Coupe de France\n22 Januari 2023 - 00.00 - RC Grasse vs Rodez - Coupe de France\n22 Januari 2023 - 00.00 - Plabennec vs Grenoble - Coupe de France\n22 Januari 2023 - 00.00 - Salernitana vs Napoli - Serie A\n22 Januari 2023 - 00.00 - Les Herbiers vs Reims - Coupe de France\n22 Januari 2023 - 00.00 - Chamalieres vs Paris FC - Coupe de France\n22 Januari 2023 - 00.30 - Crystal Palace vs Newcastle United - Premier League\n22 Januari 2023 - 00.30 - Atletico Madrid vs Real Valladolid - LaLiga Santander\n22 Januari 2023 - 00.30 - FC Cologne vs Werder Bremen - Bundesliga\n22 Januari 2023 - 00.45 - NEC Nijmegen vs FC Emmen - Eredivisie\n22 Januari 2023 - 02.00 - PSV Eindhoven vs Vitesse - Eredivisie\n22 Januari 2023 - 02.00 - Cambuur vs Sparta Rotterdam - Eredivisie\n22 Januari 2023 - 02.45 - FCO Strasbourg Koenigshoffen vs Angers - Coupe de France\n22 Januari 2023 - 02.45 - Fiorentina vs Torino - Serie A\n22 Januari 2023 - 03.00 - RKC Waalwijk vs Go Ahead Eagles - Eredivisie\n22 Januari 2023 - 03.00 - Sevilla vs Cadiz - LaLiga Santander\n22 Januari 2023 - 16.00 - Dewa United vs Persita Tangerang - Liga 1\n22 Januari 2023 - 18.00 - PFC Sochi vs Neftekhimik - Friendly\n22 Januari 2023 - 18.00 - Dinamo Moscow vs FC Orenburg - Friendly\n22 Januari 2023 - 18.00 - Broendby IF vs Hvidovre - Friendly\n22 Januari 2023 - 18.00 - AGF vs Vaalerenga - Friendly\n22 Januari 2023 - 18.15 - SC Heerenveen vs FC Groningen - Eredivisie\n22 Januari 2023 - 18.30 - Sampdoria vs Udinese - Serie A\n22 Januari 2023 - 20.00 - Spartak Moscow vs Levski Sofia - Friendly\n22 Januari 2023 - 20.00 - Lokomotiv Moscow vs Rodina - Friendly\n22 Januari 2023 - 20.00 - Villarreal vs Girona - LaLiga Santander\n22 Januari 2023 - 20.30 - Feyenoord vs Ajax - Eredivisie\n22 Januari 2023 - 20.30 - FC Twente vs FC Utrecht - Eredivisie\n22 Januari 2023 - 21.00 - Manchester City vs Wolverhampton Wanderers - Premier League\n22 Januari 2023 - 21.00 - Monza vs Sassuolo - Serie A\n22 Januari 2023 - 21.00 - Leeds United vs Brentford - Premier League\n22 Januari 2023 - 21.30 - Borussia Dortmund vs Augsburg - Bundesliga\n22 Januari 2023 - 22.15 - Elche vs Osasuna - LaLiga Santander\n22 Januari 2023 - 22.45 - AZ Alkmaar vs Fortuna Sittard - Eredivisie\n22 Januari 2023 - 23.30 - Arsenal vs Manchester United - Premier League\n22 Januari 2023 - 23.30 - Borussia Monchengladbach vs Bayer Leverkusen - Bundesliga\n23 Januari 2023 - 00.00 - Spezia vs Roma - Serie A\n23 Januari 2023 - 00.30 - Barcelona vs Getafe - LaLiga Santander\n23 Januari 2023 - 00.30 - ASM Belfort vs FC Annecy - Coupe de France\n23 Januari 2023 - 00.30 - Le Puy vs Vierzon FC - Coupe de France\n23 Januari 2023 - 00.30 - Lille vs Pau - Coupe de France\n23 Januari 2023 - 00.30 - Niort vs Auxerre - Coupe de France\n23 Januari 2023 - 00.30 - Thaon vs Nantes - Coupe de France\n23 Januari 2023 - 02.45 - Juventus vs Atalanta - Serie A\n23 Januari 2023 - 03.00 - Athletic Bilbao vs Real Madrid - LaLiga Santander\n23 Januari 2023 - 03.00 - Brest vs Lens - Coupe de France\n23 Januari 2023 - 16.00 - Persebaya Surabaya vs Bhayangkara FC - Liga 1\n23 Januari 2023 - 18.00 - FK Akhmat vs Vojvodina - Friendly\n23 Januari 2023 - 18.30 - Persis Solo vs Persikabo 1973 - Liga 1\n23 Januari 2023 - 19.15 - SV Ried vs Mura - Friendly\n23 Januari 2023 - 21.30 - Austria Wien vs Partizan Beograd - Friendly"
}
# Jadwal Tv

Required parameters

  • List: 'gtv' | 'antv' | 'indosiar' | 'inewstv' | 'kompastv' | 'metrotv' | 'mnctv' | 'moji' | 'nettv' | 'rcti' | 'rtv' | 'sctv' | 'trans7' | 'transtv' | 'tvone' | 'tvri'
search.jadwal_tv('antv')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": "01:00 - Hari Yang Aneh
02:00 - Hari Yang Aneh
04:15 - Merah Putih Peristiwa
05:00 - Alien Monkey
07:00 - Super Viral
08:00 - Intip Seleb
08:30 - Sultan
12:00 - Radha Krishna
14:00 - Anupamaa
17:00 - Nakusha
18:30 - Darna
20:00 - Suami Pengganti
22:00 - Garis Tangan
23:30 - Medium"
}
# Lyrics

Required parameters

  • (search) type String
search.lyrics('lemon')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": "[​米津玄師「Lemon」羅馬拼音歌詞]\n\n[Intro]\nYume naraba dore hodo yokatta deshou\nImada ni anata no koto wo yume ni miru\nWasureta mono wo tori ni kaeru you ni\nFurubita omoide no hokori wo harau\n\n[Verse 1]\nModoranai shiawase ga aru koto wo\nSaigo ni anata ga oshiete kureta\nIezu ni kakushiteta kurai kako mo\nAnata ga inakya eien ni kurai mama\n[Pre-Chorus]\nKitto mou kore ijou kizutsuku koto nado\nAri wa shinai to wakatte iru\n\n[Chorus]\nAno hi no kanashimi sae ano hi no kurushimi sae\nSono subete wo aishiteta anata to tomo ni\nMune ni nokori hanarenai nigai remon no nioi\nAme ga furiyamu made wa kaerenai\nIma demo anata wa watashi no hikari\n\n[Verse 2]\nKurayami de anata no se wo nazotta\nSono rinkaku wo senmei ni oboete iru\nUketome kirenai mono to deau tabi\nAfurete yamanai no wa namida dake\n\n[Pre-Chorus]\nNani wo shiteita no nani wo miteita no\nWatashi no shiranai yokogao de\n\n[Chorus]\nDokoka de anata ga ima watashi to onaji you na\nNamida ni kure sabishisa no naka ni iru nara\nWatashi no koto nado douka wasurete kudasai\nSonna koto wo kokoro kara negau hodo ni\nIma demo anata wa watashi no hikari\n"
}
# PlayStore

Required parameters

  • (search) type String
search.playstore('ff')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": [
    {
      "link": "https://play.google.com/store/apps/details?id=com.dts.freefireth",
      "nama": "Free Fire",
      "developer": "Garena International I",
      "img": "https://play-lh.googleusercontent.com/FIldEX6IcJEju0BeWPhXZ3duzgxm9_fTtwPiIesBT9ddwFpeFw0FAjEpYU9vmqccpe7h=s64",
      "rate": "Rated 4.1 stars out of five stars",
      "rate2": "4.1",
      "link_dev": "https://play.google.com/store/apps/developer?id=Garena+International+I"
    },
    {
      "link": "https://play.google.com/store/apps/details?id=com.dts.freefiremax",
      "nama": "Free Fire MAX",
      "developer": "Garena International I",
      "img": "https://play-lh.googleusercontent.com/wMgRzEJbHW_oCZACMOYGw150cF8ahrJo7yU7cL0XckoijXjUWwgG7i342cxH0SKnG_A=s64",
      "rate": "Rated 4.2 stars out of five stars",
      "rate2": "4.2",
      "link_dev": "https://play.google.com/store/apps/developer?id=Garena+International+I"
    }
    ......
  ]
}
# Soundcloud Search

Required parameters

  • (search) type String
search.soundcloud_search('bertaut')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": [
    {
      "link": "https://soundcloud.com/eugenia-birgitta-marsha/nadin-amizah-bertaut",
      "judul": "Nadin Amizah - Bertaut"
    },
    {
      "link": "https://soundcloud.com/fera-freesh/nadin-amizah-bertaut-1",
      "judul": "Nadin amizah - Bertaut"
    },
    {
      "link": "https://soundcloud.com/hbrpdj/bertaut",
      "judul": "Bertaut (Stripped by hbrp)"
    },
    {
      "link": "https://soundcloud.com/helena-juliarti/nadin-amizah-bertaut",
      "judul": "Nadin Amizah - Bertaut."
    },
    {
      "link": "https://soundcloud.com/livia-lara-q/bertaut-nadin-amizah-cover-by-rayby-pokersakti",
      "judul": "Bertaut - Nadin Amizah ( Cover By Ray)by Pokersakti"
    },
    {
      "link": "https://soundcloud.com/agustrimulyono/nadin-amizah-bertaut-rock",
      "judul": "Nadin Amizah -  Bertaut (Rock Cover By Agus Tri Mulyono)"
    },
    {
      "link": "https://soundcloud.com/chintyagabriella22/bertaut-nadin-amizah-chintya-gabriella-cover",
      "judul": "Bertaut - Nadin Amizah ( Chintya Gabriella Cover)"
    },
    {
      "link": "https://soundcloud.com/relaxations-project/bertaut-nadin-amizah-azalia-zalfa-cover",
      "judul": "Nadin Amizah - Bertaut | Cover by Azalia Zalfa"
    },
    {
      "link": "https://soundcloud.com/usepsugiarto2/bertaut-nadin-amizah-cover",
      "judul": "Bertaut"
    },
    {
      "link": "https://soundcloud.com/aywalker-7/nadin-amizah-bertaut-official",
      "judul": "Nadin Amizah - Bertaut (Official Lyric Video).mp3"
    }
  ]
}
# Steam Search

Required parameters

  • (search) type String
search.steam_search('dota')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": [
    {
      "judul": "Dota 2",
      "img": "https://cdn.cloudflare.steamstatic.com/steam/apps/570/capsule_sm_120.jpg?t=1666237243",
      "link": "https://store.steampowered.com/app/570/Dota_2/?snr=1_7_7_151_150_1",
      "rilis": "9 Jul, 2013",
      "harga": "FreetoPlay",
      "rating": "Very Positive 82% of the 1,914,106 user reviews for this game are positive."
    },
    {
      "judul": "Dota Underlords",
      "img": "https://cdn.cloudflare.steamstatic.com/steam/apps/1046930/capsule_sm_120.jpg?t=1649700104",
      "link": "https://store.steampowered.com/app/1046930/Dota_Underlords/?snr=1_7_7_151_150_1",
      "rilis": "20 Jun, 2019",
      "harga": "FreeToPlay",
      "rating": "Very Positive 82% of the 89,688 user reviews for this game are positive."
    },
    ......
  ]
}
# Steam Detail

Required parameters

  • (link) type String
search.steam_detail('https://store.steampowered.com/app/570/Dota_2/?snr=1_7_7_151_150_1')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": {
    "desc": "Every day, millions of players worldwide enter battle as one of over a hundred Dota heroes. And no matter if it's their 10th hour of play or 1,000th, there's always something new to discover. With regular updates that ensure a constant evolution of gameplay, features, and heroes, Dota 2 has taken on a life of its own.",
    "img": "https://cdn.cloudflare.steamstatic.com/steam/apps/570/header.jpg?t=1666237243",
    "system": "OS: Windows 7 or newer\nProcessor: Dual core from Intel or AMD at 2.8 GHz\nMemory: 4 GB RAM\nGraphics: NVIDIA GeForce 8600/9600GT, ATI/AMD Radeon HD2600/3600\nDirectX: Version 9.0c\nNetwork: Broadband Internet connection\nStorage: 15 GB available space\nSound Card: DirectX Compatible",
    "info": "Title: Dota2\nGenre: Action,FreetoPlay,Strategy\nDeveloper: Valve\nPublisher: Valve\nFranchise: Dota\nReleaseDate: 9Jul,2013\n"
  }
}
# Xpanas

Required parameters

  • (search) type String
search.xpanas('china')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": [
    {
      "nonton": "https://164.68.127.15/watch/73631587.html",
      "img": "https://img-cf.xnxx-cdn.com/videos/thumbs169ll/51/b9/35/51b935a67b07c9501427250f4d4cc25d/51b935a67b07c9501427250f4d4cc25d.20.jpg",
      "title": "欲火中烧的中国女人被操到哭1 蜜桃传媒"
    },
    {
      "nonton": "https://164.68.127.15/watch/74202369.html",
      "img": "https://cdn77-pic.xnxx-cdn.com/videos/thumbs169ll/a1/62/14/a16214f0c0069520d0fde25cbf7e4624/a16214f0c0069520d0fde25cbf7e4624.28.jpg",
      "title": "【国产探花】大二乖乖女校外卖淫一个月只偶尔接单几次赚生活费"
    },
    {
      "nonton": "https://164.68.127.15/watch/70067425.html",
      "img": "https://img-cf.xnxx-cdn.com/videos/thumbs169ll/ee/f4/49/eef4492612bf7658a8aa1c2af005dcbd/eef4492612bf7658a8aa1c2af005dcbd.3.jpg",
      "title": "Verified uploader"
    },
    {
      "nonton": "https://164.68.127.15/watch/72410838.html",
      "img": "https://img-cf.xnxx-cdn.com/videos/thumbs169ll/2f/34/27/2f34277ce0c1021319a3c0ac69601fd4/2f34277ce0c1021319a3c0ac69601fd4.30.jpg",
      "title": " Sưu tầm  Cặp đ ocirc i Trung Quốc chơi nhau r ecirc n ầm ĩ"
    },
    {
      "nonton": "https://164.68.127.15/watch/74440073.html",
      "img": "https://cdn77-pic.xnxx-cdn.com/videos/thumbs169ll/7d/1b/6f/7d1b6fb3f8f3051cb773a8281ff3c0f4/7d1b6fb3f8f3051cb773a8281ff3c0f4.30.jpg",
      "title": "Verified uploader"
    },
    {
      "nonton": "https://164.68.127.15/watch/70692739.html",
      "img": "https://img-cf.xnxx-cdn.com/videos/thumbs169ll/47/78/cc/4778cc94f588abcb295ec31d3b848a58/4778cc94f588abcb295ec31d3b848a58.1.jpg",
      "title": "【看开头可约】中国古风清纯美臀小姐姐"
    },
    {
      "nonton": "https://164.68.127.15/watch/66004659.html",
      "img": "https://img-cf.xnxx-cdn.com/videos/thumbs169ll/7a/60/25/7a6025200f96e2a89262f25555c4138f/7a6025200f96e2a89262f25555c4138f.23.jpg",
      "title": "Verified uploader"
    },
    {
      "nonton": "https://164.68.127.15/watch/32759437.html",
      "img": "https://img-l3.xnxx-cdn.com/videos/thumbs169ll/b6/00/19/b60019ca202912a4e79058116c2b2ba4-1/b60019ca202912a4e79058116c2b2ba4.9.jpg",
      "title": "约会可爱美女第一次见面全过程【2023年全国最新同城免费约炮资源APP网址:16wt cc邀请码775418注册免费看片免费约】"
    },
    {
      "nonton": "https://164.68.127.15/watch/33749163.html",
      "img": "https://cdn77-pic.xnxx-cdn.com/videos/thumbs169ll/f5/2d/cb/f52dcb0d42c23c760fc12c6ee8a40ef3/f52dcb0d42c23c760fc12c6ee8a40ef3.22.jpg",
      "title": "国产」在公司高冷的部门经理怎么喝多了以后淫荡的本性就爆漏了呢?"
    },
    {
      "nonton": "https://164.68.127.15/watch/66029223.html",
      "img": "https://cdn77-pic.xnxx-cdn.com/videos/thumbs169ll/be/57/7e/be577ea781c4b2b3d1c25b1ca8648fd6/be577ea781c4b2b3d1c25b1ca8648fd6.16.jpg",
      "title": "Verified uploader"
    },
    {
      "nonton": "https://164.68.127.15/watch/58479685.html",
      "img": "https://img-cf.xnxx-cdn.com/videos/thumbs169ll/3b/e5/3f/3be53fecf908aeae06f8b1ed3beb5515-2/3be53fecf908aeae06f8b1ed3beb5515.27.jpg",
      "title": "【国产】麻豆传媒作品 MSD 031午夜电话艳遇 精彩播放"
    },
    {
      "nonton": "https://164.68.127.15/watch/26584577.html",
      "img": "https://img-cf.xnxx-cdn.com/videos/thumbs169ll/90/ea/f4/90eaf4dd483f767ec1115e6af9f16f11-1/90eaf4dd483f767ec1115e6af9f16f11.30.jpg",
      "title": "hot chinese girl"
    },
    {
      "nonton": "https://164.68.127.15/watch/73380687.html",
      "img": "https://img-cf.xnxx-cdn.com/videos/thumbs169ll/76/ec/a0/76eca0e844b643ac26708c67f1289953/76eca0e844b643ac26708c67f1289953.3.jpg",
      "title": "KimBinhMai 02 xemhdo com"
    },
    {
      "nonton": "https://164.68.127.15/watch/39484660.html",
      "img": "https://img-cf.xnxx-cdn.com/videos/thumbs169ll/33/12/31/331231dc82024c7ecd022221920e3c56/331231dc82024c7ecd022221920e3c56.23.jpg",
      "title": "【国产】麻豆传媒作品 MAD 017贵妃裙下臣 精彩播放"
    },
    {
      "nonton": "https://164.68.127.15/watch/49300377.html",
      "img": "https://cdn77-pic.xnxx-cdn.com/videos/thumbs169ll/8c/5b/f2/8c5bf29b33b8ea9d7b9c697ebe719276/8c5bf29b33b8ea9d7b9c697ebe719276.3.jpg",
      "title": "Husband Sell His Wife Gangbang FULL"
    },
    {
      "nonton": "https://164.68.127.15/watch/26447395.html",
      "img": "https://cdn77-pic.xnxx-cdn.com/videos/thumbs169ll/1f/87/31/1f873196e75a1b12d475f40e2f27a76e/1f873196e75a1b12d475f40e2f27a76e.7.jpg",
      "title": "Chinese masturbation girl and latin girl masturbations video Anal for"
    },
    {
      "nonton": "https://164.68.127.15/watch/73481907.html",
      "img": "https://cdn77-pic.xnxx-cdn.com/videos/thumbs169ll/38/9d/23/389d2321d11922800477f3bbedd69587/389d2321d11922800477f3bbedd69587.1.jpg",
      "title": "高端外围场,重金约操漂亮小姐姐,扛起探花大旗,沙发啪啪,肤白貌美看点多"
    },
    {
      "nonton": "https://164.68.127.15/watch/65552875.html",
      "img": "https://img-cf.xnxx-cdn.com/videos/thumbs169ll/45/3e/b8/453eb8649d4c685cf022e77857ccb25d/453eb8649d4c685cf022e77857ccb25d.9.jpg",
      "title": "Verified uploader"
    },
    {
      "nonton": "https://164.68.127.15/watch/74243787.html",
      "img": "https://img-cf.xnxx-cdn.com/videos/thumbs169ll/81/65/f2/8165f2b96c74777093c335f496c886ad/8165f2b96c74777093c335f496c886ad.12.jpg",
      "title": "Chinoise trop bandante"
    },
    {
      "nonton": "https://164.68.127.15/watch/74245853.html",
      "img": "https://img-cf.xnxx-cdn.com/videos/thumbs169ll/56/72/52/5672524dc0fe947c2054fbfd7608e7d8/5672524dc0fe947c2054fbfd7608e7d8.3.jpg",
      "title": "china cam homemade mohentai tk"
    },
    {
      "nonton": "https://164.68.127.15/watch/54620723.html",
      "img": "https://cdn77-pic.xnxx-cdn.com/videos/thumbs169ll/43/cb/01/43cb010d7b20a037bafeb604c67ce45d/43cb010d7b20a037bafeb604c67ce45d.29.jpg",
      "title": "大白菜被猪给拱了"
    },
    {
      "nonton": "https://164.68.127.15/watch/73121347.html",
      "img": "https://img-cf.xnxx-cdn.com/videos/thumbs169ll/f0/3a/56/f03a566fbc852ed8783ca20b28d27142/f03a566fbc852ed8783ca20b28d27142.28.jpg",
      "title": "3000约炮良家极品身材反差婊 沙发干到床上,深喉绝学非常浪"
    },
    {
      "nonton": "https://164.68.127.15/watch/40608385.html",
      "img": "https://cdn77-pic.xnxx-cdn.com/videos/thumbs169ll/ff/70/89/ff7089f839f426f8d64f7152f79297c9/ff7089f839f426f8d64f7152f79297c9.4.jpg",
      "title": "Verified uploader"
    },
    {
      "nonton": "https://164.68.127.15/watch/58918175.html",
      "img": "https://cdn77-pic.xnxx-cdn.com/videos/thumbs169ll/81/0b/0e/810b0e6f8bbc8bd89bc1b42f790fe4e2/810b0e6f8bbc8bd89bc1b42f790fe4e2.25.jpg",
      "title": "Female ghost story China"
    },
    {
      "nonton": "https://164.68.127.15/watch/70706935.html",
      "img": "https://cdn77-pic.xnxx-cdn.com/videos/thumbs169ll/3b/bb/4d/3bbb4d590cdbc198331e13a4ba03da24/3bbb4d590cdbc198331e13a4ba03da24.30.jpg",
      "title": "中国国产极品平面模特清纯女神诱人美乳高颜值从不让人失望"
    },
    {
      "nonton": "https://164.68.127.15/watch/33152511.html",
      "img": "https://cdn77-pic.xnxx-cdn.com/videos/thumbs169ll/a1/6e/8b/a16e8bc4f98030de59f2050f73bf6b9d/a16e8bc4f98030de59f2050f73bf6b9d.22.jpg",
      "title": "Verified uploader"
    },
    {
      "nonton": "https://164.68.127.15/watch/74463631.html",
      "img": "https://img-cf.xnxx-cdn.com/videos/thumbs169ll/2c/08/0f/2c080fc7ea2bebc70d08e5047e524270/2c080fc7ea2bebc70d08e5047e524270.28.jpg",
      "title": "中国苗条气质外围女换上性感黑丝情趣操起来感觉特别爽"
    }
  ]
}

Download

import download code using:

const download = xr.download
# Facebook

Required parameters

  • (link) type String
download.facebook('link')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

Promise

Promise<{
  creator: string;
  info: string;
  status: true;
  result?: {
    desc: string;
    thumb: string;
    video_sd: string;
    video_hd: string;
  };
}>;
# Instagram

Required parameters

  • (link) type String
download.instagram('https://www.instagram.com/p/CnZUjd1MBYf/')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": {
    "link": "https://scontent.cdninstagram.com/v/t51.2885-15/324954160_477129624584520_7910317350646486224_n.webp?stp=dst-jpg_e35&_nc_ht=scontent.cdninstagram.com&_nc_cat=100&_nc_ohc=Msi7uLptfJ4AX8K2a5P&edm=AJBgZrYBAAAA&ccb=7-5&oh=00_AfBiDrT4DdfQJRkvNbv1Sl_qA6_DAH4OnxQ-meG7N0OGKQ&oe=63CB572E&_nc_sid=78c662&dl=1",
    "slide": [
      "https://scontent.cdninstagram.com/v/t51.2885-15/324954160_477129624584520_7910317350646486224_n.webp?stp=dst-jpg_e35&_nc_ht=scontent.cdninstagram.com&_nc_cat=100&_nc_ohc=Msi7uLptfJ4AX8K2a5P&edm=AJBgZrYBAAAA&ccb=7-5&oh=00_AfBiDrT4DdfQJRkvNbv1Sl_qA6_DAH4OnxQ-meG7N0OGKQ&oe=63CB572E&_nc_sid=78c662&dl=1",
      "https://scontent.cdninstagram.com/v/t51.2885-15/324884956_1092319641567670_2579754261981328408_n.webp?stp=dst-jpg_e35&_nc_ht=scontent.cdninstagram.com&_nc_cat=110&_nc_ohc=EfiHlhHk9Q0AX8DwYqi&edm=AJBgZrYBAAAA&ccb=7-5&oh=00_AfB10RJWcCDOP-Bk9YWKOI-49pNU8RuZxTdofawMxiuJbA&oe=63CB99FE&_nc_sid=78c662&dl=1",
      "https://scontent.cdninstagram.com/v/t51.2885-15/325208798_3344411159138654_4856453769070035848_n.webp?stp=dst-jpg_e35&_nc_ht=scontent.cdninstagram.com&_nc_cat=102&_nc_ohc=7HgT5ZXrt4oAX_vRJj_&edm=AJBgZrYBAAAA&ccb=7-5&oh=00_AfC7RGni9C9ZAPqkzVLFsgL_i3P0Jp0StTtQd72sydzZ9Q&oe=63CBCD71&_nc_sid=78c662&dl=1",
      "https://scontent.cdninstagram.com/v/t51.2885-15/324872952_123174873771099_8350691274921530999_n.webp?stp=dst-jpg_e35&_nc_ht=scontent.cdninstagram.com&_nc_cat=103&_nc_ohc=sdKXNa8xT5UAX-b5o1g&edm=AJBgZrYBAAAA&ccb=7-5&oh=00_AfCITKx6unV6vtwtBrpF-1jAYkzugU4Zoh7vl72wiswCOQ&oe=63CB5031&_nc_sid=78c662&dl=1",
      "https://scontent.cdninstagram.com/v/t51.2885-15/325527524_150402787798576_3328096910606611725_n.webp?stp=dst-jpg_e35&_nc_ht=scontent.cdninstagram.com&_nc_cat=104&_nc_ohc=4e_Hh-n22RcAX9G2SrJ&edm=AJBgZrYBAAAA&ccb=7-5&oh=00_AfCjUPxN78BBO7XyvAa5gF1ZgihGVErXK8PkpahA9TAJWw&oe=63CACD6F&_nc_sid=78c662&dl=1",
      "https://scontent.cdninstagram.com/v/t51.2885-15/325534485_128975946719936_7187147939960425897_n.webp?stp=dst-jpg_e35&_nc_ht=scontent.cdninstagram.com&_nc_cat=108&_nc_ohc=PdLt0g3vJpsAX_1c-r_&edm=AJBgZrYBAAAA&ccb=7-5&oh=00_AfAIAjxCY1QvZi36SkJlLQWl6_668zz-BPOPNDB_i_BMEw&oe=63CADFD1&_nc_sid=78c662&dl=1"
    ],
    "slide_length": 6
  }
}
# Joox

Required parameters

  • (search) type String
download.joox('yellow')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": [
    {
      "lagu": "Yellow",
      "album": "Group Effort, Vol. 1",
      "penyanyi": "Crush",
      "publish": "2017-04-07",
      "img": "https://image.joox.com/JOOXcover/0/3a9b0010a75efaf5/1000",
      "mp3": "https://ak-hk.stream.music.joox.com/M500Z4715b773350c5.mp3?vkey=36921366D7708332D1483625CB20C3345242B965AA1A58D2DE76F291BA143C8A97A51CDE19E45D58FC82BE5050B8071AC6830479FA968347&amp;hdnts=exp=1673963037~acl=/*~hmac=2e675fd70593e375995fdd38c1b054b6ea3687121ade9d2849d9944cb0d54f26&fromtag=8&guid=JOOX@WEB_OPENUDID"
    },
    {
      "lagu": "Yellow",
      "album": "Yellow",
      "penyanyi": "Stereo Avenue",
      "publish": "2019-01-16",
      "img": "https://image.joox.com/JOOXcover/0/1d6a241dd550f3bc/1000",
      "mp3": "https://id.stream.music.joox.com/M500Z815D7F60D7748.mp3?vkey=6260C52338B4231A57FA11C222CA30E21DED2E3F3991C4577D16B9B5C0CD37F3CB543C73935D4FF4A495C35D8F58E98139AE0EAE2376228F&amp;hdnts=exp=1673963424~acl=/*~hmac=737699119ac69ab23513a7abefd21b719e70cec96ee553cf597a3cfc36401e00&fromtag=8&guid=JOOX@WEB_OPENUDID"
    },
    {
      "lagu": "Yellow (Piano Version)",
      "album": "Yellow (Piano Version)",
      "penyanyi": "Billy Pianoguy",
      "publish": "2017-11-18",
      "img": "https://image.joox.com/JOOXcover/0/35c109ebabe5afa1/1000",
      "mp3": "https://ak-hk.stream.music.joox.com/M500Z1cdd6509a55e8.mp3?vkey=FE08F3AEED815B6645BD8E2718D0472215F4729D0BA1EB69579FD920FF4947551EDE4B658DD97A26150012FA3062C1C3F12F2750D51F79B1&amp;hdnts=exp=1673963424~acl=/*~hmac=737699119ac69ab23513a7abefd21b719e70cec96ee553cf597a3cfc36401e00&fromtag=8&guid=JOOX@WEB_OPENUDID"
    },
    {
      "lagu": "Yellow",
      "album": "Lullaby - Beautiful Modern Lullabies - Relaxing Music To Help You and Your Baby Sleep",
      "penyanyi": "Sleepyheadz",
      "publish": "2019-03-02",
      "img": "https://image.joox.com/JOOXcover/0/0e827bb5ae998367/1000",
      "mp3": "https://id.stream.music.joox.com/M500ZFA7FE8D1C42FD.mp3?vkey=F7822C7E6DC8FC881BCDECDCD9B8FED5F9DE00203389816FDBD276D78290753C9987D341AE337441A49ED0B3BC64FB7E5D1E6F01B806D87F&amp;hdnts=exp=1673963344~acl=/*~hmac=bed263fb2f73fe2f2003af6789daa9c617f3fd62a5d3f9378a6e1e24b847e134&fromtag=8&guid=JOOX@WEB_OPENUDID"
    },
    {
      "lagu": "Yellow",
      "album": "Yellow",
      "penyanyi": "Emma Stevens",
      "publish": "2020-05-01",
      "img": "https://image.joox.com/JOOXcover/0/17c156700d2faed3/1000",
      "mp3": "https://id.stream.music.joox.com/M500Zb1f3358c84bd5.mp3?vkey=762BDE3B468BD62A601876B9E899936BB3719A4843E2925FE3518303AE23760E4473CC9E5ECA6A0BCAF8E7F11B57DE9F31A27D72A769DE2F&amp;hdnts=exp=1673963344~acl=/*~hmac=bed263fb2f73fe2f2003af6789daa9c617f3fd62a5d3f9378a6e1e24b847e134&fromtag=8&guid=JOOX@WEB_OPENUDID"
    },
    {
      "lagu": "Yellow",
      "album": "Hymn for the Weekend (Tribute to Coldplay) (Piano Version)",
      "penyanyi": "Hymn for the Weekend",
      "publish": "2017-12-06",
      "img": "https://image.joox.com/JOOXcover/0/daf496dc69b4f3ab/1000",
      "mp3": "https://id.stream.music.joox.com/M500Z13533c30d03ee.mp3?vkey=AB65FDF8075C270B68EFF0A862A2F18986B566819FD3BD199A3534590D27907A7240AC01B1616C818ED28261E1E621A85351978911740DB9&amp;hdnts=exp=1673963223~acl=/*~hmac=b83a0de3d0f6510f97ebb143b5c8783d360f915689c6aecfbeb17cb5aaaeb20b&fromtag=8&guid=JOOX@WEB_OPENUDID"
    },
    {
      "lagu": "Yellow (Coldplay Piano Cover)",
      "album": "Yellow (Coldplay Piano Cover)",
      "penyanyi": "Yellow",
      "publish": "2017-10-28",
      "img": "https://image.joox.com/JOOXcover/0/e15779f110f828ea/1000",
      "mp3": "https://ak-hk.stream.music.joox.com/M500Z8323738e014fe.mp3?vkey=54F302CA2C73F01A5BBF2FC0C3104AF4235C1F7D7DF31A00B37A3774D9AD353077DECD5DFF1FE169EE10AE6D88C66CA148568ADB1005DC82&amp;hdnts=exp=1673963508~acl=/*~hmac=ca49910695f6da9c388054f692f1bf71e8cfc8f1bf16ceaa09974a283e54f9fb&fromtag=8&guid=JOOX@WEB_OPENUDID"
    }
  ]
}
# Mediafire

Required parameters

  • (link) type String
download.mediafire('https://www.mediafire.com/download/s9co8o5n5ftch9q')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": {
    "filename": "RULLMDV5.7z",
    "filetype": "Compressed Archive (.7Z)",
    "link": "https://download1472.mediafire.com/pu2ujrgcpfyg/s9co8o5n5ftch9q/RULLMDV5.7z",
    "detail": "\nFile size: 19.37MB\nUploaded: 2022-11-23 04:30:45\n"
  }
}
# Musically

Required parameters

  • (link) type String
download.musically('https://www.tiktok.com/@saidalwilizarmi/video/7187975805241216282?is_from_webapp=1&sender_device=pc')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": {
    "user": "saidalwilizarmi",
    "desk": "Kami kembaliiii 🤣🫡🗿 #fyp #bomba",
    "profile": "https://p16-sign-va.tiktokcdn.com/tos-useast2a-avt-0068-giso/e30a96b0a29197affcea04c8c40b0304~c5_100x100.webp?x-expires=1674043200&x-signature=VJWWd0TSDAWJKMplQmQWcqpRwNA%3D",
    "video": "https://v19.tiktokcdn.com/47953a7a012b8253dd9e1db7bfa90848/63c6e5c2/video/tos/useast2a/tos-useast2a-pve-0037-aiso/o4QfBAXENPg2RDoj2webDBQ56oYDH8QEVCnPCU/?a=1180&ch=0&cr=0&dr=0&lr=all&cd=0%7C0%7C0%7C0&cv=1&br=734&bt=367&cs=0&ds=6&ft=XsdJiqWmmXJPD124lf0q3wUpfwYHaeF~OD&mime_type=video_mp4&qs=0&rc=NTtoN2k0ZWQ7Omc7aDNlZkBpM3c1NTo6Zm9naTMzZjgzM0A2Xy1hXjNeNi8xYWIuXjJhYSNjay5lcjQwMC1gLS1kL2Nzcw%3D%3D&l=20230117121507237652741D523F15C239&btag=80000&cc=4",
    "audio": "https://sf16-ies-music.tiktokcdn.com/obj/ies-music-aiso/7135470543448345371.mp3",
    "video_original": "https://mdcdn.xyz/dll?url=aHR0cHM6Ly92NTgudGlrdG9rY2RuLmNvbS92aWRlby90b3MvdXNlYXN0MmEvdG9zLXVzZWFzdDJhLXB2ZS0wMDM3LWFpc28vb01iMVZOVVB3QkRlUkE4UWdvWDdQQ0FmNkVIUTdqQVFuQ1ZDRE8vP2E9MTE4MCZjaD0wJmNyPTAmZHI9MCZscj1hbGwmY2Q9MCU3QzAlN0MwJTdDMCZjdj0xJmJyPTg4OCZidD00NDQmY3M9MCZkcz0zJmZ0PVhzZEppcVdtbVhKUEQxMjRsZjBxM3dVcGZ3WUhhZUZ-T0QmbWltZV90eXBlPXZpZGVvX21wNCZxcz0wJnJjPVpEdzdaemc2T2pNMVp6TThObWRwYVVCcE0zYzFOVG82Wm05bmFUTXpaamd6TTBCak5ETXlMakV1TlM0eFlXTXRZalF5WVNOamF5NWxjalF3TUMxZ0xTMWtMMk56Y3clM0QlM0QmbD0yMDIzMDExNzEyMTUwNzIzNzY1Mjc0MUQ1MjNGMTVDMjM5JlZFeHBpcmF0aW9uPTE2NzM5NzkzMzAmVlNpZ25hdHVyZT1yTUZORE4ySm1QeEZ6Y3JyTF9kZEJnJmJ0YWc9ODAwMDAmY2M9MTQ&name=c2FpZGFsd2lsaXphcm1p&id=MTY0MDc1MDg1&type=mp4"
  }
}
# Pinterest Video

Required parameters

  • (link) type String
download.pinterest_video('https://id.pinterest.com/pin/403283341645711485/')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": "https://v.pinimg.com/videos/mc/720p/33/df/9f/33df9f5d752b992dec5273a6a7c56144.mp4"
}
# Soundcloud

Required parameters

  • (link) type String
download.soundcloud('https://soundcloud.com/eugenia-birgitta-marsha/nadin-amizah-bertaut')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": {
    "title": "Title: Nadin Amizah - Bertaut",
    "link": "https://dl4.soundcloudmp3.org/api/download/eyJpdiI6InV3YXNWaGpCZVFlU2JNVGtRaFpldFE9PSIsInZhbHVlIjoiK2Rzd0N0YnFBanBiU09CWFlJeEhvMGlRcXduVWZnWkMrUTg0RFwvK1EwcDgzV3ZQcXVNcFRQTkd1NVliTFoybVdEVEdTWlwvR3pBT2h5ZWpDMXN5MjZVaTlkNysxZTRINEtncmVvcTVTMll1OTRJcFwveXM1b1VVa2hRYmpCRzI4RHMiLCJtYWMiOiI2MmJjYTU2YzBiODQ3MWM0NTIxNDMzY2FjY2ZiMjY2NTc0NTZmZmMyODVkZGY3ZDM4MjFlZTQ4ZGIzNTM3NDAwIn0=",
    "img": "https://i1.sndcdn.com/artworks-Pm7hAtNc05p4CK54-AljzXg-large.jpg",
    "cap": "├ Title: Nadin Amizah - Bertaut\n├ Length: 05:17 Minutes\n├ Quality: 320 Kbps"
  }
}
# Tik Tok

Required parameters

  • (link) type String
download.tiktok('https://www.tiktok.com/@saidalwilizarmi/video/7187975805241216282?is_from_webapp=1&sender_device=pc')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": {
    "thumb": "https://img-cdn02.lovetik.com/images/?file=jaL%2FF1PZO6W0QYabH8o9xA4jZF01QQeP9Vj8iddLupSfj3XeB%2B6kvzzdenuC1qlyswu2jlLkQt4bmqcqyeOHmRm2cHEiSGlGgrkFZ22AR83h6dwWUX4k48nn6cLcvyryozcFQQkmznkaPrO%2FIk1ELwZTabZn0%2FazAtYodHLGY%2FBhe1V9bcPsNpdAA5dnNIpMeQIccf%2F19YCizckcfYXvqCkUA3zYI358pV4%2BLDdt4tfEzUBeD1PbGj3gM4%2F%2BdjZzzIg1YQCLaxm1yYIr1Xa3jXeIUGeBzPz1S3KSN2uCGtU4GNQ6vblYBiCrSdg8ag%3D%3D",
    "v_id": "7187975805241216282",
    "desc": "Kami kembaliiii 🤣🫡🗿 #fyp #bomba ",
    "nowm": "http://cdn-22.lovetik.com/tiktok-file.php?file=jaL%2FF1PZO6WyQ4mbCdZ03ko%2BcRwqSwiVtFDwgJZU7pjAlWXUTKa1qDyMMTbSg7BgqQnkhFf%2BFIcJxL124anz3RLqVCBYDnBfv7ISSSGtTf%2F41dkVSGQTt8348eSb5Qa4hCgYWlQ3zWABOvnqLQZeZx9Kc6stz4bUQtZYERS0AZEEa2Y6dM%2FFCJNwPr11QKRuXC4LSork3L7FtvRXN5yny2h0BjLBBSk7zhh%2FVSI4u%2BO8uCIUDguHEDCqI47lNXt5qctzayDUOEuE3Mh1kXu0mCXLXGSHyuinDHaQNWnlOuMza7Ns%2BsZYGXfqQcIMGgC6f9utiZeYnR3WD1HqsXa6xrmCVx4MCo7kYw4PaO4JiJO6W%2FdFhNVrKpSaKh6XXIOnxSU%2FHiar3DrPVBqPU5QxD6ZQCOnIU1Phvny9ZOvskzYcImqwios1YoZ2RsxhKLTztF2m3d0AZyStOuoIj0K2%2FWkMJ7p7sVpadixTHAd1tYzQdc%2B%2BNShlnVqeU9UaZ07B34VlBiBTD6qIduSpfxDGc9y2VhIy7H7tK2NF69HSMVNFMJcIo%2F1ju1RhjOvrkrv7aNHalwjFxnX6kyTwzhB9xP%2Bap9El&finfo=g7jqCkXeWOWyFeTfB405xU5%2BKFgKSQGSsVj6gNsEtZKbyWiaUYXh6WD6LE6EksUxu322mFyPBvYq0Ml0pcD1y0iaFC5eGx1v%2FfNFFWigUqfykpkSRnoF5IeI5O%2BJuAeUjSYcSxQJ1yJHAOX0cEVdbBhQab5nnf27AtQkcw%3D%3D&play=1",
    "author": {
      "author": "@saidalwilizarmi",
      "author_name": "Guree",
      "author_profile": "https://img-cdn02.lovetik.com/images/?file=jaL%2FF1PZO6W0QYabH8o9xA4jZF01QQeP9Vj8iddLupSfj3XeB%2B6kvzzdenuC1qlj6E%2BrjVX%2FG5oPnPsqr%2BP23hDlB3VZX20Q5%2B9AR2i%2FQem2kJ4TEXRTtc7ntrvcthD%2BvnhdFh5n1ihZKLG4bQoRZxtbcK1wxbi%2FBdcrcHbBYvJhbQsoM9niP5hVApBwbNtoCA48S4%2Ftu6mSv%2BQcWJHPtAl5UCTtX39R3wwoW1U%3D"
    },
    "other_video_link": [
      "http://cdn-27.lovetik.com/tiktok-file.php?file=jaL%2FF1PZO6WlANmHWo40xVE4ZB9sS0GO6Vb%2Bns1UuNWGyWrFG6in4jrTZCDRwOFv%2BxTwjEq5T9YR2rcz6eKggS61VSofDjkZ5OMQRT7pEry0xpoUGntU5pvg8LyA%2BkL5jz0NHkA6iX4SYuT8dEY2OhJCeZt30qe%2FBcdvKzOHMqVsDUwzdfnkLYRXE6BsfItgeC0hXe3q5LyQqtgcNZutzmF7BXeRWCZoi087UCEm7%2FLkvDwcTgKDGm%2B9IdK5&finfo=g7jqCkXeWOWyFeTfB405xU5%2BKFgKSQGSsVj6gNsEtZKbyWiaUYXh6WD6LE6EksUxu322mFyPBvYq0Ml0pcD1y0iaFC5eGx1v%2FfNFFWigUqfykpkSRnoF5IeI5O%2BJuAeUjSYcSxQJ1yJHAOX0cEVdbBhQab5nnf27AtQkcw%3D%3D",
      "http://cdn-25.lovetik.com/tiktok-file.php?file=jaL%2FF1PZO6WlANmHWo40xVE4ZB9sS0GO6Vb%2Bns1UuNWGyWrFG6in4jrTZCDRwOFv%2BxTwjEq5T9YR2rcz6eKggS61VSofDjkZ5OMQRT7pEry0xpoUGntU5pvg8LyA%2BkL5jz0NHkA6iX4SYuT8dEY2OhJCeZt30qe%2FBcdvKzOHMqVsDUwzdfnkLYRXE6BsfItgeC0hXe3q5LyQqtgcNZ6qw2EuVyOWVSE53085DnAn7qCy7jdMGATQTW%2B9eY%2Fq&finfo=g7jqCkXeWOWyFeTfB405xU5%2BKFgKSQGSsVj6gNsEtZKbyWiaUYXh6WD6LE6EksUxu322mFyPBvYq0Ml0pcD1y0iaFC5eGx1v%2FfNFFWigUqfykpkSRnoF5IeI5O%2BJuAeU1H1bcVd4jWBDebKpdE8Md0sUNPYwmQ%3D%3D",
      "http://cdn-25.lovetik.com/tiktok-file.php?file=jaL%2FF1PZO6WlANmHWo40xVE4ZB9sS0GO6Vb%2Bns1UuNWGyWrFG6in4jrTZCDRwOFv%2BxTwjEq5T9YR2rcz6eKggS61VSofDjkZ5OMQRT7pEry0xpoUGntU5pvg8LyA%2BkL5jz0NHkA6iX4SYuT8dEY2OhJCeZt30qe%2FBcdvKzOHMqVsDUwzdfnkLYRXE6BsfItgeC0hXe3q5LyQqtgcNZ%2F5wjwvVSGQVS0%2BiU9oUCgmu6a27WFJSQHUTD%2B8d9%2Fv&finfo=g7jqCkXeWOWyFeTfB405xU5%2BKFgKSQGSsVj6gNsEtZKbyWiaUYXh6WD6LE6EksUxu322mFyPBvYq0Ml0pcD1y0iaFC5eGx1v%2FfNFFWigUqfykpkSRnoF5IeI6eSfrQGU1H1bcVd4jWBDebKpdE8Md0oXNPUzlQ%3D%3D",
      "http://cdn-26.lovetik.com/tiktok-file.php?file=jaL%2FF1PZO6WlANmHWo40xVE4ZB9sS0GO6Vb%2Bns1UuNWGyWrFG6in4jrTZCDRwOFv%2BxTwjEq5T9YR2rcz6eKggS61VSofDjkZ5OMQRT7pEry0xpoUGntU5pvg8LyA%2BkL5jz0NHkA6iX4SYuT8dEY2OhJCeZt30qe%2FBcdvKzOHMqVsDUwzdfnkLYRXE6BsfItgeC0hXe3q5LyQqtgcNcyszjp7UCOUDCAz0U86CXB87fO1vzVKGgDUT2W%2BeYi9&finfo=g7jqCkXeWOWyFeTfB405xU5%2BKFgKSQGSsVj6gNsEtZKbyWiaUYXh6WD6LE6EksUxu322mFyPBvYq0Ml0pcD1y0iaFC5eGx1v%2FfNFFWigUqfykpkSRnoF5IeI6eSfrQC%2FvnxfHjlnzn0Ha%2FK8blwTL0MQOfU2mPk%3D"
    ],
    "wm": "http://cdn-29.lovetik.com/tiktok-file.php?file=jaL%2FF1PZO6WlANmHWo40xVE4ZB9sS0GO6Vb%2Bns1UuNWGyWrFG6in4jrTZCDRwOFv%2BxTwjEq5T9YR2rcz6eKggS61VSofDjkZ5OMQRT7pEry0xpoUGntU5pvg8LyA%2BkL5jz0NHkA6iX4SYuT8alQdLwxOYbZpnfqkWI57KxmbMK00YFk5dd7kM9BHGZBwaoMCeC0hXe3q5LyQqtgcNcr8y2ApBnWaXSMz2U85CyF866G5vDZJSwGDGWq8Id69&finfo=g7jqCkXeWOWyFeTfB405xU5%2BKFgKSQGSsVj6gNsEtZKbyWiaUYXh6WD6LE6EksUxu322mFyPBvYq0Ml0pcD1y0iaFC5eGx1v%2FfNFFWigUqfykpkSRnoF5IeI8uqcrQGmgDsASwJ4jWBDebKpdE8Md0kbNPE0mQ%3D%3D"
  }
}
# Twitter

Required parameters

  • (link) type String
download.twitter('https://twitter.com/bingganjiaxin/status/1615269790209409026?s=20&t=xDkrkXEK7hhRZkHsQVpzXw')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": {
    "thumb": "https://pbs.twimg.com/ext_tw_video_thumb/1615268965613461507/pu/img/OxdGuTAM9DRk8OWN.jpg",
    "author": "饼干夹心",
    "id_link": "新年新福利只限七天无门槛🥳\n私信电报可免费福利可线下全国可✈️\n🔞福利直通车:https://t.co/Pl7CM2UDFz\n转发➕关注私信我吧 https://t.co/uWYQGliKZ7",
    "video": "https://video.twimg.com/ext_tw_video/1615268965613461507/pu/vid/640x360/tC4L9H7OQsVytbrL.mp4?tag=12",
    "audio": "https://twdown.net/mp3.php?v=MjE9Z2F0PzRwbS5fRTNuclNfNUF1NjBlTUFJLzAyN3gwODIxL2Rpdi91cC83MDUxNjQzMTY1Njk4NjI1MTYxL29lZGl2X3d0X3R4ZS9tb2MuZ21pd3Qub2VkaXYvLzpzcHR0aA==&t=token%260c05c632a2822a0a877c7e991602543"
  }
}

Anime

import anime code using:

const anime = xr.anime
# Search Anime

Required parameters

  • (search) type String
anime.mal_search_anime('tenki no ko')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": [
    {
      "title": "Tenki no Ko CMs",
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/1959/101750.jpg?s=144955e02ba098ec6082d0473c88f7f6",
      "url": "https://myanimelist.net/anime/40034/Tenki_no_Ko_CMs",
      "type": "Movie",
      "episode": "1",
      "score": "8.30"
    },
    {
      "title": "Denki-gai no Honya-san",
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/13/68705.jpg?s=fca4bd17fdacd299a7faa76adc3be001",
      "url": "https://myanimelist.net/anime/24031/Denki-gai_no_Honya-san",
      "type": "Special",
      "episode": "8",
      "score": "5.90"
    },
    {
      "title": "Youjo Senki",
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/5/82890.jpg?s=b8b3b76d7d72c1730859e6e0f7a88dd7",
      "url": "https://myanimelist.net/anime/32615/Youjo_Senki",
      "type": "TV",
      "episode": "12",
      "score": "7.19"
    },
    {
      "title": "Tenkai Knights",
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/8/74140.jpg?s=01344869a3bcefb01d3dabd9d446c7bf",
      "url": "https://myanimelist.net/anime/23067/Tenkai_Knights",
      "type": "TV",
      "episode": "12",
      "score": "7.97"
    },
    {
      "title": "Otenki Oneesan",
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/6/50819.jpg?s=b9545e3c8a4f752ff0e742d9c24ec865",
      "url": "https://myanimelist.net/anime/3211/Otenki_Oneesan",
      "type": "TV",
      "episode": "52",
      "score": "6.37"
    },
    {
      "title": "Kishin Douji Zenki",
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/1014/98589.jpg?s=cfccd4ab544819fb874d9b2d6d254a4b",
      "url": "https://myanimelist.net/anime/1573/Kishin_Douji_Zenki",
      "type": "OVA",
      "episode": "2",
      "score": "5.45"
    },
    {
      "title": "Otenki Boys",
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/9/71934.jpg?s=d792f97adc2af67c8fed56968132dcb1",
      "url": "https://myanimelist.net/anime/30025/Otenki_Boys",
      "type": "TV",
      "episode": "51",
      "score": "6.95"
    },
    {
      "title": "Tenki ni Naare",
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/11/66169.jpg?s=1033924efead845def5ca298a23ceb35",
      "url": "https://myanimelist.net/anime/26239/Tenki_ni_Naare",
      "type": "TV",
      "episode": "30",
      "score": "N/A"
    },
    {
      "title": "Kirin no Otenki Mama-san",
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/11/72061.jpg?s=b7129a08715568f2923bd4f48afe2ee7",
      "url": "https://myanimelist.net/anime/30079/Kirin_no_Otenki_Mama-san",
      "type": "OVA",
      "episode": "1",
      "score": "N/A"
    }
  ]
}
# Search Character

Required parameters

  • (search) type String
anime.mal_search_character('naruto')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": [
    {
      "name": "Uzumaki, Naruto",
      "alias_name": "(Nine-Tails Jinchuuriki)",
      "url": "https://myanimelist.net/character/17/Naruto_Uzumaki",
      "thumbnail": "https://cdn.myanimelist.net/r/42x62/images/characters/2/284121.jpg?s=3ebac88ad166bf105d8f04894f3fb469",
      "anime": "Naruto: Honoo no Chuunin Shiken! Naruto vs. Konohamaru!!",
      "manga": "Naruto SD: Rock Lee no Seishun Full-Power Ninden"
    },
    {
      "name": "Naruto, Miyu",
      "alias_name": "No Alias",
      "url": "https://myanimelist.net/character/210984/Miyu_Naruto",
      "thumbnail": "https://cdn.myanimelist.net/r/42x62/images/characters/8/475995.jpg?s=9e8c3d70e2e1ca288766d86b75f06904",
      "anime": "Deaimon",
      "manga": "No In Manga"
    },
    {
      "name": "Naruto, Rie",
      "alias_name": "No Alias",
      "url": "https://myanimelist.net/character/153452/Rie_Naruto",
      "thumbnail": "https://cdn.myanimelist.net/r/42x62/images/characters/10/336813.jpg?s=21cf8bdd20f3d938afeecb824143b0b9",
      "anime": "Karadasagashi",
      "manga": "No In Manga"
    },
    {
      "name": "Kuroki, Naruto",
      "alias_name": "No Alias",
      "url": "https://myanimelist.net/character/174863/Naruto_Kuroki",
      "thumbnail": "https://cdn.myanimelist.net/r/42x62/images/characters/14/391911.jpg?s=39da3ba9e2f39dc2efd5126a89009233",
      "anime": "No In Anime",
      "manga": "No In Manga"
    },
    {
      "name": "Naruto, Tomoe",
      "alias_name": "No Alias",
      "url": "https://myanimelist.net/character/148417/Tomoe_Naruto",
      "thumbnail": "https://cdn.myanimelist.net/r/42x62/images/characters/6/410383.jpg?s=d74a7cc0a5e8b4ec2c9d23f62fe2a030",
      "anime": "Hataraku Otona no Renai Jijou The Animation",
      "manga": "No In Manga"
    },
    {
      "name": "Oonaruto, Muni",
      "alias_name": "No Alias",
      "url": "https://myanimelist.net/character/181307/Muni_Oonaruto",
      "thumbnail": "https://cdn.myanimelist.net/r/42x62/images/characters/16/406900.jpg?s=a1fc07b6b454cab7659f9ca3750960e8",
      "anime": "D4DJ First Mix",
      "manga": "D4DJ Petit Mix"
    },
    {
      "name": "Naruto, Kotarou",
      "alias_name": "(Ko-chan)",
      "url": "https://myanimelist.net/character/80203/Kotarou_Naruto",
      "thumbnail": "https://cdn.myanimelist.net/r/42x62/images/characters/12/267095.jpg?s=a3ace03845a54ccbd404a2be9e1f95e3",
      "anime": "Dansai Bunri no Crime Edge",
      "manga": "No In Manga"
    },
    {
      "name": "Naruto-kun",
      "alias_name": "No Alias",
      "url": "https://myanimelist.net/character/114827/Naruto-kun",
      "thumbnail": "https://cdn.myanimelist.net/r/42x62/images/characters/16/261619.jpg?s=aaecff3073aecc94b7698afacbc73d5e",
      "anime": "Sore Ike! Anpanman",
      "manga": "No In Manga"
    },
    {
      "name": "Nozaki, Naruto",
      "alias_name": "No Alias",
      "url": "https://myanimelist.net/character/147081/Naruto_Nozaki",
      "thumbnail": "https://cdn.myanimelist.net/r/42x62/images/characters/2/457186.jpg?s=dd9496bafb6d3a18ff30ec101736863d",
      "anime": "Juliet",
      "manga": "No In Manga"
    },
    {
      "name": "Ishikawa, Narutoshi",
      "alias_name": "(Niko, Knight of Loyalty)",
      "url": "https://myanimelist.net/character/30935/Narutoshi_Ishikawa",
      "thumbnail": "https://cdn.myanimelist.net/r/42x62/images/characters/10/82334.jpg?s=6747a0ceee570743a799b35ba0101802",
      "anime": "Litchi DE Hikari Club",
      "manga": "No In Manga"
    }
  ]
}
# Search Manga

Required parameters

  • (search) type String
anime.mal_search_manga('naruto')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": [
    {
      "title": "Naruto",
      "type": "Manga",
      "vol": "72",
      "score": "8.07",
      "link": "https://myanimelist.net/manga/11/Naruto",
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/manga/3/249658.jpg?s=a644bb1e15a7c6e32a70a9d6fe61e501"
    },
    {
      "title": "Naruto",
      "type": "One-shot",
      "vol": "-",
      "score": "6.49",
      "link": "https://myanimelist.net/manga/6444/Naruto",
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/manga/1/125935.jpg?s=271503896901f640bd4b346d31705e3c"
    },
    {
      "title": "Boruto: Naruto Next Generations",
      "type": "Manga",
      "vol": "-",
      "score": "6.82",
      "link": "https://myanimelist.net/manga/95210/Boruto__Naruto_Next_Generations",
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/manga/3/181968.jpg?s=f9673cdd37df97ceaefe39e8a50514c1"
    },
    {
      "title": "Naruto Shinden Series",
      "type": "Light Novel",
      "vol": "3",
      "score": "8.32",
      "link": "https://myanimelist.net/manga/90531/Naruto_Shinden_Series",
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/manga/2/190847.jpg?s=429a6da11afeb70decef72ea6951b568"
    },
    {
      "title": "Naruto Hiden Series",
      "type": "Light Novel",
      "vol": "6",
      "score": "7.75",
      "link": "https://myanimelist.net/manga/86129/Naruto_Hiden_Series",
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/manga/1/175457.jpg?s=1523cc0f43a06f7ef35ced6f542503fe"
    },
    {
      "title": "Naruto Gaiden: Nanadaime Hokage to Akairo no Hanatsuzuki",
      "type": "Manga",
      "vol": "1",
      "score": "7.17",
      "link": "https://myanimelist.net/manga/87866/Naruto_Gaiden__Nanadaime_Hokage_to_Akairo_no_Hanatsuzuki",
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/manga/2/161762.jpg?s=00462f2a9aa821b2b1a17145e33a34f1"
    },
    {
      "title": "The Last: Naruto the Movie",
      "type": "Light Novel",
      "vol": "1",
      "score": "7.84",
      "link": "https://myanimelist.net/manga/83257/The_Last__Naruto_the_Movie",
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/manga/1/144797.jpg?s=0d3250d2c0a73f19a7d151687c9f1f6f"
    },
    {
      "title": "Naruto: Shiro no Douji, Keppu no Kijin",
      "type": "Light Novel",
      "vol": "1",
      "score": "7.46",
      "link": "https://myanimelist.net/manga/6028/Naruto__Shiro_no_Douji_Keppu_no_Kijin",
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/manga/3/261705.jpg?s=bf624780e149ba8d9f8f2a013839e495"
    },
    {
      "title": "Naruto Ninden Series",
      "type": "Light Novel",
      "vol": "2",
      "score": "7.57",
      "link": "https://myanimelist.net/manga/40225/Naruto_Ninden_Series",
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/manga/2/70963.jpg?s=f1d0a20509695d70ed36398d95d863c9"
    }
  ]
}
# Top Airing
anime.mal_top_airing()
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": [
    {
      "rank": 1,
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/1170/124312.jpg?s=ea717ad18c8bf0f21078491e981e97a1",
      "title": "Vinland Saga Season 2",
      "score": "8.86",
      "link": "https://myanimelist.net/anime/49387/Vinland_Saga_Season_2"
    },
    {
      "rank": 2,
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/6/73245.jpg?s=f792b8c9e28534ae455d06b15e686a14",
      "title": "One Piece",
      "score": "8.68",
      "link": "https://myanimelist.net/anime/21/One_Piece"
    },
    {
      "rank": 3,
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/1720/126608.jpg?s=0eb3d2732c5ac3524603b4647741f405",
      "title": "Bungou Stray Dogs 4th Season",
      "score": "8.56",
      "link": "https://myanimelist.net/anime/50330/Bungou_Stray_Dogs_4th_Season"
    },
    {
      "rank": 4,
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/1855/128059.jpg?s=2dffeb8a4e240cfc06e0db55cba8b444",
      "title": "Golden Kamuy 4th Season",
      "score": "8.28",
      "link": "https://myanimelist.net/anime/50528/Golden_Kamuy_4th_Season"
    },
    {
      "rank": 5,
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/1259/110227.jpg?s=08c77f58ab974a8fc36af5e2eac9040a",
      "title": "Holo no Graffiti",
      "score": "8.28",
      "link": "https://myanimelist.net/anime/44042/Holo_no_Graffiti"
    },
    {
      "rank": 6,
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/1258/126929.jpg?s=a978bcf47a16c7859d20c21e32764a65",
      "title": "Blue Lock",
      "score": "8.27",
      "link": "https://myanimelist.net/anime/49596/Blue_Lock"
    },
    {
      "rank": 7,
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/1483/126005.jpg?s=b8756ff0c26901e2dd71012ecc5532fa",
      "title": "Boku no Hero Academia 6th Season",
      "score": "8.27",
      "link": "https://myanimelist.net/anime/49918/Boku_no_Hero_Academia_6th_Season"
    },
    {
      "rank": 8,
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/1458/125998.jpg?s=fcef8a332e1758c605884cb94640cac7",
      "title": "IDOLiSH7 Third Beat! Part 2",
      "score": "8.21",
      "link": "https://myanimelist.net/anime/46654/IDOLiSH7_Third_Beat_Part_2"
    },
    {
      "rank": 9,
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/7/75199.jpg?s=529dd40c117676c23a713a83ffc0a87f",
      "title": "Detective Conan",
      "score": "8.17",
      "link": "https://myanimelist.net/anime/235/Detective_Conan"
    },
    {
      "rank": 10,
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/1226/131884.jpg?s=f239202dd606f6c66bf8902a39ca4bae",
      "title": "Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka IV: Fuka Shou - Yakusai-hen",
      "score": "8.05",
      "link": "https://myanimelist.net/anime/53111/Dungeon_ni_Deai_wo_Motomeru_no_wa_Machigatteiru_Darou_ka_IV__Fuka_Shou_-_Yakusai-hen"
    }
  ]
}
# Top Anime
anime.mal_top_anime()
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": [
    {
      "rank": 1,
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/1170/124312.jpg?s=ea717ad18c8bf0f21078491e981e97a1",
      "title": "Vinland Saga Season 2",
      "score": "8.86",
      "link": "https://myanimelist.net/anime/49387/Vinland_Saga_Season_2"
    },
    {
      "rank": 2,
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/6/73245.jpg?s=f792b8c9e28534ae455d06b15e686a14",
      "title": "One Piece",
      "score": "8.68",
      "link": "https://myanimelist.net/anime/21/One_Piece"
    },
    {
      "rank": 3,
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/1720/126608.jpg?s=0eb3d2732c5ac3524603b4647741f405",
      "title": "Bungou Stray Dogs 4th Season",
      "score": "8.56",
      "link": "https://myanimelist.net/anime/50330/Bungou_Stray_Dogs_4th_Season"
    },
    {
      "rank": 4,
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/1855/128059.jpg?s=2dffeb8a4e240cfc06e0db55cba8b444",
      "title": "Golden Kamuy 4th Season",
      "score": "8.28",
      "link": "https://myanimelist.net/anime/50528/Golden_Kamuy_4th_Season"
    },
    {
      "rank": 5,
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/1259/110227.jpg?s=08c77f58ab974a8fc36af5e2eac9040a",
      "title": "Holo no Graffiti",
      "score": "8.28",
      "link": "https://myanimelist.net/anime/44042/Holo_no_Graffiti"
    },
    {
      "rank": 6,
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/1258/126929.jpg?s=a978bcf47a16c7859d20c21e32764a65",
      "title": "Blue Lock",
      "score": "8.27",
      "link": "https://myanimelist.net/anime/49596/Blue_Lock"
    },
    {
      "rank": 7,
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/1483/126005.jpg?s=b8756ff0c26901e2dd71012ecc5532fa",
      "title": "Boku no Hero Academia 6th Season",
      "score": "8.27",
      "link": "https://myanimelist.net/anime/49918/Boku_no_Hero_Academia_6th_Season"
    },
    {
      "rank": 8,
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/1458/125998.jpg?s=fcef8a332e1758c605884cb94640cac7",
      "title": "IDOLiSH7 Third Beat! Part 2",
      "score": "8.21",
      "link": "https://myanimelist.net/anime/46654/IDOLiSH7_Third_Beat_Part_2"
    },
    {
      "rank": 9,
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/7/75199.jpg?s=529dd40c117676c23a713a83ffc0a87f",
      "title": "Detective Conan",
      "score": "8.17",
      "link": "https://myanimelist.net/anime/235/Detective_Conan"
    },
    {
      "rank": 10,
      "thumbnail": "https://cdn.myanimelist.net/r/50x70/images/anime/1226/131884.jpg?s=f239202dd606f6c66bf8902a39ca4bae",
      "title": "Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka IV: Fuka Shou - Yakusai-hen",
      "score": "8.05",
      "link": "https://myanimelist.net/anime/53111/Dungeon_ni_Deai_wo_Motomeru_no_wa_Machigatteiru_Darou_ka_IV__Fuka_Shou_-_Yakusai-hen"
    }
  ]
}

News

import news code using:

const news = xr.news
# CNBC

Required parameters

  • List 'news' | 'market' | 'investment' | 'entrepreneur' | 'syariah' | 'tech' | 'lifestyle'
news.cnbc('news')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": [
    {
      "waktu": "News 4 menit yang lalu",
      "title": "Sedih! Avanza Tak Lagi Raja Mobil RI, Begini Perjalanannya",
      "img": "https://akcdn.detik.net.id/visual/2021/11/24/new-avanza-2_169.jpeg?w=715&q=90",
      "link": "https://www.cnbcindonesia.com/news/20230117173230-4-406235/sedih-avanza-tak-lagi-raja-mobil-ri-begini-perjalanannya"
    },
    {
      "waktu": "News  -  11 menit yang lalu",
      "title": "Tok! RI Setujui Proyek Rp 51 Triliun 'Raksasa' Minyak Italia",
      "img": "https://akcdn.detik.net.id/visual/2021/02/19/fasilitas-fpu-lapangan-gas-jangkrik-yang-dioperasikan-eni-east-sepinggan-ltd-dok-skk-migas_43.jpeg?w=152&q=90",
      "link": "https://www.cnbcindonesia.com/news/20230117172211-4-406219/tok-ri-setujui-proyek-rp-51-triliun-raksasa-minyak-italia"
    },
    {
      "waktu": "News  -  24 menit yang lalu",
      "title": "Kabar Duka, Dubes RI untuk Italia Muhammad Prakosa Tutup Usia",
      "img": "https://akcdn.detik.net.id/visual/2023/01/17/muhammad-prakosainstagram_43.png?w=152&q=90",
      "link": "https://www.cnbcindonesia.com/news/20230117195500-4-406254/kabar-duka-dubes-ri-untuk-italia-muhammad-prakosa-tutup-usia"
    },
    {
      "waktu": "News  -  32 menit yang lalu",
      "title": "Inggris Panas, Ribuan Orang Mau Mogok Tuntut Naik Gaji",
      "img": "https://akcdn.detik.net.id/visual/2022/06/21/1241429779_43.jpeg?w=152&q=90",
      "link": "https://www.cnbcindonesia.com/news/20230117174539-4-406234/inggris-panas-ribuan-orang-mau-mogok-tuntut-naik-gaji"
    },
    {
      "waktu": "News  -  33 menit yang lalu",
      "title": "Video: Progres Ibu Kota Baru Sudah 15%",
      "img": "https://akcdn.detik.net.id/visual/2023/01/17/cnbc-indonesia-tv-2_43.png?w=152&q=90",
      "link": "https://www.cnbcindonesia.com/news/20230117184654-8-406245/video-progres-ibu-kota-baru-sudah-15"
    },
    {
      "waktu": "News  -  38 menit yang lalu",
      "title": "Tetangga RI Gonjang-Ganjing, Presiden Vietnam Tetiba Mundur",
      "img": "https://akcdn.detik.net.id/visual/2023/01/17/1235434186_43.jpeg?w=152&q=90",
      "link": "https://www.cnbcindonesia.com/news/20230117173759-4-406225/tetangga-ri-gonjang-ganjing-presiden-vietnam-tetiba-mundur"
    },
    {
      "waktu": "News  -  42 menit yang lalu",
      "title": "Ada Blok Mahakam, Segini Produksi Gas Pertamina di Kalimantan",
      "img": "https://akcdn.detik.net.id/visual/2018/12/23/90fc4f51-b7e1-40e8-96a9-49815e3e5966_43.jpeg?w=152&q=90",
      "link": "https://www.cnbcindonesia.com/news/20230117194449-4-406252/ada-blok-mahakam-segini-produksi-gas-pertamina-di-kalimantan"
    },
    {
      "waktu": "News  -  45 menit yang lalu",
      "title": "Kabar Baik! Covid Reda, Angka Kemiskinan di Desa Turun",
      "img": "https://akcdn.detik.net.id/visual/2022/10/28/kampung-klayas-distrik-seget-kabupaten-sorong-papua-barat-cnbc-indonesiachandra-gian-asmara-8_43.jpeg?w=152&q=90",
      "link": "https://www.cnbcindonesia.com/news/20230117170343-4-406218/kabar-baik-covid-reda-angka-kemiskinan-di-desa-turun"
    },
    {
      "waktu": "News  -  54 menit yang lalu",
      "title": "IMF: 2024 Ekonomi Dunia akan Bangkit Kembali",
      "img": "https://akcdn.detik.net.id/visual/2023/01/17/cnbc-indonesia-tv-3_43.png?w=152&q=90",
      "link": "https://www.cnbcindonesia.com/news/20230117184653-8-406244/imf-2024-ekonomi-dunia-akan-bangkit-kembali"
    },
    {
      "waktu": "News  -  1 jam yang lalu",
      "title": "Ini Potret Proses Evakuasi Jenazah Korban Yeti Airlines",
      "img": "https://akcdn.detik.net.id/visual/2023/01/17/nepal-plane-crash_43.jpeg?w=152&q=90",
      "link": "https://www.cnbcindonesia.com/news/20230117143651-7-406139/ini-potret-proses-evakuasi-jenazah-korban-yeti-airlines"
    },
    {
      "waktu": "News  -  1 jam yang lalu",
      "title": "Disebut Ruwet oleh Jokowi, Apa Itu PBG?",
      "img": "https://akcdn.detik.net.id/visual/2019/09/19/adea5980-b6c7-4b70-a551-dc7778d3b05f_43.jpeg?w=152&q=90",
      "link": "https://www.cnbcindonesia.com/news/20230117164751-4-406217/disebut-ruwet-oleh-jokowi-apa-itu-pbg"
    },
    {
      "waktu": "News  -  1 jam yang lalu",
      "title": "Jokowi Geram Soal Inflasi Hingga Ekonomi China Cuma Tumbuh 3%",
      "img": "https://akcdn.detik.net.id/visual/2023/01/17/cnbc-indonesia-tv_43.jpeg?w=152&q=90",
      "link": "https://www.cnbcindonesia.com/news/20230117184650-8-406243/jokowi-geram-soal-inflasi-hingga-ekonomi-china-cuma-tumbuh-3"
    },
    {
      "waktu": "News  -  1 jam yang lalu",
      "title": "Sah! BPH Migas Tetapkan Kuota Pertalite 32,56 Juta KL di 2023",
      "img": "https://akcdn.detik.net.id/visual/2023/01/04/spbu-dijual-lokasi-prembun-jl-kebumen-purworejo-3_43.webp?w=152&q=90",
      "link": "https://www.cnbcindonesia.com/news/20230117191315-4-406246/sah-bph-migas-tetapkan-kuota-pertalite-3256-juta-kl-di-2023"
    },
    {
      "waktu": "News  -  1 jam yang lalu",
      "title": "Ada Apa Xi Jinping? Populasi China Turun, Pertama Sejak 1961",
      "img": "https://akcdn.detik.net.id/visual/2019/01/21/aba71275-e5ea-43b5-87c9-1b6a954e799f_43.jpeg?w=152&q=90",
      "link": "https://www.cnbcindonesia.com/news/20230117161120-4-406183/ada-apa-xi-jinping-populasi-china-turun-pertama-sejak-1961"
    },
    {
      "waktu": "News  -  1 jam yang lalu",
      "title": "Dunia Gonjang-Ganjing, Ini Wanti-Wanti Luhut buat Ganjar Cs",
      "img": "https://akcdn.detik.net.id/visual/2023/01/17/menteri-koordinator-bidang-kemaritiman-republik-indonesia-luhut-binsar-pandjaitan-dalam-acara-rakornas-kepala-daerah-dan-forko-2_43.png?w=152&q=90",
      "link": "https://www.cnbcindonesia.com/news/20230117165523-4-406206/dunia-gonjang-ganjing-ini-wanti-wanti-luhut-buat-ganjar-cs"
    },
    {
      "waktu": "News  -  1 jam yang lalu",
      "title": "Bos IMF 'Teriak' Lagi, Bawa Ramalan Ngeri Ekonomi 2023",
      "img": "https://akcdn.detik.net.id/visual/2022/12/02/germany-politics-economy-meeting_43.jpeg?w=152&q=90",
      "link": "https://www.cnbcindonesia.com/news/20230117164138-4-406198/bos-imf-teriak-lagi-bawa-ramalan-ngeri-ekonomi-2023"
    },
    {
      "waktu": "News  -  1 jam yang lalu",
      "title": "Kepala BIN 'Ramal' Tahun 2023 Gelap dan Penuh Ketidakpastian",
      "img": "https://akcdn.detik.net.id/visual/2023/01/17/rakornas-kepala-daerah-dan-forkopimda-tahun-2023-1_43.png?w=152&q=90",
      "link": "https://www.cnbcindonesia.com/news/20230117162534-4-406190/kepala-bin-ramal-tahun-2023-gelap-dan-penuh-ketidakpastian"
    },
    {
      "waktu": "News  -  2 jam yang lalu",
      "title": "Astaga, Harga Tiket Kereta Mahal Rp150.000-an dari Pesawat",
      "img": "https://akcdn.detik.net.id/visual/2022/03/08/penumpang-kereta-jarak-jauh-di-stasiun-gambir-14_43.jpeg?w=152&q=90",
      "link": "https://www.cnbcindonesia.com/news/20230117165051-4-406204/astaga-harga-tiket-kereta-mahal-rp150000-an-dari-pesawat"
    },
    {
      "waktu": "News  -  2 jam yang lalu",
      "title": "'Momok Menyeramkan' Muncul di Daerah Ini, Gubernur Waspada!",
      "img": "https://akcdn.detik.net.id/visual/2023/01/17/menteri-koordinator-bidang-perekonomian-indonesia-airlangga-hartarto-dalam-acara-rakornas-kepala-daerah-dan-forkopimda-tahun-2_43.png?w=152&q=90",
      "link": "https://www.cnbcindonesia.com/news/20230117164649-4-406199/momok-menyeramkan-muncul-di-daerah-ini-gubernur-waspada"
    },
    {
      "waktu": "News  -  2 jam yang lalu",
      "title": "Bentrokan Maut di PT GNI Ganggu Investasi? Ini Kata Bahlil",
      "img": "https://akcdn.detik.net.id/visual/2023/01/17/menteri-investasi-bahlil-lahadalia-dalam-acara-rakornas-kepala-daerah-dan-forkopimda-tahun-2023-2_43.png?w=152&q=90",
      "link": "https://www.cnbcindonesia.com/news/20230117180706-4-406239/bentrokan-maut-di-pt-gni-ganggu-investasi-ini-kata-bahlil"
    },
    {
      "waktu": "News  -  2 jam yang lalu",
      "title": "BPS: Garis Kemiskinan 2022 Tertinggi dalam 9 Tahun Terakhir",
      "img": "https://akcdn.detik.net.id/visual/2022/01/17/infogrfais-angka-kemiskinan-di-indonesia-makin-menurun-ini-buktinya_43.jpeg?w=152&q=90",
      "link": "https://www.cnbcindonesia.com/news/20230117155630-4-406179/bps-garis-kemiskinan-2022-tertinggi-dalam-9-tahun-terakhir"
    }
  ]
}
# Covid World
news.covid_world()
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": {
    "total_cases": "671,761,595",
    "recovered": "643,131,224",
    "deaths": "6,732,674",
    "active_cases": "21,897,697",
    "closed_cases": "649,863,898",
    "last_update": "January 17, 2023, 13:10 GMT"
  }
}
# Gempa
news.gempa()
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": {
    "waktu": "17/01/202316:47:55 WIB",
    "lintang": "2.4",
    "bujur": "140.4",
    "magnitudo": "4.1",
    "kedalaman": "13 Km",
    "wilayah": "Pusat gempa berada di laut 20 km Baratlaut Kabupaten Jayapura",
    "img_map": "https://ews.bmkg.go.id/TEWS/data/20230117164755.mmi.jpg",
    "google_map": "https://www.google.com/maps/place/2.4%C2%B0S+140.4%C2%B0E"
  }
}
# Kompas

Required parameters

  • List 'terpopuler' | 'terkini' | 'global'
news.kompas('terkini')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

# Promise Terpopuler

Promise

Promise<{
  creator: string;
  info: string;
  status: true;
  result?: {
    judul: string;
    tanngal: string;
    img: string;
    link: string;
  };
}>;
# Promise Global

Promise

Promise<{
  creator: string;
  info: string;
  status: true;
  result?: {
    judul: string;
    tanngal: string;
    img: string;
    link: string;
  };
}>;
# Promise Terkini

Promise

Promise<{
  creator: string;
  info: string;
  status: true;
  result?: {
    judul: string;
    deskripsi: string;
    tanggal: string;
    artikel: string;
    img: string;
    link: string;
  };
}>;

output terkini

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": [
    {
      "judul": "Sebelum Ditangkap, Bandar Narkoba Alex Bonpis Diultimatum untuk Serahkan Diri",
      "deskripsi": "\"Namun, (Alex) tidak menyerahkan diri, akhirnya kami melakukan upaya penyelidikan dan kami tangkap,\" kata polisi.",
      "tanggal": "17/01/2023, 20:30 WIB",
      "artikel": "Megapolitan",
      "img": "https://asset.kompas.com/crops/3AqdyQGIWz6il4Bqr4oFahwLgIY=/0x0:0x0/226x150/data/photo/2023/01/17/63c6a02f3c687.jpg",
      "link": "https://megapolitan.kompas.com/read/2023/01/17/20300251/sebelum-ditangkap-bandar-narkoba-alex-bonpis-diultimatum-untuk-serahkan"
    },
    {
      "judul": "Todong Penumpang Bajaj di Tengah Kemacetan Jakarta, Pelaku Bawa Kabur Rp 8 Juta",
      "deskripsi": "Saat ini, pelaku sudah ditangkap. Pelaku merupakan residivis kasus pemerasan pada 2016 dan sempat menjalani masa tahanan selama 1,5 tahun penjara.",
      "tanggal": "17/01/2023, 20:23 WIB",
      "artikel": "Megapolitan",
      "img": "https://asset.kompas.com/crops/rJo5fOO9NppJxAexFke0ZTB9Vxo=/0x47:800x581/226x150/data/photo/2022/04/30/626d1e70a9f8b.jpg",
      "link": "https://megapolitan.kompas.com/read/2023/01/17/20234281/todong-penumpang-bajaj-di-tengah-kemacetan-jakarta-pelaku-bawa-kabur-rp-8"
    },
    {
      "judul": "KPK Sebut Negara Dirugikan Rp 100,7 Miliar dalam Kasus Pengolahan Anoda Logam",
      "deskripsi": "KPK sebut negara dirugikan Rp 100,7 miliar atas perbuatan petinggi PT Antam Dodi Martimbang dalam kasus dugaan korupsi pengolahan anoda logam",
      "tanggal": "17/01/2023, 20:16 WIB",
      "artikel": "Nasional",
      "img": "https://asset.kompas.com/crops/phYrHGX1s2F27-ognCW93TjilyY=/0x0:0x0/226x150/data/photo/2023/01/17/63c6759802184.jpeg",
      "link": "https://nasional.kompas.com/read/2023/01/17/20163161/kpk-sebut-negara-dirugikan-rp-1007-miliar-dalam-kasus-pengolahan-anoda-logam"
    },
    {
      "judul": "Keluarga Brigadir J Harap Jaksa Tuntut Putri Candrawathi Dihukum Mati karena Jadi Sumber Masalah",
      "deskripsi": "“Sebenarnya Putri inilah sumber dari permasalahan ini. Hasil bisikan dialah sama suaminya si Ferdy Sambo, makanya ini terjadi semua,\" ujar Samuel.",
      "tanggal": "17/01/2023, 20:08 WIB",
      "artikel": "Nasional",
      "img": "https://asset.kompas.com/crops/OCbtTDOlBp2nHl6Tdf5ABf9h8i0=/0x0:0x0/226x150/data/photo/2022/12/20/63a1385b13607.jpg",
      "link": "https://nasional.kompas.com/read/2023/01/17/20084631/keluarga-brigadir-j-harap-jaksa-tuntut-putri-candrawathi-dihukum-mati-karena"
    },
    {
      "judul": "Cegah Vandalisme di Underpass Dewi Sartika, Ridwan Kamil Minta Pemkot Depok Pasang CCTV",
      "deskripsi": "kami koordinasikan dan saya titip ke pak wali mungkin akan menambahkan CCTV atau keamanan,\" kata Kang Emil.",
      "tanggal": "17/01/2023, 20:05 WIB",
      "artikel": "Megapolitan",
      "img": "https://asset.kompas.com/crops/u8RijJRM3eP91eUrZwRKvMhCaVQ=/0x163:1503x1165/226x150/data/photo/2023/01/17/63c679cc6f0e3.jpeg",
      "link": "https://megapolitan.kompas.com/read/2023/01/17/20053691/cegah-vandalisme-di-underpass-dewi-sartika-ridwan-kamil-minta-pemkot"
    },
    {
      "judul": "KPK Tahan Petinggi PT Antam Dodi Martimbang Terkait Kasus Pengolahan Anoda Logam",
      "deskripsi": "KPK tahan General Manager Unit Bisnis Pengolahan dan Pemurnian Logam Mulia tahun 2017 PT Antam Dodi Martimbang dalam kasus korupsi anoda logam",
      "tanggal": "17/01/2023, 19:54 WIB",
      "artikel": "Nasional",
      "img": "https://asset.kompas.com/crops/phYrHGX1s2F27-ognCW93TjilyY=/0x0:0x0/226x150/data/photo/2023/01/17/63c6759802184.jpeg",
      "link": "https://nasional.kompas.com/read/2023/01/17/19544581/kpk-tahan-petinggi-pt-antam-dodi-martimbang-terkait-kasus-pengolahan-anoda"
    },
    {
      "judul": "Balita Korban Satu Keluarga Keracunan di Bekasi Dibawa KPAD ke Tempat Rehabilitasi",
      "deskripsi": "Komisi Perlindungan Anak Daerah (KPAD) Kota Bekasi merujuk NR (5), balita korban keracunan di Ciketing Udik, Bantargebang.",
      "tanggal": "17/01/2023, 19:52 WIB",
      "artikel": "Megapolitan",
      "img": "https://asset.kompas.com/crops/0aqXAkgKYdMwFy-BXR3eh-6Hs0g=/0x181:4608x3253/226x150/data/photo/2021/06/28/60d96aa8c8131.jpg",
      "link": "https://megapolitan.kompas.com/read/2023/01/17/19522411/balita-korban-satu-keluarga-keracunan-di-bekasi-dibawa-kpad-ke-tempat"
    },
    {
      "judul": "Kubu Ferdy Sambo Nilai Motif Pembunuhan Brigadir J Tak Diurai dalam Tuntutan Jaksa",
      "deskripsi": "Kuasa hukum Ferdy Sambo sebut tuntutan jaksa tidak mengurai dengan jelas motif pembunuhan Brigadir J. Sebab, beberapa keterangan saksi dikesampingkan",
      "tanggal": "17/01/2023, 19:41 WIB",
      "artikel": "Nasional",
      "img": "https://asset.kompas.com/crops/F7QleFibxDfYdib3WLD52XBN1aw=/0x0:0x0/226x150/data/photo/2022/12/08/6391511b93831.jpg",
      "link": "https://nasional.kompas.com/read/2023/01/17/19415601/kubu-ferdy-sambo-nilai-motif-pembunuhan-brigadir-j-tak-diurai-dalam-tuntutan"
    },
    {
      "judul": "Polisi Tangkap 3 Pelaku yang Bikin Sekeluarga Keracunan di Bantar Gebang",
      "deskripsi": "Penyidik menemukan adanya unsur pidana dalam kasus keracunan yang menyebabkan tiga orang tewas tersebut.",
      "tanggal": "17/01/2023, 19:39 WIB",
      "artikel": "Megapolitan",
      "img": "https://asset.kompas.com/crops/pUEFaO54JO-33vDxWQIG2ZYaVsI=/0x0:0x0/226x150/data/photo/2023/01/12/63bfca3136886.jpg",
      "link": "https://megapolitan.kompas.com/read/2023/01/17/19394571/polisi-tangkap-3-pelaku-yang-bikin-sekeluarga-keracunan-di-bantar-gebang"
    },
    {
      "judul": "Kantornya Digeledah KPK, Ketua DPRD DKI: Saya Dukung Proses Penyelidikan yang Dilakukan",
      "deskripsi": "\"Sebagai Ketua DPRD (DKI), saya mendukung sepenuhnya proses penyelidikan yang dilakukan KPK,\" tutur Prasetyo.",
      "tanggal": "17/01/2023, 19:38 WIB",
      "artikel": "Megapolitan",
      "img": "https://asset.kompas.com/crops/lwZMmnTOxIbF8F5zg7KLlPaRH90=/0x0:0x0/226x150/data/photo/2023/01/17/63c687bf42ce4.jpg",
      "link": "https://megapolitan.kompas.com/read/2023/01/17/19383771/kantornya-digeledah-kpk-ketua-dprd-dki-saya-dukung-proses-penyelidikan"
    },
    {
      "judul": "Dua Pengganjal ATM di Lubang Buaya Berhasil Diamankan Polsek Cipayung dan Kopasgat TNI AU",
      "deskripsi": "Dua pengganjal mesin ATM di kawasan Lubang Buaya, telah diamankan Polsek Cipayung dan Prajurit Batalyon 467 Kopasgat Pratu Taufik.",
      "tanggal": "17/01/2023, 19:37 WIB",
      "artikel": "Megapolitan",
      "img": "https://asset.kompas.com/crops/PDk7v8-YY8YYfV0kGq9gmeop2O4=/0x13:1117x758/226x150/data/photo/2020/06/22/5ef096ef0962c.jpg",
      "link": "https://megapolitan.kompas.com/read/2023/01/17/19372901/dua-pengganjal-atm-di-lubang-buaya-berhasil-diamankan-polsek-cipayung-dan"
    },
    {
      "judul": "Keluarga Brigadir J Tak Puas Ferdy Sambo Dituntut Penjara Seumur Hidup, Berharap Hakim Vonis Mati",
      "deskripsi": "\"Kami sangat berharap sekali untuk bapak hakim nantinya untuk mewujudkan harapan keluarga agar diwujudkan vonis hukuman mati,\" tuturnya.",
      "tanggal": "17/01/2023, 19:34 WIB",
      "artikel": "Nasional",
      "img": "https://asset.kompas.com/crops/N-RBtqoFzckDdAlQhyUyCqBAZ5U=/0x0:0x0/226x150/data/photo/2022/11/02/63620a066a89c.jpeg",
      "link": "https://nasional.kompas.com/read/2023/01/17/19343571/keluarga-brigadir-j-tak-puas-ferdy-sambo-dituntut-penjara-seumur-hidup"
    },
    {
      "judul": "Fakta Aksi Perploncoan Siswa SMAN 6 oleh Alumni: Tradisi untuk Mendapatkan Jaket Angkatan",
      "deskripsi": "Dugaan aksi perpeloncoan itu dilakukan secara turun-temurun ke setiap angkatan sekolah sejak tahun 2008.",
      "tanggal": "17/01/2023, 19:32 WIB",
      "artikel": "Megapolitan",
      "img": "https://asset.kompas.com/crops/t38s7FOCUmdhC1XUGI10Ubzymhs=/0x0:0x0/226x150/data/photo/2023/01/17/63c641997ad49.jpg",
      "link": "https://megapolitan.kompas.com/read/2023/01/17/19323141/fakta-aksi-perploncoan-siswa-sman-6-oleh-alumni-tradisi-untuk-mendapatkan"
    },
    {
      "judul": "Dipanggil Jokowi ke Istana, Budiman Sudjatmiko Bahas Masa Jabatan Kepala Desa",
      "deskripsi": "Budiman Sudjatmiko bertemu Presiden Joko Widodo di Istana Kepresidenan, Jakarta, Selasa (17/1/2023).",
      "tanggal": "17/01/2023, 19:25 WIB",
      "artikel": "Nasional",
      "img": "https://asset.kompas.com/crops/8JyMOpDUjzPQK836W9Ek_vvXpH4=/0x0:0x0/226x150/data/photo/2023/01/17/63c67b709ed2f.jpg",
      "link": "https://nasional.kompas.com/read/2023/01/17/19252191/dipanggil-jokowi-ke-istana-budiman-sudjatmiko-bahas-masa-jabatan-kepala-desa"
    },
    {
      "judul": "Mengaku Dilecehkan, Hasnaeni \"Wanita Emas\" Laporkan Ketua KPU ke Polda Metro Jaya",
      "deskripsi": "Dugaan tindak kekerasan seksual yang dialami kliennya terjadi di tiga lokasi berbeda pada periode Agustus 2022 sampai September 2022.",
      "tanggal": "17/01/2023, 19:25 WIB",
      "artikel": "Megapolitan",
      "img": "https://asset.kompas.com/crops/clU4eb5uUtSJ_RvVDksM_JCmyr4=/39x16:580x377/226x150/data/photo/2016/06/20/1317383rps20160620-131620780x390.jpg",
      "link": "https://megapolitan.kompas.com/read/2023/01/17/19251331/mengaku-dilecehkan-hasnaeni-wanita-emas-laporkan-ketua-kpu-ke-polda-metro"
    },
    {
      "judul": "Bandar Narkoba Alex Bonpis Ditangkap, Mobil dan Rumahnya di Kampung Bahari Disita Polisi",
      "deskripsi": "\"Barang bukti yang disita, satu unit rumah, kemudian juga ada beberapa aset yang kami temukan seperti mobil dan yang lain-lain,\" kata Doni.",
      "tanggal": "17/01/2023, 19:22 WIB",
      "artikel": "Megapolitan",
      "img": "https://asset.kompas.com/crops/RuFlsjgl-44PR7Rt53aalemvfHQ=/0x0:0x0/226x150/data/photo/2023/01/17/63c69064b94e0.jpg",
      "link": "https://megapolitan.kompas.com/read/2023/01/17/19223841/bandar-narkoba-alex-bonpis-ditangkap-mobil-dan-rumahnya-di-kampung-bahari"
    }
  ]
}
# Rumah Keadilan
news.rumah_keadilan()
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": [
    {
      "judul": "Contoh Pelanggaran HAM Ringan dan Berat di Indonesia",
      "penulis": " Adies Wijaya",
      "deskripsi": "Setiap manusia memiliki hak asasi manusia yang harus dihormati oleh semua lapisan masyarakat, tanpa membedakan ras, suku, suku, dan agama. … ",
      "tautan": "https://rumahkeadilan.co.id/contoh-pelanggaran-ham/",
      "thumbnail": "https://rumahkeadilan.co.id/wp-content/uploads/2022/10/Contoh-Pelanggaran-HAM-300x164.png"
    },
    {
      "judul": "3 Teori Kepastian Hukum Menurut Para Ahlinya",
      "penulis": " Adies Wijaya",
      "deskripsi": "Ketika membangun negara hukum, prinsip dasar dibangun untuk menciptakan kejelasan tentang negara hukum, prinsip ini adalah teori kepastian hukum. Gagasan … ",
      "tautan": "https://rumahkeadilan.co.id/teori-kepastian-hukum/",
      "thumbnail": "https://rumahkeadilan.co.id/wp-content/uploads/2022/10/teori-kepastian-hukum-300x164.png"
    },
    {
      "judul": "Fungsi Hukum Administrasi Negara Sebagai Norma Kehidupan",
      "penulis": " Adies Wijaya",
      "deskripsi": "Ada banyak hal dari fungsi hukum administrasi negara dalam kehidupan sehari- hari untuk mewujudkan pemerintahan negara yang baik dan benar. … ",
      "tautan": "https://rumahkeadilan.co.id/fungsi-hukum-administrasi-negara/",
      "thumbnail": "https://rumahkeadilan.co.id/wp-content/uploads/2022/10/fungsi-hukum-administrasi-negara-300x164.png"
    },
    {
      "judul": "Jenis Hukum Pidana Beserta Contoh dan Fungsinya",
      "penulis": " Adies Wijaya",
      "deskripsi": "Dalam buku Pengantar Ilmu Hukum jenis hukum pidana dibagi menjadi dua hal yaitu yang pertama hukum pidana formil dan hukum pidana … ",
      "tautan": "https://rumahkeadilan.co.id/jenis-hukum-pidana/",
      "thumbnail": "https://rumahkeadilan.co.id/wp-content/uploads/2022/10/jenis-hukum-pidana-300x164.png"
    },
    {
      "judul": "Xnxubd Video Bokeh Full Bokeh Lights Video Bokeh Google Earth 2021 New Link Japan Blue.com",
      "penulis": " Arif Prasetya",
      "deskripsi": "Rumahkeadilan.co.id – Menyaksikan video bokeh memang menjadi salah satu kegiatan yang memiliki banyak manfaatnya, mulai dari kepuasan hingga ketenangan diri. … ",
      "tautan": "https://rumahkeadilan.co.id/xnxubd-video-bokeh-full-bokeh-lights-video-bokeh-google-earth-2021-new-link-japan-blue-com/",
      "thumbnail": "https://rumahkeadilan.co.id/wp-content/uploads/2023/01/Xnxubd-Video-Bokeh-Full-Bokeh-Lights-Video-Bokeh-Google-Earth-2021-New-Link-Japan-Blue.com_-300x164.png"
    },
    {
      "judul": "Proxy Site APP VPN Unblock Video Bokeh Museum No Sensor",
      "penulis": " Adies Wijaya",
      "deskripsi": "Rumahkeadilan.co.id – Google maupun chrome, pastinya bisa kamu gunakan untuk menelusuri sebuah hal atau situs yang sekiranya ada di internet. … ",
      "tautan": "https://rumahkeadilan.co.id/proxy-site/",
      "thumbnail": "https://rumahkeadilan.co.id/wp-content/uploads/2022/09/Proxy-Site-300x164.png"
    },
    {
      "judul": "26 185.62 L53 200 Video Bokeh Meseeum Indonesia Viral",
      "penulis": " Bilca Rohana",
      "deskripsi": "Rumahkeadilan.co.id – Situs 26 185.62 L53 200 Video Bokeh Meseeum Indonesia merupakan situs bokeh indonesia ter update, kamu langsung bisa … ",
      "tautan": "https://rumahkeadilan.co.id/26-185-62-l53-200-video-bokeh-meseeum-indonesia/",
      "thumbnail": "https://rumahkeadilan.co.id/wp-content/uploads/2023/01/ZA1waLVT9j8hd-300x164.jpg"
    },
    {
      "judul": "45.76. 33 x 44 Full Bokeh Museum Video Indonesia Apk Viral",
      "penulis": " Putra Adit",
      "deskripsi": "Rumahkeadilan.co.id – 45.76. 33 x 44 Full Bokeh Museum Video Indonesia Apk sekarang ini sedang viral-viralnya gaess. Karena sebagian orang … ",
      "tautan": "https://rumahkeadilan.co.id/45-76-33-x-44-full-bokeh-museum-video-indonesia-apk/",
      "thumbnail": "https://rumahkeadilan.co.id/wp-content/uploads/2023/01/Full-Bokeh-Museum-Video-Indonesia-Apk-300x169.jpg"
    },
    {
      "judul": "Xnxubd 2023 Frame Rate Video Bokeh Japanese & China Full",
      "penulis": " Putra Adit",
      "deskripsi": "Rumahkeadilan.co.id – Xnxubd 2023 Frame Rate adalah video hiburan yang berisikan video hubungan intim. Dalam sebuah pencarian silahkan kalian ketik … ",
      "tautan": "https://rumahkeadilan.co.id/xnxubd-2023-frame-rate/",
      "thumbnail": "https://rumahkeadilan.co.id/wp-content/uploads/2023/01/Xnxubd-2023-Frame-Rate-300x169.jpg"
    }
  ]
}

TextPro

import textpro code using:

const textpro = xr.textpro

Required parameters

  • (url) type String
  • (text) type Array
  • if requires 2 texts: ['text', 'text']
textpro('https://textpro.me/create-realistic-3d-text-effect-frozen-winter-1099.html', ["text"])
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": {
    "image": "https://textpro.me/images/user_image/2023/01/63c6a88678235.jpg",
    "image_code": "63c6a88678235.jpg"
  }
}

Stalk

import stalk code using:

const stalk = xr.stalk
# Github

Required parameters

  • (username) type String
stalk.github_stalk('satyawikananda')
.then(res => {
  console.log(res)
})
.catch(error => {
  //error message
})

output

Very Much Result
{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": {
    "user": {
      "login": "satyawikananda",
      "id": 33148052,
      "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
      "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/satyawikananda",
      "html_url": "https://github.com/satyawikananda",
      "followers_url": "https://api.github.com/users/satyawikananda/followers",
      "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
      "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
      "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
      "repos_url": "https://api.github.com/users/satyawikananda/repos",
      "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
      "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
      "type": "User",
      "site_admin": false,
      "name": "Satya Wikananda",
      "company": null,
      "blog": "https://satyawikananda.vercel.app",
      "location": "Bali, Indonesia",
      "email": null,
      "hireable": null,
      "bio": "Click on this account and you will get more information about me\r\n",
      "twitter_username": "satya_wikananda",
      "public_repos": 65,
      "public_gists": 3,
      "followers": 290,
      "following": 202,
      "created_at": "2017-10-27T08:13:17Z",
      "updated_at": "2023-01-13T06:03:01Z"
    },
    "repos": [
      {
        "id": 215731558,
        "node_id": "MDEwOlJlcG9zaXRvcnkyMTU3MzE1NTg=",
        "name": "about",
        "full_name": "satyawikananda/about",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/about",
        "description": "Open-Source Projects by Twilions & the Community",
        "fork": true,
        "url": "https://api.github.com/repos/satyawikananda/about",
        "forks_url": "https://api.github.com/repos/satyawikananda/about/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/about/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/about/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/about/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/about/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/about/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/about/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/about/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/about/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/about/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/about/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/about/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/about/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/about/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/about/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/about/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/about/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/about/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/about/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/about/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/about/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/about/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/about/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/about/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/about/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/about/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/about/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/about/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/about/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/about/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/about/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/about/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/about/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/about/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/about/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/about/deployments",
        "created_at": "2019-10-17T07:37:39Z",
        "updated_at": "2020-04-11T03:59:30Z",
        "pushed_at": "2020-09-09T13:12:40Z",
        "git_url": "git://github.com/satyawikananda/about.git",
        "ssh_url": "git@github.com:satyawikananda/about.git",
        "clone_url": "https://github.com/satyawikananda/about.git",
        "svn_url": "https://github.com/satyawikananda/about",
        "homepage": "https://www.twilio.com/labs",
        "size": 96,
        "stargazers_count": 1,
        "watchers_count": 1,
        "language": null,
        "has_issues": false,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 0,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 1,
        "license": {
          "key": "mit",
          "name": "MIT License",
          "spdx_id": "MIT",
          "url": "https://api.github.com/licenses/mit",
          "node_id": "MDc6TGljZW5zZTEz"
        },
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [],
        "visibility": "public",
        "forks": 0,
        "open_issues": 1,
        "watchers": 1,
        "default_branch": "master"
      },
      {
        "id": 297091062,
        "node_id": "MDEwOlJlcG9zaXRvcnkyOTcwOTEwNjI=",
        "name": "anisearch",
        "full_name": "satyawikananda/anisearch",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/anisearch",
        "description": "Anime searching application website build with Vue.JS 3, Typescript and Bootstrap 5",
        "fork": false,
        "url": "https://api.github.com/repos/satyawikananda/anisearch",
        "forks_url": "https://api.github.com/repos/satyawikananda/anisearch/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/anisearch/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/anisearch/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/anisearch/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/anisearch/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/anisearch/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/anisearch/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/anisearch/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/anisearch/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/anisearch/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/anisearch/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/anisearch/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/anisearch/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/anisearch/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/anisearch/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/anisearch/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/anisearch/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/anisearch/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/anisearch/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/anisearch/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/anisearch/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/anisearch/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/anisearch/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/anisearch/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/anisearch/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/anisearch/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/anisearch/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/anisearch/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/anisearch/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/anisearch/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/anisearch/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/anisearch/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/anisearch/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/anisearch/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/anisearch/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/anisearch/deployments",
        "created_at": "2020-09-20T14:13:49Z",
        "updated_at": "2022-11-16T13:53:40Z",
        "pushed_at": "2021-05-20T01:54:21Z",
        "git_url": "git://github.com/satyawikananda/anisearch.git",
        "ssh_url": "git@github.com:satyawikananda/anisearch.git",
        "clone_url": "https://github.com/satyawikananda/anisearch.git",
        "svn_url": "https://github.com/satyawikananda/anisearch",
        "homepage": "https://anisearch.vercel.app/",
        "size": 690,
        "stargazers_count": 26,
        "watchers_count": 26,
        "language": "Vue",
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 5,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 0,
        "license": null,
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [
          "bootstrap5",
          "hacktoberfest",
          "typescript",
          "vue",
          "vuejs3"
        ],
        "visibility": "public",
        "forks": 5,
        "open_issues": 0,
        "watchers": 26,
        "default_branch": "master"
      },
      {
        "id": 324181405,
        "node_id": "MDEwOlJlcG9zaXRvcnkzMjQxODE0MDU=",
        "name": "anitop",
        "full_name": "satyawikananda/anitop",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/anitop",
        "description": "Anitop is an unofficial simple API from https://anitrendz.net/ site",
        "fork": false,
        "url": "https://api.github.com/repos/satyawikananda/anitop",
        "forks_url": "https://api.github.com/repos/satyawikananda/anitop/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/anitop/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/anitop/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/anitop/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/anitop/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/anitop/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/anitop/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/anitop/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/anitop/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/anitop/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/anitop/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/anitop/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/anitop/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/anitop/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/anitop/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/anitop/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/anitop/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/anitop/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/anitop/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/anitop/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/anitop/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/anitop/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/anitop/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/anitop/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/anitop/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/anitop/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/anitop/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/anitop/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/anitop/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/anitop/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/anitop/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/anitop/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/anitop/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/anitop/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/anitop/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/anitop/deployments",
        "created_at": "2020-12-24T15:07:46Z",
        "updated_at": "2022-12-21T11:01:30Z",
        "pushed_at": "2022-12-11T12:30:13Z",
        "git_url": "git://github.com/satyawikananda/anitop.git",
        "ssh_url": "git@github.com:satyawikananda/anitop.git",
        "clone_url": "https://github.com/satyawikananda/anitop.git",
        "svn_url": "https://github.com/satyawikananda/anitop",
        "homepage": "https://anitop.vercel.app",
        "size": 470,
        "stargazers_count": 65,
        "watchers_count": 65,
        "language": "TypeScript",
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 25,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 5,
        "license": {
          "key": "mit",
          "name": "MIT License",
          "spdx_id": "MIT",
          "url": "https://api.github.com/licenses/mit",
          "node_id": "MDc6TGljZW5zZTEz"
        },
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [
          "anime",
          "anitrendz",
          "api",
          "scraper",
          "scraping-websites",
          "serverless-functions",
          "typescript",
          "vercel"
        ],
        "visibility": "public",
        "forks": 25,
        "open_issues": 5,
        "watchers": 65,
        "default_branch": "main"
      },
      {
        "id": 182942795,
        "node_id": "MDEwOlJlcG9zaXRvcnkxODI5NDI3OTU=",
        "name": "aplikasi-inventaris",
        "full_name": "satyawikananda/aplikasi-inventaris",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/aplikasi-inventaris",
        "description": "Aplikasi Inventaris",
        "fork": false,
        "url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris",
        "forks_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/aplikasi-inventaris/deployments",
        "created_at": "2019-04-23T05:51:53Z",
        "updated_at": "2022-05-19T13:30:47Z",
        "pushed_at": "2019-10-30T07:38:48Z",
        "git_url": "git://github.com/satyawikananda/aplikasi-inventaris.git",
        "ssh_url": "git@github.com:satyawikananda/aplikasi-inventaris.git",
        "clone_url": "https://github.com/satyawikananda/aplikasi-inventaris.git",
        "svn_url": "https://github.com/satyawikananda/aplikasi-inventaris",
        "homepage": null,
        "size": 121,
        "stargazers_count": 5,
        "watchers_count": 5,
        "language": "PHP",
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 4,
        "mirror_url": null,
        "archived": true,
        "disabled": false,
        "open_issues_count": 0,
        "license": null,
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [],
        "visibility": "public",
        "forks": 4,
        "open_issues": 0,
        "watchers": 5,
        "default_branch": "master"
      },
      {
        "id": 215920823,
        "node_id": "MDEwOlJlcG9zaXRvcnkyMTU5MjA4MjM=",
        "name": "appwrite",
        "full_name": "satyawikananda/appwrite",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/appwrite",
        "description": "End to end backend server for frontend and mobile developers. 👩‍💻👨‍💻",
        "fork": true,
        "url": "https://api.github.com/repos/satyawikananda/appwrite",
        "forks_url": "https://api.github.com/repos/satyawikananda/appwrite/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/appwrite/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/appwrite/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/appwrite/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/appwrite/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/appwrite/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/appwrite/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/appwrite/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/appwrite/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/appwrite/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/appwrite/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/appwrite/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/appwrite/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/appwrite/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/appwrite/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/appwrite/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/appwrite/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/appwrite/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/appwrite/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/appwrite/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/appwrite/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/appwrite/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/appwrite/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/appwrite/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/appwrite/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/appwrite/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/appwrite/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/appwrite/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/appwrite/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/appwrite/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/appwrite/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/appwrite/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/appwrite/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/appwrite/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/appwrite/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/appwrite/deployments",
        "created_at": "2019-10-18T01:58:53Z",
        "updated_at": "2020-04-11T03:57:40Z",
        "pushed_at": "2020-09-09T13:16:59Z",
        "git_url": "git://github.com/satyawikananda/appwrite.git",
        "ssh_url": "git@github.com:satyawikananda/appwrite.git",
        "clone_url": "https://github.com/satyawikananda/appwrite.git",
        "svn_url": "https://github.com/satyawikananda/appwrite",
        "homepage": "https://appwrite.io",
        "size": 39991,
        "stargazers_count": 1,
        "watchers_count": 1,
        "language": null,
        "has_issues": false,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 0,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 1,
        "license": {
          "key": "bsd-3-clause",
          "name": "BSD 3-Clause \"New\" or \"Revised\" License",
          "spdx_id": "BSD-3-Clause",
          "url": "https://api.github.com/licenses/bsd-3-clause",
          "node_id": "MDc6TGljZW5zZTU="
        },
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [],
        "visibility": "public",
        "forks": 0,
        "open_issues": 1,
        "watchers": 1,
        "default_branch": "master"
      },
      {
        "id": 235495533,
        "node_id": "MDEwOlJlcG9zaXRvcnkyMzU0OTU1MzM=",
        "name": "argon-portfolio",
        "full_name": "satyawikananda/argon-portfolio",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/argon-portfolio",
        "description": "The latest and greatest portfolio site leveraging nuxt.js and argon design system",
        "fork": true,
        "url": "https://api.github.com/repos/satyawikananda/argon-portfolio",
        "forks_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/argon-portfolio/deployments",
        "created_at": "2020-01-22T04:05:28Z",
        "updated_at": "2020-04-11T03:56:25Z",
        "pushed_at": "2020-09-09T14:09:12Z",
        "git_url": "git://github.com/satyawikananda/argon-portfolio.git",
        "ssh_url": "git@github.com:satyawikananda/argon-portfolio.git",
        "clone_url": "https://github.com/satyawikananda/argon-portfolio.git",
        "svn_url": "https://github.com/satyawikananda/argon-portfolio",
        "homepage": null,
        "size": 73162,
        "stargazers_count": 1,
        "watchers_count": 1,
        "language": null,
        "has_issues": false,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 0,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 1,
        "license": null,
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [],
        "visibility": "public",
        "forks": 0,
        "open_issues": 1,
        "watchers": 1,
        "default_branch": "master"
      },
      {
        "id": 345029287,
        "node_id": "MDEwOlJlcG9zaXRvcnkzNDUwMjkyODc=",
        "name": "awesome-loker-it-indonesia",
        "full_name": "satyawikananda/awesome-loker-it-indonesia",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/awesome-loker-it-indonesia",
        "description": "Daftar lowongan kerja IT yang ada di Indonesia",
        "fork": false,
        "url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia",
        "forks_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/awesome-loker-it-indonesia/deployments",
        "created_at": "2021-03-06T07:04:59Z",
        "updated_at": "2022-12-22T01:07:00Z",
        "pushed_at": "2023-01-17T02:36:50Z",
        "git_url": "git://github.com/satyawikananda/awesome-loker-it-indonesia.git",
        "ssh_url": "git@github.com:satyawikananda/awesome-loker-it-indonesia.git",
        "clone_url": "https://github.com/satyawikananda/awesome-loker-it-indonesia.git",
        "svn_url": "https://github.com/satyawikananda/awesome-loker-it-indonesia",
        "homepage": "",
        "size": 13737,
        "stargazers_count": 128,
        "watchers_count": 128,
        "language": "TypeScript",
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 16,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 0,
        "license": {
          "key": "mit",
          "name": "MIT License",
          "spdx_id": "MIT",
          "url": "https://api.github.com/licenses/mit",
          "node_id": "MDc6TGljZW5zZTEz"
        },
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [
          "awesome",
          "indonesia",
          "lowongan-kerja",
          "typescript"
        ],
        "visibility": "public",
        "forks": 16,
        "open_issues": 0,
        "watchers": 128,
        "default_branch": "main"
      },
      {
        "id": 298582671,
        "node_id": "MDEwOlJlcG9zaXRvcnkyOTg1ODI2NzE=",
        "name": "awesome-music-playlist",
        "full_name": "satyawikananda/awesome-music-playlist",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/awesome-music-playlist",
        "description": "Just a list of music playlist from many music platform 🎧",
        "fork": false,
        "url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist",
        "forks_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/awesome-music-playlist/deployments",
        "created_at": "2020-09-25T13:36:26Z",
        "updated_at": "2022-11-11T06:28:34Z",
        "pushed_at": "2021-10-28T14:06:54Z",
        "git_url": "git://github.com/satyawikananda/awesome-music-playlist.git",
        "ssh_url": "git@github.com:satyawikananda/awesome-music-playlist.git",
        "clone_url": "https://github.com/satyawikananda/awesome-music-playlist.git",
        "svn_url": "https://github.com/satyawikananda/awesome-music-playlist",
        "homepage": "https://awesome-music-playlist.vercel.app/",
        "size": 680,
        "stargazers_count": 52,
        "watchers_count": 52,
        "language": null,
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 113,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 9,
        "license": null,
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [
          "music",
          "playlist",
          "podcast",
          "spotify-playlist",
          "youtube-music"
        ],
        "visibility": "public",
        "forks": 113,
        "open_issues": 9,
        "watchers": 52,
        "default_branch": "main"
      },
      {
        "id": 246448219,
        "node_id": "MDEwOlJlcG9zaXRvcnkyNDY0NDgyMTk=",
        "name": "awesome-vue",
        "full_name": "satyawikananda/awesome-vue",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/awesome-vue",
        "description": "🎉 A curated list of awesome things related to Vue.js",
        "fork": true,
        "url": "https://api.github.com/repos/satyawikananda/awesome-vue",
        "forks_url": "https://api.github.com/repos/satyawikananda/awesome-vue/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/awesome-vue/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/awesome-vue/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/awesome-vue/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/awesome-vue/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/awesome-vue/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/awesome-vue/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/awesome-vue/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/awesome-vue/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/awesome-vue/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/awesome-vue/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/awesome-vue/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/awesome-vue/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/awesome-vue/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/awesome-vue/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/awesome-vue/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/awesome-vue/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/awesome-vue/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/awesome-vue/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/awesome-vue/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/awesome-vue/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/awesome-vue/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/awesome-vue/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/awesome-vue/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/awesome-vue/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/awesome-vue/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/awesome-vue/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/awesome-vue/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/awesome-vue/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/awesome-vue/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/awesome-vue/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/awesome-vue/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/awesome-vue/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/awesome-vue/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/awesome-vue/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/awesome-vue/deployments",
        "created_at": "2020-03-11T01:41:29Z",
        "updated_at": "2020-04-11T03:56:20Z",
        "pushed_at": "2020-03-10T23:46:23Z",
        "git_url": "git://github.com/satyawikananda/awesome-vue.git",
        "ssh_url": "git@github.com:satyawikananda/awesome-vue.git",
        "clone_url": "https://github.com/satyawikananda/awesome-vue.git",
        "svn_url": "https://github.com/satyawikananda/awesome-vue",
        "homepage": "",
        "size": 6824,
        "stargazers_count": 1,
        "watchers_count": 1,
        "language": null,
        "has_issues": false,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": false,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 0,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 0,
        "license": null,
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [],
        "visibility": "public",
        "forks": 0,
        "open_issues": 0,
        "watchers": 1,
        "default_branch": "master"
      },
      {
        "id": 212243864,
        "node_id": "MDEwOlJlcG9zaXRvcnkyMTIyNDM4NjQ=",
        "name": "Bali-IT-Communities",
        "full_name": "satyawikananda/Bali-IT-Communities",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/Bali-IT-Communities",
        "description": "List of all links to IT Communities in Bali",
        "fork": true,
        "url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities",
        "forks_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/Bali-IT-Communities/deployments",
        "created_at": "2019-10-02T02:57:09Z",
        "updated_at": "2020-06-07T14:07:00Z",
        "pushed_at": "2019-10-02T03:35:35Z",
        "git_url": "git://github.com/satyawikananda/Bali-IT-Communities.git",
        "ssh_url": "git@github.com:satyawikananda/Bali-IT-Communities.git",
        "clone_url": "https://github.com/satyawikananda/Bali-IT-Communities.git",
        "svn_url": "https://github.com/satyawikananda/Bali-IT-Communities",
        "homepage": null,
        "size": 1,
        "stargazers_count": 2,
        "watchers_count": 2,
        "language": null,
        "has_issues": false,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 0,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 0,
        "license": null,
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [],
        "visibility": "public",
        "forks": 0,
        "open_issues": 0,
        "watchers": 2,
        "default_branch": "master"
      },
      {
        "id": 135014772,
        "node_id": "MDEwOlJlcG9zaXRvcnkxMzUwMTQ3NzI=",
        "name": "balizoo",
        "full_name": "satyawikananda/balizoo",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/balizoo",
        "description": null,
        "fork": false,
        "url": "https://api.github.com/repos/satyawikananda/balizoo",
        "forks_url": "https://api.github.com/repos/satyawikananda/balizoo/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/balizoo/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/balizoo/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/balizoo/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/balizoo/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/balizoo/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/balizoo/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/balizoo/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/balizoo/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/balizoo/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/balizoo/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/balizoo/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/balizoo/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/balizoo/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/balizoo/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/balizoo/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/balizoo/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/balizoo/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/balizoo/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/balizoo/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/balizoo/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/balizoo/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/balizoo/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/balizoo/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/balizoo/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/balizoo/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/balizoo/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/balizoo/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/balizoo/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/balizoo/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/balizoo/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/balizoo/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/balizoo/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/balizoo/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/balizoo/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/balizoo/deployments",
        "created_at": "2018-05-27T04:12:52Z",
        "updated_at": "2020-08-08T02:50:27Z",
        "pushed_at": "2019-10-30T07:40:31Z",
        "git_url": "git://github.com/satyawikananda/balizoo.git",
        "ssh_url": "git@github.com:satyawikananda/balizoo.git",
        "clone_url": "https://github.com/satyawikananda/balizoo.git",
        "svn_url": "https://github.com/satyawikananda/balizoo",
        "homepage": null,
        "size": 9523,
        "stargazers_count": 1,
        "watchers_count": 1,
        "language": "CSS",
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": true,
        "has_discussions": false,
        "forks_count": 2,
        "mirror_url": null,
        "archived": true,
        "disabled": false,
        "open_issues_count": 0,
        "license": null,
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [],
        "visibility": "public",
        "forks": 2,
        "open_issues": 0,
        "watchers": 1,
        "default_branch": "master"
      },
      {
        "id": 333467073,
        "node_id": "MDEwOlJlcG9zaXRvcnkzMzM0NjcwNzM=",
        "name": "berita-indo-api",
        "full_name": "satyawikananda/berita-indo-api",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/berita-indo-api",
        "description": "An api to display news in Indonesia",
        "fork": false,
        "url": "https://api.github.com/repos/satyawikananda/berita-indo-api",
        "forks_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/berita-indo-api/deployments",
        "created_at": "2021-01-27T15:25:42Z",
        "updated_at": "2023-01-08T13:28:05Z",
        "pushed_at": "2022-03-01T16:54:40Z",
        "git_url": "git://github.com/satyawikananda/berita-indo-api.git",
        "ssh_url": "git@github.com:satyawikananda/berita-indo-api.git",
        "clone_url": "https://github.com/satyawikananda/berita-indo-api.git",
        "svn_url": "https://github.com/satyawikananda/berita-indo-api",
        "homepage": "https://berita-indo-api.vercel.app",
        "size": 291,
        "stargazers_count": 119,
        "watchers_count": 119,
        "language": "TypeScript",
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 31,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 1,
        "license": {
          "key": "mit",
          "name": "MIT License",
          "spdx_id": "MIT",
          "url": "https://api.github.com/licenses/mit",
          "node_id": "MDc6TGljZW5zZTEz"
        },
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [
          "berita",
          "express",
          "news",
          "news-api",
          "newsapi",
          "nodejs",
          "typescript",
          "vercel"
        ],
        "visibility": "public",
        "forks": 31,
        "open_issues": 1,
        "watchers": 119,
        "default_branch": "main"
      },
      {
        "id": 313360710,
        "node_id": "MDEwOlJlcG9zaXRvcnkzMTMzNjA3MTA=",
        "name": "cardivo",
        "full_name": "satyawikananda/cardivo",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/cardivo",
        "description": "Get your card name and put it in your magic readme 📇",
        "fork": false,
        "url": "https://api.github.com/repos/satyawikananda/cardivo",
        "forks_url": "https://api.github.com/repos/satyawikananda/cardivo/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/cardivo/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/cardivo/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/cardivo/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/cardivo/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/cardivo/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/cardivo/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/cardivo/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/cardivo/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/cardivo/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/cardivo/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/cardivo/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/cardivo/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/cardivo/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/cardivo/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/cardivo/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/cardivo/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/cardivo/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/cardivo/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/cardivo/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/cardivo/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/cardivo/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/cardivo/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/cardivo/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/cardivo/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/cardivo/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/cardivo/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/cardivo/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/cardivo/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/cardivo/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/cardivo/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/cardivo/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/cardivo/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/cardivo/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/cardivo/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/cardivo/deployments",
        "created_at": "2020-11-16T16:23:01Z",
        "updated_at": "2023-01-16T15:33:04Z",
        "pushed_at": "2022-01-24T04:01:04Z",
        "git_url": "git://github.com/satyawikananda/cardivo.git",
        "ssh_url": "git@github.com:satyawikananda/cardivo.git",
        "clone_url": "https://github.com/satyawikananda/cardivo.git",
        "svn_url": "https://github.com/satyawikananda/cardivo",
        "homepage": "https://cardivo.vercel.app",
        "size": 621,
        "stargazers_count": 68,
        "watchers_count": 68,
        "language": "TypeScript",
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 14,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 2,
        "license": {
          "key": "mit",
          "name": "MIT License",
          "spdx_id": "MIT",
          "url": "https://api.github.com/licenses/mit",
          "node_id": "MDc6TGljZW5zZTEz"
        },
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [
          "magic-readme",
          "name-card",
          "profile-readme",
          "readme-generator",
          "serverless",
          "svg",
          "typescript",
          "vercel"
        ],
        "visibility": "public",
        "forks": 14,
        "open_issues": 2,
        "watchers": 68,
        "default_branch": "main"
      },
      {
        "id": 212016657,
        "node_id": "MDEwOlJlcG9zaXRvcnkyMTIwMTY2NTc=",
        "name": "cloud_haiku",
        "full_name": "satyawikananda/cloud_haiku",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/cloud_haiku",
        "description": "Community-made poetry about infrastructure",
        "fork": true,
        "url": "https://api.github.com/repos/satyawikananda/cloud_haiku",
        "forks_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/cloud_haiku/deployments",
        "created_at": "2019-10-01T05:06:36Z",
        "updated_at": "2020-04-11T03:59:39Z",
        "pushed_at": "2019-10-01T06:38:35Z",
        "git_url": "git://github.com/satyawikananda/cloud_haiku.git",
        "ssh_url": "git@github.com:satyawikananda/cloud_haiku.git",
        "clone_url": "https://github.com/satyawikananda/cloud_haiku.git",
        "svn_url": "https://github.com/satyawikananda/cloud_haiku",
        "homepage": null,
        "size": 387,
        "stargazers_count": 1,
        "watchers_count": 1,
        "language": "HTML",
        "has_issues": false,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 0,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 0,
        "license": {
          "key": "mit",
          "name": "MIT License",
          "spdx_id": "MIT",
          "url": "https://api.github.com/licenses/mit",
          "node_id": "MDc6TGljZW5zZTEz"
        },
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [],
        "visibility": "public",
        "forks": 0,
        "open_issues": 0,
        "watchers": 1,
        "default_branch": "master"
      },
      {
        "id": 248955343,
        "node_id": "MDEwOlJlcG9zaXRvcnkyNDg5NTUzNDM=",
        "name": "Commit-cheat",
        "full_name": "satyawikananda/Commit-cheat",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/Commit-cheat",
        "description": "Auto commit with github workflow",
        "fork": false,
        "url": "https://api.github.com/repos/satyawikananda/Commit-cheat",
        "forks_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/Commit-cheat/deployments",
        "created_at": "2020-03-21T10:43:45Z",
        "updated_at": "2022-11-25T02:01:10Z",
        "pushed_at": "2022-04-12T08:27:29Z",
        "git_url": "git://github.com/satyawikananda/Commit-cheat.git",
        "ssh_url": "git@github.com:satyawikananda/Commit-cheat.git",
        "clone_url": "https://github.com/satyawikananda/Commit-cheat.git",
        "svn_url": "https://github.com/satyawikananda/Commit-cheat",
        "homepage": null,
        "size": 733,
        "stargazers_count": 3,
        "watchers_count": 3,
        "language": null,
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 0,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 0,
        "license": null,
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [],
        "visibility": "public",
        "forks": 0,
        "open_issues": 0,
        "watchers": 3,
        "default_branch": "master"
      },
      {
        "id": 298453997,
        "node_id": "MDEwOlJlcG9zaXRvcnkyOTg0NTM5OTc=",
        "name": "composition-api",
        "full_name": "satyawikananda/composition-api",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/composition-api",
        "description": "Composition API hooks for Nuxt.",
        "fork": true,
        "url": "https://api.github.com/repos/satyawikananda/composition-api",
        "forks_url": "https://api.github.com/repos/satyawikananda/composition-api/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/composition-api/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/composition-api/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/composition-api/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/composition-api/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/composition-api/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/composition-api/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/composition-api/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/composition-api/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/composition-api/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/composition-api/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/composition-api/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/composition-api/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/composition-api/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/composition-api/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/composition-api/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/composition-api/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/composition-api/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/composition-api/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/composition-api/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/composition-api/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/composition-api/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/composition-api/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/composition-api/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/composition-api/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/composition-api/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/composition-api/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/composition-api/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/composition-api/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/composition-api/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/composition-api/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/composition-api/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/composition-api/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/composition-api/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/composition-api/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/composition-api/deployments",
        "created_at": "2020-09-25T03:06:21Z",
        "updated_at": "2020-09-25T03:06:23Z",
        "pushed_at": "2020-09-25T03:09:59Z",
        "git_url": "git://github.com/satyawikananda/composition-api.git",
        "ssh_url": "git@github.com:satyawikananda/composition-api.git",
        "clone_url": "https://github.com/satyawikananda/composition-api.git",
        "svn_url": "https://github.com/satyawikananda/composition-api",
        "homepage": "https://composition-api.nuxtjs.org",
        "size": 2858,
        "stargazers_count": 0,
        "watchers_count": 0,
        "language": null,
        "has_issues": false,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": false,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 0,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 0,
        "license": {
          "key": "mit",
          "name": "MIT License",
          "spdx_id": "MIT",
          "url": "https://api.github.com/licenses/mit",
          "node_id": "MDc6TGljZW5zZTEz"
        },
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [],
        "visibility": "public",
        "forks": 0,
        "open_issues": 0,
        "watchers": 0,
        "default_branch": "main"
      },
      {
        "id": 255920563,
        "node_id": "MDEwOlJlcG9zaXRvcnkyNTU5MjA1NjM=",
        "name": "covid19-simple-api",
        "full_name": "satyawikananda/covid19-simple-api",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/covid19-simple-api",
        "description": "Simple scraping covid19 data, for fun and for learning purpose",
        "fork": false,
        "url": "https://api.github.com/repos/satyawikananda/covid19-simple-api",
        "forks_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/covid19-simple-api/deployments",
        "created_at": "2020-04-15T13:10:59Z",
        "updated_at": "2021-09-13T03:09:02Z",
        "pushed_at": "2022-12-12T14:37:01Z",
        "git_url": "git://github.com/satyawikananda/covid19-simple-api.git",
        "ssh_url": "git@github.com:satyawikananda/covid19-simple-api.git",
        "clone_url": "https://github.com/satyawikananda/covid19-simple-api.git",
        "svn_url": "https://github.com/satyawikananda/covid19-simple-api",
        "homepage": "https://covid-simple.satyawikananda.tech",
        "size": 267,
        "stargazers_count": 2,
        "watchers_count": 2,
        "language": "JavaScript",
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 1,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 8,
        "license": {
          "key": "mit",
          "name": "MIT License",
          "spdx_id": "MIT",
          "url": "https://api.github.com/licenses/mit",
          "node_id": "MDc6TGljZW5zZTEz"
        },
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [
          "coronavirus",
          "covid-19",
          "javascript",
          "scraping"
        ],
        "visibility": "public",
        "forks": 1,
        "open_issues": 8,
        "watchers": 2,
        "default_branch": "master"
      },
      {
        "id": 384986222,
        "node_id": "MDEwOlJlcG9zaXRvcnkzODQ5ODYyMjI=",
        "name": "DAFTAR-API-LOKAL-INDONESIA",
        "full_name": "satyawikananda/DAFTAR-API-LOKAL-INDONESIA",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/DAFTAR-API-LOKAL-INDONESIA",
        "description": "Berisi API tentang Data Indonesia ataupun API yang dibuat oleh developer Indonesia <3",
        "fork": true,
        "url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA",
        "forks_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/DAFTAR-API-LOKAL-INDONESIA/deployments",
        "created_at": "2021-07-11T15:38:07Z",
        "updated_at": "2021-11-21T12:43:13Z",
        "pushed_at": "2021-07-11T15:42:33Z",
        "git_url": "git://github.com/satyawikananda/DAFTAR-API-LOKAL-INDONESIA.git",
        "ssh_url": "git@github.com:satyawikananda/DAFTAR-API-LOKAL-INDONESIA.git",
        "clone_url": "https://github.com/satyawikananda/DAFTAR-API-LOKAL-INDONESIA.git",
        "svn_url": "https://github.com/satyawikananda/DAFTAR-API-LOKAL-INDONESIA",
        "homepage": "https://farizdotid.github.io/DAFTAR-API-LOKAL-INDONESIA/",
        "size": 220,
        "stargazers_count": 1,
        "watchers_count": 1,
        "language": "HTML",
        "has_issues": false,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 0,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 0,
        "license": {
          "key": "cc-by-4.0",
          "name": "Creative Commons Attribution 4.0 International",
          "spdx_id": "CC-BY-4.0",
          "url": "https://api.github.com/licenses/cc-by-4.0",
          "node_id": "MDc6TGljZW5zZTI1"
        },
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [],
        "visibility": "public",
        "forks": 0,
        "open_issues": 0,
        "watchers": 1,
        "default_branch": "master"
      },
      {
        "id": 285773996,
        "node_id": "MDEwOlJlcG9zaXRvcnkyODU3NzM5OTY=",
        "name": "denovo",
        "full_name": "satyawikananda/denovo",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/denovo",
        "description": "Un-official Ovo API wrapper for Deno 🦕 | https://denoland.id/x/denovo",
        "fork": false,
        "url": "https://api.github.com/repos/satyawikananda/denovo",
        "forks_url": "https://api.github.com/repos/satyawikananda/denovo/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/denovo/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/denovo/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/denovo/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/denovo/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/denovo/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/denovo/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/denovo/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/denovo/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/denovo/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/denovo/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/denovo/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/denovo/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/denovo/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/denovo/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/denovo/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/denovo/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/denovo/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/denovo/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/denovo/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/denovo/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/denovo/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/denovo/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/denovo/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/denovo/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/denovo/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/denovo/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/denovo/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/denovo/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/denovo/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/denovo/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/denovo/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/denovo/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/denovo/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/denovo/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/denovo/deployments",
        "created_at": "2020-08-07T08:05:56Z",
        "updated_at": "2022-02-27T23:12:42Z",
        "pushed_at": "2020-08-09T04:30:44Z",
        "git_url": "git://github.com/satyawikananda/denovo.git",
        "ssh_url": "git@github.com:satyawikananda/denovo.git",
        "clone_url": "https://github.com/satyawikananda/denovo.git",
        "svn_url": "https://github.com/satyawikananda/denovo",
        "homepage": "https://deno.land/x/denovo@1.1.0",
        "size": 74,
        "stargazers_count": 8,
        "watchers_count": 8,
        "language": "TypeScript",
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 1,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 0,
        "license": {
          "key": "mit",
          "name": "MIT License",
          "spdx_id": "MIT",
          "url": "https://api.github.com/licenses/mit",
          "node_id": "MDc6TGljZW5zZTEz"
        },
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [
          "deno",
          "ovo",
          "typescript",
          "wrapper",
          "wrapper-api"
        ],
        "visibility": "public",
        "forks": 1,
        "open_issues": 0,
        "watchers": 8,
        "default_branch": "master"
      },
      {
        "id": 281600687,
        "node_id": "MDEwOlJlcG9zaXRvcnkyODE2MDA2ODc=",
        "name": "deno_website2",
        "full_name": "satyawikananda/deno_website2",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/deno_website2",
        "description": "deno.land website ",
        "fork": true,
        "url": "https://api.github.com/repos/satyawikananda/deno_website2",
        "forks_url": "https://api.github.com/repos/satyawikananda/deno_website2/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/deno_website2/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/deno_website2/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/deno_website2/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/deno_website2/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/deno_website2/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/deno_website2/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/deno_website2/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/deno_website2/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/deno_website2/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/deno_website2/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/deno_website2/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/deno_website2/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/deno_website2/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/deno_website2/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/deno_website2/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/deno_website2/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/deno_website2/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/deno_website2/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/deno_website2/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/deno_website2/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/deno_website2/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/deno_website2/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/deno_website2/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/deno_website2/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/deno_website2/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/deno_website2/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/deno_website2/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/deno_website2/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/deno_website2/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/deno_website2/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/deno_website2/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/deno_website2/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/deno_website2/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/deno_website2/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/deno_website2/deployments",
        "created_at": "2020-07-22T06:59:36Z",
        "updated_at": "2020-07-22T06:59:38Z",
        "pushed_at": "2020-09-09T13:13:04Z",
        "git_url": "git://github.com/satyawikananda/deno_website2.git",
        "ssh_url": "git@github.com:satyawikananda/deno_website2.git",
        "clone_url": "https://github.com/satyawikananda/deno_website2.git",
        "svn_url": "https://github.com/satyawikananda/deno_website2",
        "homepage": "https://deno.land/",
        "size": 72762,
        "stargazers_count": 0,
        "watchers_count": 0,
        "language": null,
        "has_issues": false,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": false,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 0,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 1,
        "license": null,
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [],
        "visibility": "public",
        "forks": 0,
        "open_issues": 1,
        "watchers": 0,
        "default_branch": "master"
      },
      {
        "id": 262505903,
        "node_id": "MDEwOlJlcG9zaXRvcnkyNjI1MDU5MDM=",
        "name": "design-resources-for-developers",
        "full_name": "satyawikananda/design-resources-for-developers",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/design-resources-for-developers",
        "description": "Curated list of design and UI resources from stock photos, web templates, CSS frameworks, UI libraries, tools and much more",
        "fork": true,
        "url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers",
        "forks_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/design-resources-for-developers/deployments",
        "created_at": "2020-05-09T06:34:01Z",
        "updated_at": "2020-05-09T06:34:03Z",
        "pushed_at": "2020-05-09T07:30:03Z",
        "git_url": "git://github.com/satyawikananda/design-resources-for-developers.git",
        "ssh_url": "git@github.com:satyawikananda/design-resources-for-developers.git",
        "clone_url": "https://github.com/satyawikananda/design-resources-for-developers.git",
        "svn_url": "https://github.com/satyawikananda/design-resources-for-developers",
        "homepage": null,
        "size": 382,
        "stargazers_count": 0,
        "watchers_count": 0,
        "language": null,
        "has_issues": false,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 1,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 0,
        "license": {
          "key": "mit",
          "name": "MIT License",
          "spdx_id": "MIT",
          "url": "https://api.github.com/licenses/mit",
          "node_id": "MDc6TGljZW5zZTEz"
        },
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [],
        "visibility": "public",
        "forks": 1,
        "open_issues": 0,
        "watchers": 0,
        "default_branch": "master"
      },
      {
        "id": 311059727,
        "node_id": "MDEwOlJlcG9zaXRvcnkzMTEwNTk3Mjc=",
        "name": "docs-next",
        "full_name": "satyawikananda/docs-next",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/docs-next",
        "description": "Vue 3 Core Documentation Translated in Indonesian",
        "fork": true,
        "url": "https://api.github.com/repos/satyawikananda/docs-next",
        "forks_url": "https://api.github.com/repos/satyawikananda/docs-next/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/docs-next/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/docs-next/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/docs-next/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/docs-next/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/docs-next/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/docs-next/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/docs-next/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/docs-next/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/docs-next/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/docs-next/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/docs-next/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/docs-next/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/docs-next/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/docs-next/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/docs-next/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/docs-next/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/docs-next/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/docs-next/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/docs-next/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/docs-next/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/docs-next/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/docs-next/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/docs-next/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/docs-next/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/docs-next/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/docs-next/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/docs-next/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/docs-next/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/docs-next/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/docs-next/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/docs-next/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/docs-next/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/docs-next/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/docs-next/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/docs-next/deployments",
        "created_at": "2020-11-08T12:39:19Z",
        "updated_at": "2020-11-08T12:39:21Z",
        "pushed_at": "2020-11-08T13:01:42Z",
        "git_url": "git://github.com/satyawikananda/docs-next.git",
        "ssh_url": "git@github.com:satyawikananda/docs-next.git",
        "clone_url": "https://github.com/satyawikananda/docs-next.git",
        "svn_url": "https://github.com/satyawikananda/docs-next",
        "homepage": "https://v3-vuejsid-docs.netlify.app/",
        "size": 9668,
        "stargazers_count": 0,
        "watchers_count": 0,
        "language": null,
        "has_issues": false,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 0,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 1,
        "license": {
          "key": "mit",
          "name": "MIT License",
          "spdx_id": "MIT",
          "url": "https://api.github.com/licenses/mit",
          "node_id": "MDc6TGljZW5zZTEz"
        },
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [],
        "visibility": "public",
        "forks": 0,
        "open_issues": 1,
        "watchers": 0,
        "default_branch": "indonesian"
      },
      {
        "id": 381637855,
        "node_id": "MDEwOlJlcG9zaXRvcnkzODE2Mzc4NTU=",
        "name": "eslint-config",
        "full_name": "satyawikananda/eslint-config",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/eslint-config",
        "description": "My eslint config preset",
        "fork": true,
        "url": "https://api.github.com/repos/satyawikananda/eslint-config",
        "forks_url": "https://api.github.com/repos/satyawikananda/eslint-config/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/eslint-config/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/eslint-config/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/eslint-config/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/eslint-config/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/eslint-config/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/eslint-config/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/eslint-config/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/eslint-config/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/eslint-config/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/eslint-config/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/eslint-config/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/eslint-config/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/eslint-config/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/eslint-config/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/eslint-config/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/eslint-config/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/eslint-config/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/eslint-config/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/eslint-config/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/eslint-config/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/eslint-config/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/eslint-config/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/eslint-config/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/eslint-config/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/eslint-config/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/eslint-config/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/eslint-config/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/eslint-config/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/eslint-config/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/eslint-config/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/eslint-config/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/eslint-config/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/eslint-config/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/eslint-config/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/eslint-config/deployments",
        "created_at": "2021-06-30T08:59:26Z",
        "updated_at": "2021-06-30T08:59:27Z",
        "pushed_at": "2021-06-24T12:57:51Z",
        "git_url": "git://github.com/satyawikananda/eslint-config.git",
        "ssh_url": "git@github.com:satyawikananda/eslint-config.git",
        "clone_url": "https://github.com/satyawikananda/eslint-config.git",
        "svn_url": "https://github.com/satyawikananda/eslint-config",
        "homepage": "",
        "size": 1209,
        "stargazers_count": 0,
        "watchers_count": 0,
        "language": null,
        "has_issues": false,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 0,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 0,
        "license": {
          "key": "mit",
          "name": "MIT License",
          "spdx_id": "MIT",
          "url": "https://api.github.com/licenses/mit",
          "node_id": "MDc6TGljZW5zZTEz"
        },
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [],
        "visibility": "public",
        "forks": 0,
        "open_issues": 0,
        "watchers": 0,
        "default_branch": "master"
      },
      {
        "id": 219150613,
        "node_id": "MDEwOlJlcG9zaXRvcnkyMTkxNTA2MTM=",
        "name": "first-app-android",
        "full_name": "satyawikananda/first-app-android",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/first-app-android",
        "description": "The application calculates the beam formula with dicoding. Website Dicoding : https://www.dicoding.com/",
        "fork": false,
        "url": "https://api.github.com/repos/satyawikananda/first-app-android",
        "forks_url": "https://api.github.com/repos/satyawikananda/first-app-android/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/first-app-android/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/first-app-android/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/first-app-android/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/first-app-android/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/first-app-android/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/first-app-android/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/first-app-android/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/first-app-android/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/first-app-android/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/first-app-android/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/first-app-android/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/first-app-android/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/first-app-android/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/first-app-android/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/first-app-android/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/first-app-android/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/first-app-android/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/first-app-android/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/first-app-android/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/first-app-android/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/first-app-android/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/first-app-android/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/first-app-android/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/first-app-android/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/first-app-android/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/first-app-android/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/first-app-android/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/first-app-android/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/first-app-android/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/first-app-android/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/first-app-android/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/first-app-android/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/first-app-android/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/first-app-android/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/first-app-android/deployments",
        "created_at": "2019-11-02T12:28:26Z",
        "updated_at": "2020-11-20T02:01:25Z",
        "pushed_at": "2019-11-05T10:02:43Z",
        "git_url": "git://github.com/satyawikananda/first-app-android.git",
        "ssh_url": "git@github.com:satyawikananda/first-app-android.git",
        "clone_url": "https://github.com/satyawikananda/first-app-android.git",
        "svn_url": "https://github.com/satyawikananda/first-app-android",
        "homepage": "",
        "size": 132,
        "stargazers_count": 1,
        "watchers_count": 1,
        "language": "Java",
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 0,
        "mirror_url": null,
        "archived": true,
        "disabled": false,
        "open_issues_count": 0,
        "license": null,
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [
          "android",
          "java"
        ],
        "visibility": "public",
        "forks": 0,
        "open_issues": 0,
        "watchers": 1,
        "default_branch": "master"
      },
      {
        "id": 418725785,
        "node_id": "R_kgDOGPU_mQ",
        "name": "framework",
        "full_name": "satyawikananda/framework",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/framework",
        "description": "The Hybrid Vue(3) Framework.",
        "fork": true,
        "url": "https://api.github.com/repos/satyawikananda/framework",
        "forks_url": "https://api.github.com/repos/satyawikananda/framework/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/framework/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/framework/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/framework/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/framework/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/framework/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/framework/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/framework/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/framework/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/framework/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/framework/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/framework/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/framework/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/framework/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/framework/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/framework/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/framework/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/framework/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/framework/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/framework/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/framework/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/framework/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/framework/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/framework/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/framework/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/framework/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/framework/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/framework/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/framework/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/framework/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/framework/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/framework/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/framework/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/framework/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/framework/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/framework/deployments",
        "created_at": "2021-10-19T01:22:18Z",
        "updated_at": "2021-10-19T01:22:20Z",
        "pushed_at": "2021-10-19T08:41:38Z",
        "git_url": "git://github.com/satyawikananda/framework.git",
        "ssh_url": "git@github.com:satyawikananda/framework.git",
        "clone_url": "https://github.com/satyawikananda/framework.git",
        "svn_url": "https://github.com/satyawikananda/framework",
        "homepage": "https://v3.nuxtjs.org",
        "size": 10960,
        "stargazers_count": 0,
        "watchers_count": 0,
        "language": null,
        "has_issues": false,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 0,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 0,
        "license": null,
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [],
        "visibility": "public",
        "forks": 0,
        "open_issues": 0,
        "watchers": 0,
        "default_branch": "main"
      },
      {
        "id": 262000391,
        "node_id": "MDEwOlJlcG9zaXRvcnkyNjIwMDAzOTE=",
        "name": "Github-wrapper",
        "full_name": "satyawikananda/Github-wrapper",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/Github-wrapper",
        "description": "Unofficial github API built with javascript",
        "fork": false,
        "url": "https://api.github.com/repos/satyawikananda/Github-wrapper",
        "forks_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/Github-wrapper/deployments",
        "created_at": "2020-05-07T08:58:29Z",
        "updated_at": "2021-05-12T16:07:56Z",
        "pushed_at": "2020-05-08T12:12:46Z",
        "git_url": "git://github.com/satyawikananda/Github-wrapper.git",
        "ssh_url": "git@github.com:satyawikananda/Github-wrapper.git",
        "clone_url": "https://github.com/satyawikananda/Github-wrapper.git",
        "svn_url": "https://github.com/satyawikananda/Github-wrapper",
        "homepage": "https://github-api.satyawikananda.tech",
        "size": 29,
        "stargazers_count": 1,
        "watchers_count": 1,
        "language": "JavaScript",
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 0,
        "mirror_url": null,
        "archived": true,
        "disabled": false,
        "open_issues_count": 0,
        "license": {
          "key": "mit",
          "name": "MIT License",
          "spdx_id": "MIT",
          "url": "https://api.github.com/licenses/mit",
          "node_id": "MDc6TGljZW5zZTEz"
        },
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [],
        "visibility": "public",
        "forks": 0,
        "open_issues": 0,
        "watchers": 1,
        "default_branch": "master"
      },
      {
        "id": 501357845,
        "node_id": "R_kgDOHeIdFQ",
        "name": "glints-fe-test",
        "full_name": "satyawikananda/glints-fe-test",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/glints-fe-test",
        "description": "Glints Frontend Test",
        "fork": false,
        "url": "https://api.github.com/repos/satyawikananda/glints-fe-test",
        "forks_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/glints-fe-test/deployments",
        "created_at": "2022-06-08T17:58:40Z",
        "updated_at": "2022-06-08T19:54:22Z",
        "pushed_at": "2022-08-02T08:30:40Z",
        "git_url": "git://github.com/satyawikananda/glints-fe-test.git",
        "ssh_url": "git@github.com:satyawikananda/glints-fe-test.git",
        "clone_url": "https://github.com/satyawikananda/glints-fe-test.git",
        "svn_url": "https://github.com/satyawikananda/glints-fe-test",
        "homepage": null,
        "size": 78,
        "stargazers_count": 0,
        "watchers_count": 0,
        "language": "Vue",
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 0,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 0,
        "license": null,
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [],
        "visibility": "public",
        "forks": 0,
        "open_issues": 0,
        "watchers": 0,
        "default_branch": "main"
      },
      {
        "id": 290554218,
        "node_id": "MDEwOlJlcG9zaXRvcnkyOTA1NTQyMTg=",
        "name": "grammer-blog",
        "full_name": "satyawikananda/grammer-blog",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/grammer-blog",
        "description": "My personal blog about programming or random stuff. Made using Vue JS 2 and Gridsome as a jamstack framework for Vue JS. Hosted on vercel",
        "fork": false,
        "url": "https://api.github.com/repos/satyawikananda/grammer-blog",
        "forks_url": "https://api.github.com/repos/satyawikananda/grammer-blog/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/grammer-blog/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/grammer-blog/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/grammer-blog/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/grammer-blog/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/grammer-blog/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/grammer-blog/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/grammer-blog/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/grammer-blog/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/grammer-blog/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/grammer-blog/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/grammer-blog/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/grammer-blog/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/grammer-blog/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/grammer-blog/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/grammer-blog/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/grammer-blog/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/grammer-blog/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/grammer-blog/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/grammer-blog/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/grammer-blog/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/grammer-blog/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/grammer-blog/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/grammer-blog/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/grammer-blog/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/grammer-blog/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/grammer-blog/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/grammer-blog/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/grammer-blog/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/grammer-blog/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/grammer-blog/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/grammer-blog/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/grammer-blog/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/grammer-blog/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/grammer-blog/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/grammer-blog/deployments",
        "created_at": "2020-08-26T16:53:36Z",
        "updated_at": "2021-11-13T04:58:47Z",
        "pushed_at": "2021-10-12T08:50:58Z",
        "git_url": "git://github.com/satyawikananda/grammer-blog.git",
        "ssh_url": "git@github.com:satyawikananda/grammer-blog.git",
        "clone_url": "https://github.com/satyawikananda/grammer-blog.git",
        "svn_url": "https://github.com/satyawikananda/grammer-blog",
        "homepage": "https://grammer-blog.vercel.app",
        "size": 13064,
        "stargazers_count": 14,
        "watchers_count": 14,
        "language": "Vue",
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 0,
        "mirror_url": null,
        "archived": true,
        "disabled": false,
        "open_issues_count": 0,
        "license": {
          "key": "mit",
          "name": "MIT License",
          "spdx_id": "MIT",
          "url": "https://api.github.com/licenses/mit",
          "node_id": "MDc6TGljZW5zZTEz"
        },
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [
          "blog",
          "graphql",
          "gridsome",
          "jamstack",
          "pwa",
          "static-site-generator",
          "vercel",
          "vuejs",
          "vuesax"
        ],
        "visibility": "public",
        "forks": 0,
        "open_issues": 0,
        "watchers": 14,
        "default_branch": "master"
      },
      {
        "id": 213406567,
        "node_id": "MDEwOlJlcG9zaXRvcnkyMTM0MDY1Njc=",
        "name": "Hello-world-programming",
        "full_name": "satyawikananda/Hello-world-programming",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/Hello-world-programming",
        "description": "This is repo for make a hello world, but use any programming language, you can pull request this repository too",
        "fork": false,
        "url": "https://api.github.com/repos/satyawikananda/Hello-world-programming",
        "forks_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/Hello-world-programming/deployments",
        "created_at": "2019-10-07T14:32:37Z",
        "updated_at": "2021-12-14T02:03:18Z",
        "pushed_at": "2021-10-16T20:27:21Z",
        "git_url": "git://github.com/satyawikananda/Hello-world-programming.git",
        "ssh_url": "git@github.com:satyawikananda/Hello-world-programming.git",
        "clone_url": "https://github.com/satyawikananda/Hello-world-programming.git",
        "svn_url": "https://github.com/satyawikananda/Hello-world-programming",
        "homepage": "",
        "size": 268,
        "stargazers_count": 7,
        "watchers_count": 7,
        "language": "C++",
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 16,
        "mirror_url": null,
        "archived": true,
        "disabled": false,
        "open_issues_count": 7,
        "license": null,
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [
          "hacktoberfest"
        ],
        "visibility": "public",
        "forks": 16,
        "open_issues": 7,
        "watchers": 7,
        "default_branch": "master"
      },
      {
        "id": 385528778,
        "node_id": "MDEwOlJlcG9zaXRvcnkzODU1Mjg3Nzg=",
        "name": "hololive-fusion-generator",
        "full_name": "satyawikananda/hololive-fusion-generator",
        "private": false,
        "owner": {
          "login": "satyawikananda",
          "id": 33148052,
          "node_id": "MDQ6VXNlcjMzMTQ4MDUy",
          "avatar_url": "https://avatars.githubusercontent.com/u/33148052?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/satyawikananda",
          "html_url": "https://github.com/satyawikananda",
          "followers_url": "https://api.github.com/users/satyawikananda/followers",
          "following_url": "https://api.github.com/users/satyawikananda/following{/other_user}",
          "gists_url": "https://api.github.com/users/satyawikananda/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/satyawikananda/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/satyawikananda/subscriptions",
          "organizations_url": "https://api.github.com/users/satyawikananda/orgs",
          "repos_url": "https://api.github.com/users/satyawikananda/repos",
          "events_url": "https://api.github.com/users/satyawikananda/events{/privacy}",
          "received_events_url": "https://api.github.com/users/satyawikananda/received_events",
          "type": "User",
          "site_admin": false
        },
        "html_url": "https://github.com/satyawikananda/hololive-fusion-generator",
        "description": "Dynamically generates combinations of names and images of Hololive members on the fly.",
        "fork": true,
        "url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator",
        "forks_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/forks",
        "keys_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/teams",
        "hooks_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/hooks",
        "issue_events_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/issues/events{/number}",
        "events_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/events",
        "assignees_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/assignees{/user}",
        "branches_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/branches{/branch}",
        "tags_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/tags",
        "blobs_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/languages",
        "stargazers_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/stargazers",
        "contributors_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/contributors",
        "subscribers_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/subscribers",
        "subscription_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/subscription",
        "commits_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/contents/{+path}",
        "compare_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/merges",
        "archive_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/downloads",
        "issues_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/issues{/number}",
        "pulls_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/labels{/name}",
        "releases_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/releases{/id}",
        "deployments_url": "https://api.github.com/repos/satyawikananda/hololive-fusion-generator/deployments",
        "created_at": "2021-07-13T08:14:54Z",
        "updated_at": "2021-07-13T08:14:55Z",
        "pushed_at": "2021-07-11T09:31:00Z",
        "git_url": "git://github.com/satyawikananda/hololive-fusion-generator.git",
        "ssh_url": "git@github.com:satyawikananda/hololive-fusion-generator.git",
        "clone_url": "https://github.com/satyawikananda/hololive-fusion-generator.git",
        "svn_url": "https://github.com/satyawikananda/hololive-fusion-generator",
        "homepage": "https://vaexenc.github.io/hololive-fusion-generator",
        "size": 8601,
        "stargazers_count": 0,
        "watchers_count": 0,
        "language": null,
        "has_issues": false,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 0,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 0,
        "license": null,
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "topics": [],
        "visibility": "public",
        "forks": 0,
        "open_issues": 0,
        "watchers": 0,
        "default_branch": "main"
      }
    ]
  }
}

# Instagram

Required parameters

  • (username) type String
stalk.ig_stalk('btr_ryzen')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": {
    "id": 6012400380,
    "username": "btr_ryzen",
    "avatar": "https://storiesig.me/api/proxy/https://instagram.flwo4-2.fna.fbcdn.net/v/t51.2885-19/299937346_5636604416383858_2649559773128593217_n.jpg?stp=dst-jpg_s150x150&_nc_ht=instagram.flwo4-2.fna.fbcdn.net&_nc_cat=1&_nc_ohc=Bm-vpi3aP2oAX_gelqD&edm=AEF8tYYBAAAA&ccb=7-5&oh=00_AfBkNNNTEcIafvk5ElpYxZYy9L3vJ50yZZwTXHHs-glPsQ&oe=63CBB710&_nc_sid=a9513d",
    "isPrivate": "not private",
    "name": "Muhammad Albi",
    "bio": "Professional player @bigetronesports\nOwner : @ryzenstore.official @ryzenrekber.official @superryzenuniverse \n📩 Business: talitha@starion.id",
    "publication": 29,
    "subscriber": 1738213,
    "subscription": 772,
    "story": [
      {
        "url": "https://storiesig.me/api/proxy/https://instagram.fiev22-2.fna.fbcdn.net/o1/v/t16/f1/m78/4C43F44512026DA3591E5CD9A6DAD0A8_video_dashinit.mp4?efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5zdG9yeS5iYXNlbGluZSJ9&_nc_ht=instagram.fiev22-2.fna.fbcdn.net&_nc_cat=102&vs=553722289989247_424212529&_nc_vs=HBkcFQIYUWlnX3hwdl9wbGFjZW1lbnRfcGVybWFuZW50X3YyLzRDNDNGNDQ1MTIwMjZEQTM1OTFFNUNEOUE2REFEMEE4X3ZpZGVvX2Rhc2hpbml0Lm1wNBUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJsTz%2FOacieFAFQIoAkMzLBdAFAAAAAAAABgSZGFzaF9iYXNlbGluZV8xX3YxEQB16AcA&_nc_rid=fcbca721ba&ccb=9-4&oh=00_AfB9S6U-FNwt_-gWMOzyHmJtUFTpGCGBqe-IynABFxXDJw&oe=63C86EE2&_nc_sid=643ae9",
        "type": "video"
      },
      {
        "url": "https://storiesig.me/api/proxy/https://instagram.fiev22-1.fna.fbcdn.net/o1/v/t16/f1/m78/AC4B9F364C92D6824B914D2370359E80_video_dashinit.mp4?efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5zdG9yeS5iYXNlbGluZSJ9&_nc_ht=instagram.fiev22-1.fna.fbcdn.net&_nc_cat=106&vs=3448556355426400_3573733202&_nc_vs=HBksFQIYUWlnX3hwdl9wbGFjZW1lbnRfcGVybWFuZW50X3YyL0FDNEI5RjM2NEM5MkQ2ODI0QjkxNEQyMzcwMzU5RTgwX3ZpZGVvX2Rhc2hpbml0Lm1wNBUAAsgBABUAGCRHQmlyc3dMMVdVRk9FTDRBQU80TE9vZk5BUWxmYnBSMUFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaYxP6arLPxPxUCKAJDMywXQCG7ZFocrAgYEmRhc2hfYmFzZWxpbmVfMV92MREAdegHAA%3D%3D&_nc_rid=fcbca42a55&ccb=9-4&oh=00_AfAGsSVEjaKbadi5nn4l4htr_0Do4agdIorlYKMFX56lpQ&oe=63C87C61&_nc_sid=643ae9",
        "type": "video"
      },
      {
        "url": "https://storiesig.me/api/proxy/https://instagram.fiev22-1.fna.fbcdn.net/o1/v/t16/f1/m78/F346536A779836F12F52FA9273B9C29B_video_dashinit.mp4?efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5zdG9yeS5iYXNlbGluZSJ9&_nc_ht=instagram.fiev22-1.fna.fbcdn.net&_nc_cat=108&vs=879604423438065_3490513685&_nc_vs=HBksFQIYUWlnX3hwdl9wbGFjZW1lbnRfcGVybWFuZW50X3YyL0YzNDY1MzZBNzc5ODM2RjEyRjUyRkE5MjczQjlDMjlCX3ZpZGVvX2Rhc2hpbml0Lm1wNBUAAsgBABUAGCRHTG1PREJOVGVkbzQ1Y2tCQUgxRmMyN2RyN0lIYnBSMUFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbAlY7Qhcv0PxUCKAJDMywXQCEhysCDEm8YEmRhc2hfYmFzZWxpbmVfMV92MREAdegHAA%3D%3D&_nc_rid=fcbcaa462c&ccb=9-4&oh=00_AfCfkA2rfmQkqLc0zaiUbzdPfU4iLPZAu9ogld3uoUZ9jw&oe=63C848D4&_nc_sid=643ae9",
        "type": "video"
      }
    ]
  }
}

Random

import random code using:

const random = xr.random
# Dark Jokes
random.dark_jokes()
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": {
    "url": "https://1.bp.blogspot.com/-Ch0dUpx1jdI/X748Ogyik-I/AAAAAAAAAFg/0kB-rZGn3NwZ1KlGrA4grYT38ol-dvZOwCLcBGAsYHQ/s600/darkjokes_indonesia_122805701_795987694531524_3676313257991319285_n.jpg"
  }
}
# Discord Nekopoi Video
random.discord_nekopoi_video()
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": {
    "url": "https://media.discordapp.net/attachments/729933061067636776/1039185853416751205/Gaya_doggy_gunungnya_pun_ikutan_goyang2.mp4"
  }
}
# Waifu

Required parameters

  • type: 'nsfw' | 'sfw'

Default params 'sfw'

random.waifu('sfw')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": {
    "random": [
      "https://i.waifu.pics/~bMLxB_.jpg",
      "https://i.waifu.pics/rF-pZ8a.jpg",
      "https://i.waifu.pics/KBBuZ5R.jpg",
      "https://i.waifu.pics/zkJ5AHV.png",
      "https://i.waifu.pics/AoPMBb_.jpeg",
      "https://i.waifu.pics/II9WeHB.png",
      "https://i.waifu.pics/HaDv5Z-.jpg",
      "https://i.waifu.pics/cG2o0Hs.jpg",
      "https://i.waifu.pics/pgLtw5E.jpg",
      "https://i.waifu.pics/pojy7zt.jpg",
      "https://i.waifu.pics/k-akF2p.jpg",
      "https://i.waifu.pics/Fiw2pVa.jpg",
      "https://i.waifu.pics/czCeUqy.jpg",
      "https://i.waifu.pics/bodE1ZR.png",
      "https://i.waifu.pics/B-CZCbU.png",
      "https://i.waifu.pics/u~qTv5c.jpg",
      "https://i.waifu.pics/89mbLcq.jpg",
      "https://i.waifu.pics/WGTA1vN.png",
      "https://i.waifu.pics/sLd~4NU.jpg",
      "https://i.waifu.pics/vI9Hgee.jpg",
      "https://i.waifu.pics/anKsYF2.png",
      "https://i.waifu.pics/POqiwlb.jpg",
      "https://i.waifu.pics/ZV7J1WW.png",
      "https://i.waifu.pics/GLGHJqM.jpg",
      "https://i.waifu.pics/GTxetnS.jpg",
      "https://i.waifu.pics/vwRNvPe.jpg",
      "https://i.waifu.pics/ZPXy_XG.jpg",
      "https://i.waifu.pics/jnuawXf.png",
      "https://i.waifu.pics/8LzDmNq.jpg",
      "https://i.waifu.pics/rzLcgTU.jpg"
    ]
  }
}
# Waifu NSFW

Required parameters

  • category: 'waifu' | 'neko' | 'trap' | 'blowjob'

Default params 'waifu'

random.waifu_nsfw('waifu')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": {
    "url": "https://i.waifu.pics/XeVXO5U.jpg"
  }
}
# Waifu SFW

Required parameters

  • category: 'waifu' | 'neko' | 'shinobu' | 'megumin' | 'bully' | 'cuddle' | 'cry' | 'hug' | 'awoo' | 'kiss' | 'lick' | 'pat' | 'smug' | 'bonk' | 'yeet' | 'blush' | 'smile' | 'wave' | 'highfive' | 'handhold' | 'nom' | 'bite' | 'glomp' | 'slap' | 'kill' | 'kick' | 'happy' | 'wink' | 'poke' | 'dance' | 'cringe'

Default params 'waifu'

random.waifu_sfw('waifu')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  "creator": "@Xorizn",
  "info": "Use this code well, dont recode it!!!!!!!",
  "status": true,
  "result": {
    "url": "https://i.waifu.pics/BA_QzLq.jpg"
  }
}

Image

import image code using:

const image = xr.image
# Jadi Anime

Required parameters

  • image is path | link | base64 | buffer
const jadi_anime: (img: string, nowm?: 'NOWM', opts?: opts | undefined)

This is path

jadi_anime(__dirname + '/xorizn.jpg')

This is link

//if NOWM
// image.jadi_anime('link', 'NOWM')
image.jadi_anime('https://www.bing.com/th?id=OIP.KpoA87feCn_Vqj2mFc0bewHaE8&w=240&h=160&c=8&rs=1&qlt=90&o=6&pid=3.1&rm=2')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  creator: '@Xorizn',
  info: 'Use this code well, dont recode it!!!!!!!',
  status: true,
  result: {
    code: 200,
    img: 'https://shadow-cv-activity4tlimit-1251316161.cos.ap-shanghai.myqcloud.com/folder7/activity/me_in_comics/share/85d798819ae4de1be3fac8de2d1c9237_2xdjz.jpg?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDmKchHz54FBtKUKDSO6atwjIzLRH0hOcZ%26q-sign-time%3D1673830651%3B1674176251%26q-key-time%3D1673830651%3B1674176251%26q-header-list%3Dhost%26q-url-param-list%3D%26q-signature%3D7d984a4a8069733d82d3790c0268e51bcf34dbc6',
    videoUrl: undefined,
    singleImg: undefined
  }
}
# Pinterest

Required parameters

  • (search) type String
image.pinterest('naruto')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  creator: '@Xorizn',
  info: 'Use this code well, dont recode it!!!!!!!',
  status: true,
  result: [
    'https://i.pinimg.com/736x/34/32/0a/34320a4ede536db1f42a80c323d05b23.jpg',
    'https://i.pinimg.com/736x/ea/59/8a/ea598a8f6b6a74016a5a776202ced042.jpg',
    'https://i.pinimg.com/736x/83/aa/85/83aa8535a3ea18b01d392fa73cbbd9c7.jpg',
    'https://i.pinimg.com/736x/b9/b2/fe/b9b2fe6da082beab4e877f77fe679057.jpg',
    'https://i.pinimg.com/736x/35/aa/8b/35aa8b1a331cf52af866dc0a06d68c6f.jpg',
    'https://i.pinimg.com/736x/0a/66/6c/0a666cb60952d415c16e247c96291789.jpg',
    'https://i.pinimg.com/736x/f3/aa/ba/f3aaba8b682ad2de4da8b04bbdf6df44.jpg',
    'https://i.pinimg.com/736x/7c/2e/81/7c2e8136a12b3a33b585187606a705b9.jpg',
    'https://i.pinimg.com/736x/c4/27/b9/c427b9a35897b4791c82e29dcc0b6484.jpg',
    'https://i.pinimg.com/736x/9f/07/3b/9f073b55092fd2d3f53cbfdbe1df9ea6.jpg',
    'https://i.pinimg.com/736x/ec/7b/bc/ec7bbc3ece268d3ea80d964484b5bdae.jpg',
    'https://i.pinimg.com/736x/1c/2e/54/1c2e549a96ca738a396382b2c4a50215.jpg',
    'https://i.pinimg.com/736x/1f/23/3c/1f233cab210553510a44d266b8a64daf.jpg',
    'https://i.pinimg.com/736x/c6/ef/8b/c6ef8bd88a9efa91a06de32304e0fc87.jpg',
    'https://i.pinimg.com/736x/50/a5/5c/50a55c0a1d1c10480aa70c133b0302bc.jpg',
    'https://i.pinimg.com/736x/80/51/30/805130e01dff90ef8c87ef44010a8932.jpg',
    'https://i.pinimg.com/736x/49/ca/18/49ca18cae8391087e48198cab95abb2c.jpg',
    'https://i.pinimg.com/736x/4e/58/e1/4e58e1871fd2d436f6169be762b612ba.jpg',
    'https://i.pinimg.com/736x/1c/c0/cd/1cc0cd4b852f8c8b60a8d8d49e48f7da.jpg',
    'https://i.pinimg.com/736x/cf/f5/83/cff58358e312c05d801e4b91012f867a.jpg',
    'https://i.pinimg.com/736x/eb/fc/69/ebfc69e4c8e1b418e063a52e3103f15b.jpg',
    'https://i.pinimg.com/736x/bc/21/ab/bc21ab513f2b0d88503698095f1c9434.jpg',
    'https://i.pinimg.com/736x/e6/22/28/e6222886fdc2dc2b847284232e03ba74.jpg',
    'https://i.pinimg.com/736x/bc/7a/de/bc7adee823853259c5ddb61b755dbe9e.jpg'
  ]
}
# Pinterest Video Search

Required parameters

  • (search) type String
image.pinterest_video_search('video')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

//This is error, and aill upgrade
# Pinterest Video Download

Required parameters

  • (link) type String
image.pinterest_video('https://id.pinterest.com/pin/68961438044638254/')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

{
  creator: '@Xorizn',
  info: 'Use this code well, dont recode it!!!!!!!',
  status: true,
  result: 'https://v.pinimg.com/videos/mc/720p/42/f8/1b/42f81b4a248452ebc75f619b21514b45.mp4'
}
# Wallpaper Anime Desktop

Required parameters

  • (search) type String
image.wallpaper_anime_desktop('naruto')
.then(res => {
  if (res.mess) return console.log(res.mess)
  console.log(res)
})
.catch(error => {
  //error message
})

output

//This is error, and aill upgrade

Keywords

api

FAQs

Package last updated on 18 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts