Project

General

Profile

1 26607 alessia.ba
<?xml version="1.0" encoding="UTF-8"?>
2
<chapter version="5.0" xmlns="http://docbook.org/ns/docbook"
3
  xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink"
4
  xml:id="cha_http-api" xreflabel="HTTP Search API">
5
  <title>Selective access with HTTP API</title>
6 29511 alessia.ba
  <para>The OpenAIRE+ HTTP API allows developers to access the metadata information space of OpenAIRE+ by
7 26607 alessia.ba
    performing queries over publications, datasets, and projects.</para>
8 28027 alessia.ba
  <para>The API is intended for metadata discovery and exploration only, that is it does not give direct access to publication files and it does not provide access
9
    to the whole information space: the number of total results returned by one query is limited
10 26607 alessia.ba
    to 1000.</para>
11
  <para>For accessing the whole information space, developers are encouraged to use the <xref
12
      linkend="cha_oai_pmh"/></para>
13
14
  <xi:include href="sections/common_param.xml"/>
15
  <xi:include href="sections/publications.xml"/>
16
  <xi:include href="sections/datasets.xml"/>
17 29511 alessia.ba
  <xi:include href="sections/projects.xml"/>
18 26607 alessia.ba
19
</chapter>