From 6d1f301a95b552a81c81cf93a9cdbbae7077110b Mon Sep 17 00:00:00 2001
From: khituras
The API currently works through HTTP GET requests (POST is not yet supported) and
is realized through URL request parameters, i.e. the GePI Web address followed by
- /api/v1/
, a
+ /api/v1/interactions
, a
single question mark (?
) and parameter-value pairs. A parameter-value pair
is separated by an equal sign (=
) and a sequence of such pairs are separated by
the ampersand characters (&
).
- For example:
+ For example: https://gepi.coling.uni-jena.de/api/v1?alist=mtor&blist=jun
https://gepi.coling.uni-jena.de/api/v1/interactions?alist=mtor&blist=jun
A comprehensive list of parameters and their possible values is given in the table below.