69 lines
2.3 KiB
HTML
69 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>Ari::web -> EtcAPI</title>
|
|
|
|
<meta property="og:locale" content="en_GB" />
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta name="description" content="Ari-web etc API reference" />
|
|
|
|
<meta
|
|
name="keywords"
|
|
content="website, webdev, programming, ari, ari-web, dark, javascript, opensource, free, etc, projects, api"
|
|
/>
|
|
<meta
|
|
name="robots"
|
|
content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"
|
|
/>
|
|
|
|
<meta property="og:type" content="article" />
|
|
|
|
<meta name="color-scheme" content="dark" />
|
|
<meta name="theme-color" content="#181818" />
|
|
|
|
<link rel="manifest" href="/manifest.json" />
|
|
|
|
<link rel="stylesheet" href="/content/styles/clean/index.css" />
|
|
<link rel="stylesheet" href="/content/styles/index/index.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<article>
|
|
<header>
|
|
<h1>
|
|
<a href="https://etc.ari-web.xyz/">Ari-web etc</a> API
|
|
reference
|
|
</h1>
|
|
<h2><a href="/git">Source code here</a></h2>
|
|
</header>
|
|
<main>
|
|
<h3>The API</h3>
|
|
|
|
<p>
|
|
The API is located at
|
|
<a href="/pages.json">/pages.json</a>
|
|
and it has the list of all pages and their descriptions, the
|
|
has is located at
|
|
<a href="/pages_json_hash.txt">/pages_json_hash.txt</a>, you
|
|
should use it to validate API cache
|
|
</p>
|
|
|
|
<h3>References</h3>
|
|
|
|
<ul>
|
|
<li>
|
|
<a
|
|
href="https://blog.ari-web.xyz/b/ari-web-apis--how-to-use-them/"
|
|
>https://blog.ari-web.xyz/b/ari-web-apis--how-to-use-them/</a
|
|
>
|
|
</li>
|
|
</ul>
|
|
</main>
|
|
</article>
|
|
</body>
|
|
</html>
|