UAP Check API

UAP Check provides a variety of services accessible via a very simple JavaScript SDK you can plug to your website in a few seconds. The services are also directly accessible via a web API for more advanced or custom usages.

Web SDK

The JavaScript SDK allows you to integrate ready-to-use UAP Check components into your own website. It can be achieved by adding a single script tag to an HTML page. All you have to do is to add this line of code at the end of a page, and replace "MY_KEY" by your own SDK access key (get in touch with us to get one):

<script type="text/javascript" src="https://www.uapcheck.com/sdk/MY_KEY"></script>

The SDK supports multiple languages: English, French, Spanish and Italian.
By default, the script will recognize the language of the page by using the HTML lang attribute.
You can force the SDK to start with a specific language by including a "language" query parameter in the script URL:

https://www.uapcheck.com/sdk/MY_KEY?language=fr

Once loaded in your page, the SDK is accessible via the global "uapcheck" variable. For example, if you want to change the language of the SDK dynamically, you can do:

uapcheck.setLanguage('it')

Available services

Science bibliography

Lists of scientific papers, articles, theses dealing with the UAP subject.
The Web SDK includes ready-to-use tables listing those documents, including the following features:

  • Search: you can find specific documents in the table via a search bar.
  • Pop-ups with Metadata: clicking on a row opens a dialog with detailed metadata (e.g., keywords, abstracts).
  • Export Options: options to export the data to BibTeX.
  • Connection with Zotero: integration with Zotero software for managing bibliographic references.

Web SDK functions to load the different tables:

uapcheck.science.bibliography.loadThesesTable('container-element-id')