12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>APIs - Sv443 Network</title>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="HandheldFriendly" content="true">
- <meta name="pagename" content="APIs - Sv443 Network">
- <meta name="application-name" content="APIs - Sv443 Network">
- <meta property="og:title" content="APIs - Sv443 Network">
- <meta name="description" content="DESC">
- <meta name="twitter:card" content="DESC">
- <meta property="og:description" content="DESC">
- <meta name="subject" content="Video Games">
- <meta name="copyright" content="Sv443 Network">
- <meta name="author" content="Sv443">
- <meta property="og:url" content="https://sv443.net/">
- <meta property="og:image" content="https://sv443.net/resources/images/Sv443NetworkIcon.png">
- <meta property="og:type" content="profile">
- <meta property="og:locale" content="en_US">
- <meta property="og:locale:alternate" content="en_GB">
- <link rel="stylesheet" href="../css/global.css">
- <!-- <link rel="stylesheet" href="https://sv443.net/css/global.css"> #DEBUG -->
- <link rel="stylesheet" href="./index.css">
- <script src="https://cdn.jsdelivr.net/npm/js-cookie@rc/dist/js.cookie.min.js"></script>
- <script src="./index.js"></script>
-
- <!-- Generated with https://realfavicongenerator.net/ -->
- <link rel="apple-touch-icon" sizes="180x180" href="https://sv443.net/resources/favicons/apple-touch-icon.png">
- <link rel="icon" type="image/png" sizes="32x32" href="https://sv443.net/resources/favicons/favicon-32x32.png">
- <link rel="icon" type="image/png" sizes="16x16" href="https://sv443.net/resources/favicons/favicon-16x16.png">
- <link rel="manifest" href="https://sv443.net/resources/favicons/site.webmanifest">
- <link rel="mask-icon" href="https://sv443.net/resources/favicons/safari-pinned-tab.svg" color="#101747">
- <link rel="shortcut icon" href="https://sv443.net/resources/favicons/favicon.ico">
- <meta name="msapplication-TileColor" content="#101747">
- <meta name="msapplication-config" content="https://sv443.net/resources/favicons/browserconfig.xml">
- <meta name="theme-color" content="#101747">
- </head>
- <body data-theme="dark">
- <main>
- <h2>APIs - Sv443 Network</h2>
- <div class="list">
- <div class="list-item">
- <a href="https://jokeapi.dev/" id="jokeapi" rel="noopener noreferrer" class="img-link noul" target="_blank">
- <span class="list-item-container">
- <img src="https://sv443.net/resources/images/jokeapi.png" alt="JokeAPI" class="square"></img>
- <h4>JokeAPI</h4>
- </span>
- </a>
- <div class="list-item-desc">
- REST API that serves uniformly and well formatted jokes in JSON, XML, YAML or plain text format that also offers a great variety of filtering methods
- </div>
- </div>
- <div class="list-item">
- <a href="https://github.com/Sv443/geniURL" id="geniurl" rel="noopener noreferrer" class="img-link noul" target="_blank">
- <span class="list-item-container">
- <img src="https://sv443.net/resources/images/jokeapi.png" alt="GeniURL" class="square"></img>
- <h4>geniURL</h4>
- </span>
- </a>
- <div class="list-item-desc">
- Simple JSON and XML REST API to search for song metadata and the lyrics URL on genius.com
- </div>
- </div>
- </div>
- </main>
- </body>
- </html>
|