From 07dd01a80b6fed6af4634b1beb03601703f96469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 7 Sep 2021 16:44:49 +0200 Subject: [PATCH] chg: Add link to API doc --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 315bf550..d7257fdf 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ * [What is Lookyloo?](#whats-in-a-name) +* [REST API](#rest-api) * [Install Lookyloo](#installation) * [Lookyloo Client](#python-client) * [Contributing to Lookyloo](#contributing-to-lookyloo) @@ -43,6 +44,9 @@ Find all you need to know about Lookyloo on our [documentation website](https:// Here's an example of a Lookyloo capture of the site **github.com** ![Screenshot of Lookyloo capturing Github](https://www.lookyloo.eu/docs/main/_images/sample_github.png) +# REST API + +The API is self documented with swagger. You can play with it [on the demo instance](https://lookyloo.circl.lu/doc/). # Installation