diff --git a/src/pages/web-check-api/index.astro b/src/pages/web-check-api/index.astro new file mode 100644 index 0000000..74720d3 --- /dev/null +++ b/src/pages/web-check-api/index.astro @@ -0,0 +1,281 @@ +--- +import BaseLayout from '@layouts/Base.astro'; +import NavBar from '@components/scafold/Nav.astro'; +import Footer from '@components/scafold/Footer.astro'; +import Icon from '@components/molecules/Icon.svelte'; + +--- + + +
+ +
+

Web Check API

+

+ The Web Check API gives you programatic access to over 30 categories of web metrics.
+ Integrate into your own workflows and applications, to monitor any website's performance, SEO, security, and more. +

+ +
+ +
+

API Documentation

+

+ View listing of all available endpoints, their usage, output and examples. +

+ +
+
+

API Key

+

+ Get your API key, and start using the API. +

+ +
+
+

API Source

+

+ View, edit, download or deploy the API from source. +

+ +
+ + + +
+
+
+
+ + + diff --git a/src/pages/web-check-api/spec.astro b/src/pages/web-check-api/spec.astro new file mode 100644 index 0000000..0b95924 --- /dev/null +++ b/src/pages/web-check-api/spec.astro @@ -0,0 +1,51 @@ +--- +import BaseLayout from '@layouts/Base.astro'; +import NavBar from '@components/scafold/Nav.astro'; +// import Footer from '@components/scafold/Footer.astro'; +// import config from '../site-config'; + +--- + + + + + + +
+ +
+
+
+ + + + +